Non-spammy player shops (#407)

* Add check that players are over total level 50, but shop items check is broken

* Bots now only appear when they meet reqs! Woot!
This commit is contained in:
Daniel Ginovker
2020-08-03 13:28:43 -04:00
committed by GitHub
parent 707783552f
commit 1a911f1ad0
5 changed files with 28 additions and 3 deletions
@@ -10,7 +10,7 @@ public class GameConstants {
public final static int ITEM_LIMIT = 15000, MAXITEM_AMOUNT = Integer.MAX_VALUE, CLIENT_VERSION = 999999,
WORLD = 1, IPS_ALLOWED = 250, CONNECTION_DELAY = 100,
MESSAGE_DELAY = 6000, MAX_PLAYERS = 100, REQ_AMOUNT = 150;
MESSAGE_DELAY = 6000, MAX_PLAYERS = 200, REQ_AMOUNT = 150;
public final static boolean SOUND = true,
GUILDS = true, WORLD_LIST_FIX = false,