noxty Posted April 30, 2014 Posted April 30, 2014 (edited) Hello everyone sorry for the inconvenience but eh tried several things already and I can not find the solution. I want to make a script which you will reset your level and BASE JOB but when you start to level up to 70% less experience you obtain Look here is my OnNPCKillEvent: OnNPCKillEvent: if(heroe == 1){ Set( BaseExp, BaseExp - GetmonsterInfo(killedrid,4) + ( BaseExp / 100 ) ) ; } end; and does not work poring kill at level 1 and up to 107 me my rates are 500/500 and the maximum level is 255 Edited April 30, 2014 by noxty Quote
noxty Posted April 30, 2014 Author Posted April 30, 2014 Oh thank you very much Stolao, it worked Quote
Stolao Posted April 30, 2014 Posted April 30, 2014 try giving non heroe bonus exp from kills and lowering the rates, like this - script ExampleHero -1,{ OnPCStatCalcEvent: if(!heroe){ bonus2 bExpAddRace,10,30; bonus2 bExpAddRace,11,30; } } Quote
Question
noxty
and does not work poring kill at level 1 and up to 107 me my rates are 500/500 and the maximum level is 255
Edited by noxty2 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.