Closes #393
- Sophanem city gates now functioning
Closes #392
- Improved rug travel, added missing travel options
Closes #391
- Added those curtains, along with many more curtains and other functional objects
Closes #390
- Dramen branch now untradeable/same with staff
Closes #389
- Lumbridge door should no longer get stuck, should fix other doors aswell
Closes #388
- Added Rasolo npc spawn
Closes #385
- Added missing fishing guild spawns
Closes #384
- Added missing port khazard npcs and a few other missing npcs too
Closes #379
- Added smelt x option
Closes #334
- Fixed dragon dagger store price and fixed high alch/low alch value for it
Closes #278
- Fixed strange numbers on runecrafting interface
Closes #244
-These were previously fixed

Also included:
- Added recieving random gems when mining (thanks to ben for pointing this out)
- Reduced door usage delay
- Random cleanup and deleted some unsued files/code
- Fixed many npc item drop names (thanks to iizyy for pointing them out)
- Fixed a few wizard tower doors
- Did more cleanup with the some of the old boundary methods
- Tidied up the discord commands and added the proper urls for them
This commit is contained in:
Mr Extremez
2020-03-12 18:13:22 -05:00
committed by GitHub
parent db58bc868b
commit cb65d89297
52 changed files with 1088 additions and 1046 deletions
@@ -720,16 +720,20 @@ public class NpcActions {
* End of Quests
*/
case 2293:
if (c.absY >= 2939 && c.absY <= 2945) {
c.getDialogueHandler().sendDialogues(3565, npcType);
} else {
c.getDialogueHandler().sendDialogues(3570, npcType);
}
break;
case 2294:
c.getDialogueHandler().sendDialogues(24, npcType);
c.getDialogueHandler().sendDialogues(3555, npcType);
break;
case 2296:
c.getDialogueHandler().sendDialogues(26, npcType);
break;
case 500:
c.getDialogueHandler().sendDialogues(21, npcType);
c.getDialogueHandler().sendDialogues(3559, npcType);
break;
case 659: