Let's Go To The Central Square quest arrow fix.

This commit is contained in:
MobiusDev 2015-05-14 14:53:46 +00:00
parent a4d6bebe82
commit ad7bb713f7

View File

@ -81,6 +81,8 @@ public final class Q10320_LetsGoToTheCentralSquare extends Quest
case "32972-03.htm": case "32972-03.htm":
{ {
qs.startQuest(); 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)); player.sendPacket(new TutorialShowHtml(npc.getObjectId(), "..\\L2Text\\QT_001_Radar_01.htm", TutorialShowHtml.LARGE_WINDOW));
htmltext = event; htmltext = event;
break; break;