mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 08:39:05 +00:00
Some fixes (#231)
* Some fixes - Changed lumbridge teleport to require 31 magic instead of 32 - Added back gaining items from thieving stalls - Fixed dialgoue issue after leveling up skill (such as smithing) - Made god capes untradable - Removed cannon balls from shop (they werent supposed to be in there) * refactor pickpocketing slightly * more refactoring, actual random * refactor, each stall has it's own respawn timer * refactor argument names * Update Stalls.java
This commit is contained in:
committed by
Daniel Ginovker
parent
256452114c
commit
402d732975
@@ -127,7 +127,8 @@ public class GameConstants {
|
||||
775, 776, 777, 300, 88, 2415, 2416, 2417, 4214, 4215, 4216, 4217,
|
||||
4218, 4219, 4220, 4221, 4222, 4223, 4224, 1555, 1556, 1557, 1558,
|
||||
1559, 1560, 1561, 1562, 1563, 1564, 1565, 7585, 7584, 2714, 432,
|
||||
433, 290, 5075, 5074, 5073, 5071, 5070, 7413, 6529, 4067, 2996, 1464, 666, 667 };
|
||||
433, 290, 5075, 5074, 5073, 5071, 5070, 7413, 6529, 4067, 2996, 1464, 666, 667,
|
||||
2412, 2413, 2414 };
|
||||
|
||||
public final static int[] ITEM_UNALCHABLE = { 995, 1555, 1556, 1557, 1558,
|
||||
1559, 1560, 1561, 1562, 1563, 1564, 1565, 7583, 1566, 7585, 2528,
|
||||
|
||||
Reference in New Issue
Block a user