Update drop handling, Allow rares, Remove some logging (#193)

* Fix local Parabot instructions

* Add kick command, and force logout function

* Allow rare items (phats etc)

* remove random server logging

* implement random drop amount

* fixup random events message
This commit is contained in:
Danial
2019-11-18 13:31:18 +13:00
committed by Daniel Ginovker
parent 2b6ff7db02
commit 26ff191af3
7 changed files with 2272 additions and 2212 deletions
@@ -144,7 +144,7 @@ public class Commands implements PacketType {
case "randomtoggle":
case "togglerandom":
player.randomEventsEnabled = !player.randomEventsEnabled;
player.getActionSender().sendMessage("You will " + (player.debugMode ? "now" : "no longer") + " receieve random events.");
player.getActionSender().sendMessage("You will " + (player.randomEventsEnabled ? "now" : "no longer") + " receieve random events.");
break;
case "debug":
case "debugmode":