Dvrstle Posted October 14, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted October 14, 2012 First of all, the NPC should check if the character is Ninja level 99/70 or else he/she can't change to kagerou/oboro. Then if the character is ninja 99/70, check if the character is carrying an Advanced Ninja Coupon which is (7588). Then proceed to Job Change. Kagerou/Oboro level 99/1. Thanks Quote Link to comment Share on other sites More sharing options...
Euphy Posted October 14, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted October 14, 2012 if (Class == Job_Ninja && BaseLevel == 99 && JobLevel == 70 && countitem(7588)) { delitem 7588,1; jobchange roclass(eaclass()|EAJL_2_1); } end; Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted October 15, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted October 15, 2012 can you please create npc with that script ? =) . . . Quote Link to comment Share on other sites More sharing options...
Bin4ry Posted October 15, 2012 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 782 Reputation: 82 Joined: 01/01/12 Last Seen: September 21, 2015 Share Posted October 15, 2012 It's already complete all you need is to create an NPC header like this, prontera,150,150,1<tab>script<tab>Ninja Changer<tab>53,{ <script given at last post> } Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted October 15, 2012 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Author Share Posted October 15, 2012 oh. . ok tnx. . . =) Quote Link to comment Share on other sites More sharing options...
Question
Dvrstle
First of all, the NPC should check if the character is Ninja level 99/70 or else he/she can't change to kagerou/oboro.
Then if the character is ninja 99/70, check if the character is carrying an Advanced Ninja Coupon which is (7588).
Then proceed to Job Change. Kagerou/Oboro level 99/1.
Thanks
Link to comment
Share on other sites
4 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.