PVP-enforced exp formula and restrictions: Difference between revisions
From Realesta Wiki
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<span style="color: #8fd694;">result</span> = (1 - (a / b)) * 0.05 * c | <span style="color: #8fd694;">result</span> = (1 - (a / b)) * 0.05 * c | ||
<span style="color: #8fd694;">result</span> * rate_exp_pvp | <span style="color: #8fd694;">result</span> * rate_exp_pvp | ||
---- | ---- |
Revision as of 19:30, 17 January 2025
Formula:
rate_exp_pvp = 2 (this one depends from world config and can be checked here).
a = attackers level * 0.9
b = victims level
c = victims experience
result = (1 - (a / b)) * 0.05 * c result * rate_exp_pvp
Restrictions::
- Attacker's level comparing to victim's level cannot be higher than 30.