Skip to content

Commit

Permalink
fix: Fix orb spell cast in Legends' Quest widget highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoinkwiz committed Sep 28, 2024
1 parent d985d18 commit 807339c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
import java.util.*;

import com.questhelper.steps.TileStep;
import com.questhelper.steps.widget.NormalSpells;
import net.runelite.api.ItemID;
import net.runelite.api.NpcID;
import net.runelite.api.ObjectID;
Expand Down Expand Up @@ -961,7 +962,7 @@ private void setupSteps()
searchMarkedWallToSource.addDialogSteps("Investigate the outline of the door.", "Yes, I'll go through!");

useSpellOnDoor = new ObjectStep(this, ObjectID.ANCIENT_GATE_2930, new WorldPoint(2763, 9314, 0), "Cast a charge orb spell on the ancient gate.", chargeOrbRunes, unpoweredOrb, normalSpellbook);
useSpellOnDoor.addWidgetHighlight(218, 41);
useSpellOnDoor.addSpellHighlight(NormalSpells.CHARGE_WATER_ORB);

useRopeOnWinch = new ObjectStep(this, ObjectID.WINCH_2934, new WorldPoint(2761, 9331, 0), "Use a rope on the winch. If you've already done so, search it instead.", ropeHighlighted);
useRopeOnWinch.addIcon(ItemID.ROPE);
Expand Down

0 comments on commit 807339c

Please sign in to comment.