Minor fix for quest 562.
Contributed by NightBR.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<html><body>Teleport Device:<br>
|
||||
(According to Gatekeeper Bella, in order to reach the <font color="LEVEL">Altar of Evil</font>, you need to go to the <font color="LEVEL">Bloody Swampland</font>Go there and look for <font color="LEVEL">Lapathia</font>a Mystic of Dark Arts.)<br>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">"Check Teleport List."</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleportsHunting">"Check Teleport List."</Button>
|
||||
</body></html>
|
@@ -54,7 +54,7 @@ public class Q00562_BasicMissionAltarOfEvil extends Quest
|
||||
{
|
||||
super(562);
|
||||
addStartNpc(PENNY);
|
||||
addTalkId(PENNY, LAPATHIA);
|
||||
addTalkId(PENNY, LAPATHIA, ELISA, BELLA, DE_VILLAGE_TELEPORT_DEVICE);
|
||||
addCondLevel(MIN_LEVEL, MAX_LEVEL, "nolevel.html");
|
||||
}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<html><body>Teleport Device:<br>
|
||||
(According to Gatekeeper Bella, in order to reach the <font color="LEVEL">Altar of Evil</font>, you need to go to the <font color="LEVEL">Bloody Swampland</font>Go there and look for <font color="LEVEL">Lapathia</font>a Mystic of Dark Arts.)<br>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">"Check Teleport List."</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleportsHunting">"Check Teleport List."</Button>
|
||||
</body></html>
|
@@ -54,7 +54,7 @@ public class Q00562_BasicMissionAltarOfEvil extends Quest
|
||||
{
|
||||
super(562);
|
||||
addStartNpc(PENNY);
|
||||
addTalkId(PENNY, LAPATHIA);
|
||||
addTalkId(PENNY, LAPATHIA, ELISA, BELLA, DE_VILLAGE_TELEPORT_DEVICE);
|
||||
addCondLevel(MIN_LEVEL, MAX_LEVEL, "nolevel.html");
|
||||
}
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<html><body>Teleport Device:<br>
|
||||
(According to Gatekeeper Bella, in order to reach the <font color="LEVEL">Altar of Evil</font>, you need to go to the <font color="LEVEL">Bloody Swampland</font>Go there and look for <font color="LEVEL">Lapathia</font>a Mystic of Dark Arts.)<br>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleports">"Check Teleport List."</Button>
|
||||
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h npc_%objectId%_showTeleportsHunting">"Check Teleport List."</Button>
|
||||
</body></html>
|
@@ -54,7 +54,7 @@ public class Q00562_BasicMissionAltarOfEvil extends Quest
|
||||
{
|
||||
super(562);
|
||||
addStartNpc(PENNY);
|
||||
addTalkId(PENNY, LAPATHIA);
|
||||
addTalkId(PENNY, LAPATHIA, ELISA, BELLA, DE_VILLAGE_TELEPORT_DEVICE);
|
||||
addCondLevel(MIN_LEVEL, MAX_LEVEL, "nolevel.html");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user