redyelogrin Posted March 8, 2014 Posted March 8, 2014 i want to increase exp rate when characters get to lvl 175. my servers max level is 255. can you teach me how to do this? Quote
sandbox Posted March 10, 2014 Posted March 10, 2014 Here's a workaround - script 175Exp -1,{ OnNPCKillEvent: if(BaseLevel >= 175 && getmonsterinfo(killedrid,1) > 120) { BaseExp = BaseExp + (NextBaseExp/10); JobExp = JobExp + (NextJobExp/10); } end; } It will give 10% Base and Job exp whenever they kill a monster whose level is greater than 120 Quote
0 mR L Posted October 16, 2018 Posted October 16, 2018 On 3/10/2014 at 9:36 AM, Emistry said: you can use this db/re/level_penalty.txt @Emistry: that just on renewal system, how about pre-renewal ?? because I search level_penalty.txt not found on pre-renewal folder or I must use this script ? On 3/10/2014 at 9:20 AM, sandbox said: Here's a workaround - script 175Exp -1,{ OnNPCKillEvent: if(BaseLevel >= 175 && getmonsterinfo(killedrid,1) > 120) { BaseExp = BaseExp + (NextBaseExp/10); JobExp = JobExp + (NextJobExp/10); } end; } It will give 10% Base and Job exp whenever they kill a monster whose level is greater than 120 Thank you ~ Quote
Question
redyelogrin
i want to increase exp rate when characters get to lvl 175. my servers max level is 255.
can you teach me how to do this?
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.