From dba2b496fdd0c08596336ef2494977a5c92fd930 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Mon, 18 Sep 2023 01:38:59 +0200 Subject: [PATCH] feat: tele hint for the "speak with all the leaders again" step --- .../helpers/quests/akingdomdivided/AKingdomDivided.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/com/questhelper/helpers/quests/akingdomdivided/AKingdomDivided.java b/src/main/java/com/questhelper/helpers/quests/akingdomdivided/AKingdomDivided.java index 7d7deec4f5..92a10e296a 100644 --- a/src/main/java/com/questhelper/helpers/quests/akingdomdivided/AKingdomDivided.java +++ b/src/main/java/com/questhelper/helpers/quests/akingdomdivided/AKingdomDivided.java @@ -809,12 +809,16 @@ public void setupSteps() inspectWineBarrel = new ObjectStep(this, ObjectID.WINE_BARREL_41928, new WorldPoint(1809, 3544, 0), "Inspect the eastern wine barrel in the Hosidius vinery then enter it. Once inside, picklock the chest to receive a Shayzien journal."); inspectWineBarrel.addDialogSteps("Climb through it."); + inspectWineBarrel.addDialogStep("'Lunch by the Lancalliums' - Hosidius"); + ((ObjectStep) inspectWineBarrel).addTeleport(kharedstsMemoirs.named("Kharedst's memoirs [1] and run east (or Xeric's amulet [2])")); picklockChestInWineBarrel = new ObjectStep(this, ObjectID.CHEST_41931, new WorldPoint(1898, 9957, 0), "Inspect the eastern wine barrel in the Hosidius vinery then enter it. Once inside, picklock the chest to receive a Shayzien journal."); inspectWineBarrel.addSubSteps(picklockChestInWineBarrel); talkToAllMembersInXericsLookoutSidebarTaskFinish = new DetailedQuestStep(this, "Speak with all the leaders again on each floor of Xeric's Lookout."); talkToArceuusLookoutTaskFinish = new NpcStep(this, NpcID.LORD_TROBIN_ARCEUUS_10962, new WorldPoint(1579, 3528, 0), "Talk to Lord Arceeus in Xeric's Lookout."); + talkToArceuusLookoutTaskFinish.addDialogStep("'History and Hearsay' - Shayzien"); + ((NpcStep) talkToArceuusLookoutTaskFinish).addTeleport(kharedstsMemoirs.named("Kharedst's memoirs [3] and run east (or Xeric's Talisman [1])")); talkToHosidiusLookoutTaskFinish = new NpcStep(this, NpcID.LORD_KANDUR_HOSIDIUS_10971, new WorldPoint(1568, 9955, 0), "Talk to Lord Hosidius in Xeric's Lookout."); talkToShayzienLookoutTaskFinish = new NpcStep(this, NpcID.LORD_SHIRO_SHAYZIEN_10965, new WorldPoint(1591, 3530, 1), "Talk to Lord Shayzien in Xeric's Lookout.", shayzienJournal); talkToLovaLookoutTaskFinish = new NpcStep(this, NpcID.LADY_VULCANA_LOVAKENGJ_10973, new WorldPoint(1592, 3531, 2), "Talk to Lady Lovakengj in Xeric's Lookout.", lovaDeclaration);