Skip to content

Commit

Permalink
Two small While Guthix Sleeps changes
Browse files Browse the repository at this point in the history
Reworded the Item requirement of khazard teleport to show as
"2x Khazard teleports, Ardougne cloak or Spirit tree (3)"

Instead of
"2x Spirit tree (3), Ardougne cloak or Khazard teleport"

As this might look a bit confusing with the 2x spirit tree and the 3 digit after which is well the number, just looks more easily understandable this way.

Also changed the widget highlight to 44 instead of 47 as 47 is Smoggy. Issue was posted about it in
Zoinkwiz#1821
  • Loading branch information
Haavardaw committed Oct 23, 2024
1 parent 60b5983 commit 206d19b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,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

0 comments on commit 206d19b

Please sign in to comment.