Skip to content

Commit

Permalink
Fix Lucien's NPC ID for bringStaffToLucien quest step in TempleOfIkov (
Browse files Browse the repository at this point in the history
…#1922)

* Fix Lucien's NPC ID for bringStaffToLucien quest step in TempleOfIkov

* Add new Lucien ID as an alternative NPC ID
  • Loading branch information
blakephillips authored Jan 2, 2025
1 parent 2c973d4 commit b33a41c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ public void setupSteps()

killLucien = new NpcStep(this, NpcID.LUCIEN, new WorldPoint(3122, 3484, 0), "Equip the Armadyl Pendant and kill Lucien in the house west of the Grand Exchange.", armadylPendant);
bringStaffToLucien = new NpcStep(this, NpcID.LUCIEN, new WorldPoint(3122, 3484, 0), "Bring the Staff of Armadyl to Lucien in the house west of the Grand Exchange.", staffOfArmadyl);

((NpcStep) bringStaffToLucien).addAlternateNpcs(NpcID.LUCIEN_13608);

bringStaffToLucien.addDialogSteps("Yes! Here it is.");

returnToLucien = new DetailedQuestStep(this, "Either return to Lucien west of the Grand Exchange with the Staff of Armadyl, or kill him whilst wearing the Pendant of Armadyl.");
Expand Down

0 comments on commit b33a41c

Please sign in to comment.