Vinyasa Posted January 28, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 01/20/13 Last Seen: December 9, 2013 Share Posted January 28, 2013 Does anyone happen to have a script for a level reset NPC? Max level: 999/150 (Have to be this level to be able to reset) Reset to: 1/1 Cost: 10m zeny (10,000,000z) For players to be able to max out their stats. Thanks! Quote Link to comment Share on other sites More sharing options...
Euphy Posted January 28, 2013 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 January 28, 2013 if (BaseLevel == 999 && JobLevel == 150) { mes "It costs 10,000,000z to reset your level."; if (Zeny < 10000000) close; next; if(select("Do it.:No, thanks.") == 2) close; set Zeny, Zeny - 10000000; // This will reset BaseLevel/JobLevel, as well as skill points. resetlvl(2); mes "All done!"; close; } mes "Your level is too low."; close; Quote Link to comment Share on other sites More sharing options...
Vinyasa Posted January 29, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 27 Reputation: 0 Joined: 01/20/13 Last Seen: December 9, 2013 Author Share Posted January 29, 2013 Thanks Euphy. Appreciated it. Quote Link to comment Share on other sites More sharing options...
Question
Vinyasa
Does anyone happen to have a script for a level reset NPC?
Max level: 999/150 (Have to be this level to be able to reset)
Reset to: 1/1
Cost: 10m zeny (10,000,000z)
For players to be able to max out their stats.
Thanks!
Link to comment
Share on other sites
2 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.