Browse Source

increase player gold and bank gold limits

mixbane
FatBoy-DOTC 1 month ago
parent
commit
1f88bb38fc
  1. 4
      src/engine/server/MBServerStatics.java

4
src/engine/server/MBServerStatics.java

@ -33,11 +33,11 @@ public class MBServerStatics { @@ -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 = 50000000;
// incoming
// opcodes to
// console
public static final int PLAYER_GOLD_LIMIT = 10000000;
public static final int PLAYER_GOLD_LIMIT = 20000000;
// buildings, npcs
/*
* Login cache flags

Loading…
Cancel
Save