Jump to content

Question

2 answers to this question

Recommended Posts

  • 0
Posted
-	script	sample#exp	-1,{
	
	OnPCStatCalcEvent:
		if ( BaseLevel >= 1 && BaseLevel <= 60 ) {
			bonus2 bExpAddRace, RC_All, 500;
		}
		else if ( BaseLevel >= 61 && BaseLevel <= 99 ) {
			bonus2 bExpAddRace, RC_All, 200;
		}
		end;
		
}

you can try this.

  • 0
Posted

Hi Emistry, we tried this using the scripts, but we opted to edit the functions that give exp on source. More especific on mob.c 

 

Anyway, thanks for your answer.

 

This request can be closed, i`m current working with lucasavilez

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...