Jump to content
  • 0

Help Me i need Less 70% Experience with OnNPCKillEvent:


Question

Posted (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 by noxty

2 answers to this question

Recommended Posts

Posted

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;
	}
}

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