Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While Guthix Sleeps feedback changes #1824

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ protected void setupRequirements()
antipoison = new ItemRequirement("Antipoison", ItemCollections.ANTIPOISONS);
burthorpeTeleport = new ItemRequirement("Teleport to Burthorpe", ItemCollections.COMBAT_BRACELETS);
burthorpeTeleport.addAlternates(ItemCollections.GAMES_NECKLACES);
khazardTeleport = new ItemRequirement("Spirit tree (3), Ardougne cloak or Khazard teleport", ItemCollections.ARDY_CLOAKS);
khazardTeleport = new ItemRequirement("Khazard teleports, Ardougne cloak or Spirit tree (3)", ItemCollections.ARDY_CLOAKS);
khazardTeleport.addAlternates(ItemID.KHAZARD_TELEPORT);
feldipHillsTeleport = new ItemRequirement("Feldip hills teleport or Hunter/Max cape", ItemID.FELDIP_HILLS_TELEPORT);
feldipHillsTeleport.addAlternates(ItemCollections.FAIRY_STAFF);
Expand Down Expand Up @@ -1320,7 +1320,7 @@ public void setupSteps()

contactCyrisus = new DetailedQuestStep(this, "Use NPC Contact to talk to Cyrisus.", astralRune, cosmicRune, airRune.quantity(2));
contactCyrisus.addSpellHighlight(LunarSpells.NPC_CONTACT);
contactCyrisus.addWidgetHighlight(75, 47);
contactCyrisus.addWidgetHighlight(75, 44);
contactTurael = new DetailedQuestStep(this, "Use NPC Contact to talk to Turael, or go talk to him in Burthorpe.", astralRune, cosmicRune, airRune.quantity(2));
contactTurael.addSpellHighlight(LunarSpells.NPC_CONTACT);
contactTurael.addWidgetHighlight(75, 22);
Expand Down
Loading