edward817 Posted July 24, 2024 Posted July 24, 2024 Hi Everyone, I would like to offer you a service to help me to solve the issue above. I have a custom item to put on costume, my character will able to become 3rd Job Class sprite. However, my Lord Knight's pecopeco cannot change to DRAGON. How should I settle it? Thanks. Quote
0 b1rbert Posted July 24, 2024 Posted July 24, 2024 I use this on my Costume item for 3rd job Costume. OnEquip Item script: if(Class == Job_Lord_Knight){ if(checkriding()){ setoption OPTION_DRAGON1; } } OnUnequip Item script: changebase Class; if(Class == Job_Lord_Knight){ if(checkdragon()){ setriding; } } Worked well for me so far. there might still be a better way to implement that script wise Quote
Question
edward817
Hi Everyone, I would like to offer you a service to help me to solve the issue above.
I have a custom item to put on costume, my character will able to become 3rd Job Class sprite.
However, my Lord Knight's pecopeco cannot change to DRAGON.
How should I settle it?
Thanks.
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.