Jump to content
  • 0

Mount Dragon on 3rd Job Sprite For Lord Knight


Question

Posted

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

  • 0
Posted

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


 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...