Hi, I have clarifications regarding on bExpAddRace and bDropAddRace bonus, how does it work? does this adds on top of the current rate or does it overwrites the rate?
I have an item that adds 10% drop when killing monster (RC_ALL), Just to test this out, I set it to "bonus2 bDropAddRace,RC_ALL,1000;" which is 1000%. now assuming I have mob that drops an item(ex. Card) with 0.05 chance.
Doing the Math from what I understand:
0.05% (Card) + 1000% (bDropAddRace script) = 0.55% (expected result)
Result: When I test it out, it only displays 0.50% (I enabled announce on drop to check the changes)
Proof:
checking mobinfo -
when it drops -
-----
So this kind of make me wonder if does it overwrite, If I am wrong with my calculations can you enlighten me on how it really works?
Thank you.