Jump to content
  • 0

Help Me i need Less 70% Experience with OnNPCKillEvent:


noxty

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  04/22/12
  • Last Seen:  

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
Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  28
  • Reputation:   1
  • Joined:  04/22/12
  • Last Seen:  

Oh thank you very much Stolao, it worked  /no1

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

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;
	}
}
Link to comment
Share on other sites

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.

×
×
  • Create New...