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:
Mr Extremez
2019-12-04 20:13:47 -06:00
committed by Daniel Ginovker
parent 256452114c
commit 402d732975
11 changed files with 217 additions and 167 deletions
@@ -2489,9 +2489,6 @@ public class ItemAssistant {
c.playerItemsN[i] = 0;
}
resetItems(3214);
/*
* c.weight = 0; Weight.updateWeight(c);
*/
}
public int freeSlots() {