Skip to content

Commit

Permalink
feat: tele hint to martin holt in prison
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Sep 17, 2023
1 parent d479a64 commit 95ecdc1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,8 @@ public void setupSteps()


climbDownStairsShayzienPrison = new ObjectStep(this, ObjectID.STAIRCASE_41922, new WorldPoint(1464, 3568, 0), "Talk to Martin Holt in the Shayzien Prison west of the Graveyard of Heroes.");
climbDownStairsShayzienPrison.addDialogStep("'History and Hearsay' - Shayzien");
((ObjectStep) climbDownStairsShayzienPrison).addTeleport(kharedstsMemoirs.named("Kharedst's memoirs [3]"));
talkToMartinHoltHelpingLadyLova = new NpcStep(this, NpcID.MARTIN_HOLT_10892, new WorldPoint(1437, 9946, 0), "Talk to Martin Holt in the Shayzien Prison west of the Graveyard of Heroes.");
talkToMartinHoltHelpingLadyLova.addSubSteps(climbDownStairsShayzienPrison);
speakWithJoraAndFightAssassin = new NpcStep(this, NpcID.JORRA, new WorldPoint(1496, 3557, 0), "Speak with Jorra south of the Graveyard of Heroes in Shayzien then fight the Assassin (level 132).", combatGear, food);
Expand Down

0 comments on commit 95ecdc1

Please sign in to comment.