Skip to content

Commit

Permalink
Add notes + fix Jeb ID in Ardy Medium
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoinkwiz committed Sep 26, 2023
1 parent af08218 commit 2adad4f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,10 @@ public void setupSteps()
moveToSkavid = new ObjectStep(this, ObjectID.CAVE_ENTRANCE_2806, new WorldPoint(2524, 3069, 0),
"Enter the Cave.", lightSource, skavMap);
caveNightshade = new ItemStep(this, "Pickup the Cave nightshade.", nightshade);

moveToPlatform = new NpcStep(this, NpcID.JEB, new WorldPoint(2719, 3305, 0),
// Need step at top of wall for grapple
// Need to highlight chicksword to kill
// Need to point to Jeb if Jeb is deliverer, otherwise Holgart
moveToPlatform = new NpcStep(this, NpcID.JEB_4803, new WorldPoint(2719, 3305, 0),
"Talk to Jeb or Holgart to travel to the Fishing Platform.", smallFishingNet);
((NpcStep) (moveToPlatform)).addAlternateNpcs(NpcID.HOLGART_7789);
fishOnPlatform = new NpcStep(this, FishingSpot.SHRIMP.getIds(), new WorldPoint(2790, 3276, 0),
Expand Down

0 comments on commit 2adad4f

Please sign in to comment.