Jezu Posted July 8, 2012 Posted July 8, 2012 (edited) Special mention to Master @Emistry for making this script and it help me a lot! But there is a little problem.. How do I make this script that only 3rd class affect. - script Reset -1,{ OnPCLoginEvent: if( JobLevel >= 70 ){ set JobLevel,50; resetskill; set SkillPoint,168; } end; } Thanks in advance guys! Edited July 8, 2012 by Jezu Quote
Emistry Posted July 8, 2012 Posted July 8, 2012 if( Upper > 3 && JobLevel >= 70 ){ Sry..doesnt know this has been changed in rAthena. Quote
Euphy Posted July 8, 2012 Posted July 8, 2012 @Emistry: Doesn't "upper" only output a value 0~2? o: if (Class > 4049) end; Quote
QQfoolsorellina Posted July 9, 2012 Posted July 9, 2012 (edited) if(eaclass()&EAJL_THIRD && JobLevel >= 70){ } Edited July 9, 2012 by QQfoolsorellina Quote
Jezu Posted July 14, 2012 Author Posted July 14, 2012 if(eaclass()&EAJL_THIRD && JobLevel >= 70){ } I'll this this one.. the one with Emistry is not working.. I'll try also what Euphy's suggested Quote
Question
Jezu
Special mention to Master @Emistry for making this script and it help me a lot! But there is a little problem..
How do I make this script that only 3rd class affect.
Thanks in advance guys!
Edited by Jezu4 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.