PVP experience only after level 75

This commit is contained in:
2024-05-21 21:20:19 -05:00
parent 0d7beb5a5a
commit 5f16b40092
3 changed files with 19 additions and 19 deletions
+2 -1
View File
@@ -460,7 +460,8 @@ public class Experience {
return;
// Get XP and adjust for Mob Level with world xp modifier taken into account
grantedExperience = (double) LOOTMANAGER.NORMAL_EXP_RATE * maxXPPerKill(killer.getLevel());
float mdofier = LOOTMANAGER.NORMAL_EXP_RATE;
grantedExperience = maxXPPerKill(killer.getLevel());
grantedExperience *= getConMod(killer, mob);
// Modify for hotzone