From ad7bb713f717b222abf1856426784e4eb5b71641 Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Thu, 14 May 2015 14:53:46 +0000 Subject: [PATCH] Let's Go To The Central Square quest arrow fix. --- .../Q10320_LetsGoToTheCentralSquare.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/dist/game/data/scripts/quests/Q10320_LetsGoToTheCentralSquare/Q10320_LetsGoToTheCentralSquare.java b/trunk/dist/game/data/scripts/quests/Q10320_LetsGoToTheCentralSquare/Q10320_LetsGoToTheCentralSquare.java index 0c37e7dd78..e14c945ce5 100644 --- a/trunk/dist/game/data/scripts/quests/Q10320_LetsGoToTheCentralSquare/Q10320_LetsGoToTheCentralSquare.java +++ b/trunk/dist/game/data/scripts/quests/Q10320_LetsGoToTheCentralSquare/Q10320_LetsGoToTheCentralSquare.java @@ -81,6 +81,8 @@ public final class Q10320_LetsGoToTheCentralSquare extends Quest case "32972-03.htm": { qs.startQuest(); + qs.setCond(2); // Show arrow hack + qs.setCond(1); player.sendPacket(new TutorialShowHtml(npc.getObjectId(), "..\\L2Text\\QT_001_Radar_01.htm", TutorialShowHtml.LARGE_WINDOW)); htmltext = event; break;