miczster Posted November 30, 2012 Posted November 30, 2012 Hi I wanna request for an npc that will automatically level up a char in a minimum lvl and automatically resets stats and skill points. player must have a choice to level or cancel...THX n ADVANCE!!! example: 150-254 to 255 Quote
Emistry Posted November 30, 2012 Posted November 30, 2012 like this ? http://pastebin.com/raw.php?i=qQ9nYXZW Quote
miczster Posted December 1, 2012 Author Posted December 1, 2012 THX Emistry,,,its almost exactly what I want...btw if I like to trap lvl 150-254 for the npc to enable leveling up///how do i insert that?? Quote
Emistry Posted December 1, 2012 Posted December 1, 2012 try add this if( BaseLevel < 150 || BaseLevel > 254 ){ mes "Only BaseLevel 150 ~ 254 can use this services."; close; } Quote
Question
miczster
Hi I wanna request for an npc that will automatically level up a char in a minimum lvl and automatically resets stats and skill points. player must have a choice to level or cancel...THX n ADVANCE!!!
example: 150-254 to 255
3 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.