mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +00:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user