mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 16:49:04 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user