WhiteEagle Posted April 16, 2014 Posted April 16, 2014 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? Quote
WhiteEagle Posted April 17, 2014 Author Posted April 17, 2014 Base, Job, MvP and NPC (Quest) is 5x. Quote
WhiteEagle Posted April 20, 2014 Author Posted April 20, 2014 Yes. Renewal exp is on. All is normal. I don't know why I don't get the right exp.^^ Quote
Question
WhiteEagle
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:
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.