Jezu Posted July 8, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted July 8, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 05:32 PM Share Posted July 8, 2012 if( Upper > 3 && JobLevel >= 70 ){ Sry..doesnt know this has been changed in rAthena. Quote Link to comment Share on other sites More sharing options...
Euphy Posted July 8, 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 July 8, 2012 @Emistry: Doesn't "upper" only output a value 0~2? o: if (Class > 4049) end; Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted July 9, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted July 9, 2012 (edited) if(eaclass()&EAJL_THIRD && JobLevel >= 70){ } Edited July 9, 2012 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
Jezu Posted July 14, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 566 Reputation: 34 Joined: 11/17/11 Last Seen: January 24 Author Share 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 Link to comment Share on other sites More sharing options...
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 JezuLink 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.