Jump to content
  • 0

How can i get the right Bonus Exp?


Question

Posted

Hi guys,

I don't know why, but I don't get the right exp when a monster killed.

I want that he gets 50% more exp when a monster killed with the "Flag" OnKILLBonus.

 

Here's my excample:

OnKILLBonus:
set @BonusBase,50;
set @BonusJob,50;
getexp (getmonsterinfo(killedrid,3) * @BonusBase / 100), (getmonsterinfo(killedrid,4) * @BonusJob / 100);

I test it with Spores (I have 5x rates at my server).

 

Normal Exp = 585

With 50% Bonus = 1460 o.O (585*50/100 = 292,5 + 585 = 877,5) 

 

How does this number?

 

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

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