squall91x Posted February 18, 2019 Posted February 18, 2019 Hello there, i need your help! I need help to make an NPC Warper who warp the only char user with the 3rd Job Class and base lvl 175 in a "map x, y". The requirement for use this NPC is: 3rd job and base lvl 175. Someone can help me? Thank you. Quote
0 Psy Ops Posted March 3, 2019 Posted March 3, 2019 Add a script before the option. You can try. if (baselvl >= 175) Quote
0 utofaery Posted March 3, 2019 Posted March 3, 2019 (edited) 10 hours ago, Psy Ops said: Add a script before the option. You can try. if (baselvl >= 175) if ( (.@eaj & EAJL_THIRD) && ( BaseLevel > 174 ) ) { mes ( "you are third and 175 level" ) ; } if ( !(.@eaj & EAJL_THIRD) && !(BaseLevel > 174 ) ) { mes ( "you are not third and not 175 level" ) ; } Edited March 3, 2019 by utofaery 1 Quote
Question
squall91x
Hello there, i need your help!
I need help to make an NPC Warper who warp the only char user with the 3rd Job Class and base lvl 175 in a "map x, y".
The requirement for use this NPC is: 3rd job and base lvl 175.
Someone can help me?
Thank you.
2 answers 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.