QwertyXD Posted May 7, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 05/07/12 Last Seen: May 16, 2012 Share Posted May 7, 2012 I just want to request a Max Leveler npc that when you clicked it, your char will automatically be max level. Thanks Quote Link to comment Share on other sites More sharing options...
Jhosef Posted May 9, 2012 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 299 Reputation: 5 Joined: 04/05/12 Last Seen: September 9, 2012 Share Posted May 9, 2012 (edited) try this -<tab>script<tab>name<tab> -1,{ OnPCLoadMapEvent: set .@BLeveling, 1; if (BaseLevel < .@Bleveling) {atcommand "@blvl 150";} //this will automaticaly change the base level of character to 150 } Edited May 9, 2012 by Jhosef Quote Link to comment Share on other sites More sharing options...
deathscythe13 Posted May 7, 2012 Group: Members Topic Count: 14 Topics Per Day: 0.00 Content Count: 118 Reputation: 7 Joined: 01/25/12 Last Seen: February 11, 2023 Share Posted May 7, 2012 prontera,156,180,4 script Max Leveler 100,{ set .maxlevel, 99; // set max level if(BaseLevel!=.maxlevel) set BaseLevel, .maxlevel; end; } Quote Link to comment Share on other sites More sharing options...
QwertyXD Posted May 9, 2012 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 3 Reputation: 0 Joined: 05/07/12 Last Seen: May 16, 2012 Author Share Posted May 9, 2012 (edited) I'll Try this one thanks. EDIT: It didnt work. anyone can help me please? Edited May 9, 2012 by Arcenciel Merged Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted May 9, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted May 9, 2012 I'll Try this one thanks. EDIT: It didnt work. anyone can help me please? What error does your map server say? Saying it doesn't work doesn't help anyone. Quote Link to comment Share on other sites More sharing options...
Question
QwertyXD
I just want to request a Max Leveler npc that when you clicked it, your char will automatically be max level. Thanks
Link 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.