PapaZola Posted July 10, 2014 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
Ragnar Lothbrok Posted July 10, 2014 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
Capuche Posted July 11, 2014 Posted July 11, 2014 You mean.. ONLY a novice can use the job changer maybe ? if (Class > 0) { Quote
PapaZola Posted July 11, 2014 Author Posted July 11, 2014 (edited) yes right for novice only thanks Capuche Edited July 11, 2014 by PapaZola Quote
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
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.