• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Exp Gain Percent from item how to calculate?

legadoss

New Member
Joined
Jun 1, 2014
Messages
142
Reaction score
4
hello, how i can get percent from item ?

C++:
expPercentBonus += g_config.EXP_MUL * 100 / ring->getItemExpPercentFromItemXML();
this work wrong...


g_config.EXP_MUL is 100% exp
and i want get + 100% from getItemExpPercentFromItemXML();
how i can achieve it?
 
Back
Top