JoyRo 5 Posted February 28, 2016 Hello, Is it posible to make a npc that wil stop you from getting lvls.Like if i am lvl 80 and i wanna stay lvl 80 i talk to a npc or something and wont get any more lvl up.Even if i kill alot of mobs. Quote Share this post Link to post Share on other sites
0 Lelouch 10 Posted February 28, 2016 Try this OnNPCKillEvent: if( BaseLevel >= 80 ){ set BaseExp,0; } end; Quote Share this post Link to post Share on other sites
0 JoyRo 5 Posted February 28, 2016 (edited) This is a example as i wanna make it but its not working atm.Any 1 can help.i want the npc set my exp gain to 0 so i can keep killing whatever i lke.Atm it removes my exp. prontera,146,142,4 script EXP Stop 4_F_KAFRA6,{ mes "[Stop EXP]"; mes "So you wanna stop leveling your character?"; next; menu "Yes", EXP_OFF, "Set it back!", EXP_ON, "Exit", EXP_EXIT3; EXP_OFF: if( BaseLevel >= 1 ){ set BaseExp,0; } close; EXP_ON: if( BaseLevel >= 1 ){ set BaseExp,100; } close; EXP_EXIT3: mes "[Stop EXP]"; mes "Come back whenever you want."; close; } Edited February 28, 2016 by JoyRo Quote Share this post Link to post Share on other sites
0 Garr 117 Posted February 28, 2016 It's not BaseExp you need, but ModExp. Quote Share this post Link to post Share on other sites
0 JoyRo 5 Posted February 28, 2016 oke thanx but if i use ModExp it wil mess the hole account not just 1 char.And also with ViP status wil be messed up.They gain 200% exp for 1 month Quote Share this post Link to post Share on other sites
Hello,
Is it posible to make a npc that wil stop you from getting lvls.
Like if i am lvl 80 and i wanna stay lvl 80 i talk to a npc or something and wont get any more lvl up.
Even if i kill alot of mobs.
Share this post
Link to post
Share on other sites