dead players dont get XP
This commit is contained in:
@@ -367,6 +367,9 @@ public class Experience {
|
||||
if (member.getLevel() >= MBServerStatics.LEVELCAP)
|
||||
continue;
|
||||
|
||||
if(!member.isAlive())
|
||||
continue;
|
||||
|
||||
if(member.level >= 75 && !mob.getObjectType().equals(Enum.GameObjectType.PlayerCharacter))
|
||||
continue; // cannot PVE higher than level 75
|
||||
|
||||
|
||||
Reference in New Issue
Block a user