noxty Posted April 30, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 28 Reputation: 1 Joined: 04/22/12 Last Seen: August 29, 2019 Share 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 Link to comment Share on other sites More sharing options...
noxty Posted April 30, 2014 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 28 Reputation: 1 Joined: 04/22/12 Last Seen: August 29, 2019 Author Share Posted April 30, 2014 Oh thank you very much Stolao, it worked Quote Link to comment Share on other sites More sharing options...
Stolao Posted April 30, 2014 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Friday at 09:49 PM Share 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 Link to comment Share on other sites More sharing options...
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 noxtyLink to comment
Share on other sites
2 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.