New stuff 4 (#319)

* Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk

Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk

* Commented clipping server side check so we can work on it

Commented and brought back the old code so gates works while we work in the clipping check server side.

* Added Canifis bank to the bank boolean

* Fixed the drops problem

* Added cannonball making, fixed some typos, added some command for admin to get 999k hp and prayer points(usefull for debugging)

New feature:
- Cannonball making
New Commands:
- ::hp
- ::pray

* Update DwarfCannon.java
This commit is contained in:
Gptaqbc
2019-12-23 22:38:24 -05:00
committed by Daniel Ginovker
parent b1b06e9cb9
commit 10070843e6
8 changed files with 78 additions and 15 deletions
@@ -2639,7 +2639,7 @@ public class DialogueHandler {
player.nextChat = 522;
break;
case 522:
sendNpcChat1("You are a eager one.", player.talkingNpc,
sendNpcChat1("You are an eager one.", player.talkingNpc,
"Doctor Harlow");
player.nextChat = 523;
break;