squall91x Posted February 18, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 7 Reputation: 0 Joined: 06/07/13 Last Seen: March 25, 2019 Share 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 Link to comment Share on other sites More sharing options...
0 Psy Ops Posted March 3, 2019 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 70 Reputation: 0 Joined: 06/19/18 Last Seen: January 24, 2023 Share Posted March 3, 2019 Add a script before the option. You can try. if (baselvl >= 175) Quote Link to comment Share on other sites More sharing options...
0 utofaery Posted March 3, 2019 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 228 Reputation: 19 Joined: 10/27/12 Last Seen: March 17, 2019 Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.