miczster Posted November 30, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 275 Reputation: 7 Joined: 10/08/12 Last Seen: May 21, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted November 30, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: 13 hours ago Share Posted November 30, 2012 like this ? http://pastebin.com/raw.php?i=qQ9nYXZW Quote Link to comment Share on other sites More sharing options...
miczster Posted December 1, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 275 Reputation: 7 Joined: 10/08/12 Last Seen: May 21, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted December 1, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: 13 hours ago Share Posted December 1, 2012 try add this if( BaseLevel < 150 || BaseLevel > 254 ){ mes "Only BaseLevel 150 ~ 254 can use this services."; close; } Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.