xp and range fix
This commit is contained in:
@@ -2920,10 +2920,12 @@ public class PlayerCharacter extends AbstractCharacter {
|
||||
|
||||
if(this.level > 75 && !fromPVP){
|
||||
return;
|
||||
} else{
|
||||
xp *= 2;
|
||||
}
|
||||
|
||||
if(GroupManager.getGroup(this) == null)
|
||||
xp *= 2;
|
||||
xp *= 1.9f;
|
||||
|
||||
// Stop players from getting experience past the cap
|
||||
int levelCap = MBServerStatics.LEVELCAP;
|
||||
|
||||
Reference in New Issue
Block a user