Minor tidy up, Update specials stats (#189)

* Fix local Parabot instructions

* Add kick command, and force logout function

* fixup abyss

* fixup tokkull selling

* tidy up

* update abyssal whip special accuracy

* update specials from wiki

* eh

* remove system log
This commit is contained in:
Danial
2019-11-18 08:23:28 +13:00
committed by Daniel Ginovker
parent 9dcc1eee0b
commit 8570b5f531
5 changed files with 34 additions and 62 deletions
@@ -13,7 +13,8 @@ public class NPCDropsHandler {
public static int // found on http://runescape.wikia.com/wiki/Drop_rate
ALWAYS = 0,
COINSRATE = 3, CHICKEN_RATE = 75 / 100,
COINSRATE = 3,
CHICKEN_RATE = 75 / 100,
COMMON = 2 + r(48),
UNCOMMON = 51 + r(49),
RARE = 101 + r(411),