From 2d69e335e02daaae88c07e27bee04b9bd7bc57c7 Mon Sep 17 00:00:00 2001 From: FatBoy-DOTC Date: Sat, 15 Mar 2025 16:29:02 -0500 Subject: [PATCH] hotifx + gold cap increase --- src/engine/objects/PlayerCharacter.java | 8 +++++--- src/engine/server/MBServerStatics.java | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/engine/objects/PlayerCharacter.java b/src/engine/objects/PlayerCharacter.java index d5bc038a..54b92de3 100644 --- a/src/engine/objects/PlayerCharacter.java +++ b/src/engine/objects/PlayerCharacter.java @@ -5144,9 +5144,12 @@ public class PlayerCharacter extends AbstractCharacter { @Override public void update(Boolean newSystem) { + this.updateLocation(); + this.updateMovementState(); + if(!newSystem) { - this.updateLocation(); - this.updateMovementState(); + // this.updateLocation(); + // this.updateMovementState(); return; } @@ -5154,7 +5157,6 @@ public class PlayerCharacter extends AbstractCharacter { if (this.updateLock.writeLock().tryLock()) { - //if(!this.timestamps.containsKey("SetDirty")){ // this.timestamps.put("SetDirty", System.currentTimeMillis()); //}else if (this.timestamps.get("SetDirty") + 5000L < System.currentTimeMillis()){ diff --git a/src/engine/server/MBServerStatics.java b/src/engine/server/MBServerStatics.java index 6cba5868..e9fdad66 100644 --- a/src/engine/server/MBServerStatics.java +++ b/src/engine/server/MBServerStatics.java @@ -33,11 +33,11 @@ public class MBServerStatics { // hit box // calcs public static final boolean PRINT_INCOMING_OPCODES = false; // print - public static final int BANK_GOLD_LIMIT = 25000000; + public static final int BANK_GOLD_LIMIT = 100000000; // incoming // opcodes to // console - public static final int PLAYER_GOLD_LIMIT = 10000000; + public static final int PLAYER_GOLD_LIMIT = 50000000; // buildings, npcs /* * Login cache flags