Jump to content
  • 0

How to change exp rate at a specific level?


Question

3 answers to this question

Recommended Posts

Posted

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

  • 0
Posted
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 ~

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...