PapaZola Posted July 10, 2014 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share Posted July 10, 2014 hurmm hello rAthena im want used this script but i want only enable change job only for job Swordsman,Magician,Thief,Archer,Merchant,Acolyte please help me http://pastebin.com/ni4GmE8R Quote Link to comment Share on other sites More sharing options...
Ragnar Lothbrok Posted July 10, 2014 Group: Members Topic Count: 91 Topics Per Day: 0.02 Content Count: 309 Reputation: 6 Joined: 04/24/12 Last Seen: January 7, 2016 Share Posted July 10, 2014 (edited) try this change mes "[Job Master]"; if (Class > 4049) { mes "No more jobs are available."; close; } to mes "[Job Master]"; if (Class > 6) { mes "No more jobs are available."; close; } Edited July 10, 2014 by Ragnar Lothbrok Quote Link to comment Share on other sites More sharing options...
PapaZola Posted July 10, 2014 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted July 10, 2014 i still can change to knight class Quote Link to comment Share on other sites More sharing options...
Capuche Posted July 11, 2014 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted July 11, 2014 You mean.. ONLY a novice can use the job changer maybe ? if (Class > 0) { Quote Link to comment Share on other sites More sharing options...
PapaZola Posted July 11, 2014 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted July 11, 2014 (edited) yes right for novice only thanks Capuche Edited July 11, 2014 by PapaZola Quote Link to comment Share on other sites More sharing options...
Question
PapaZola
hurmm hello rAthena im want used this script but i want only enable change job only for job
Swordsman,Magician,Thief,Archer,Merchant,Acolyte
please help me
http://pastebin.com/ni4GmE8R
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.