Minor fix for quest 562.

Contributed by NightBR.
This commit is contained in:
MobiusDevelopment
2019-04-08 12:14:01 +00:00
parent b1150ad9ea
commit e002b6d8d0
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<html><body>Teleport Device:<br> <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> (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> </body></html>

View File

@@ -54,7 +54,7 @@ public class Q00562_BasicMissionAltarOfEvil extends Quest
{ {
super(562); super(562);
addStartNpc(PENNY); addStartNpc(PENNY);
addTalkId(PENNY, LAPATHIA); addTalkId(PENNY, LAPATHIA, ELISA, BELLA, DE_VILLAGE_TELEPORT_DEVICE);
addCondLevel(MIN_LEVEL, MAX_LEVEL, "nolevel.html"); addCondLevel(MIN_LEVEL, MAX_LEVEL, "nolevel.html");
} }

View File

@@ -1,4 +1,4 @@
<html><body>Teleport Device:<br> <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> (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> </body></html>

View File

@@ -54,7 +54,7 @@ public class Q00562_BasicMissionAltarOfEvil extends Quest
{ {
super(562); super(562);
addStartNpc(PENNY); addStartNpc(PENNY);
addTalkId(PENNY, LAPATHIA); addTalkId(PENNY, LAPATHIA, ELISA, BELLA, DE_VILLAGE_TELEPORT_DEVICE);
addCondLevel(MIN_LEVEL, MAX_LEVEL, "nolevel.html"); addCondLevel(MIN_LEVEL, MAX_LEVEL, "nolevel.html");
} }

View File

@@ -1,4 +1,4 @@
<html><body>Teleport Device:<br> <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> (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> </body></html>

View File

@@ -54,7 +54,7 @@ public class Q00562_BasicMissionAltarOfEvil extends Quest
{ {
super(562); super(562);
addStartNpc(PENNY); addStartNpc(PENNY);
addTalkId(PENNY, LAPATHIA); addTalkId(PENNY, LAPATHIA, ELISA, BELLA, DE_VILLAGE_TELEPORT_DEVICE);
addCondLevel(MIN_LEVEL, MAX_LEVEL, "nolevel.html"); addCondLevel(MIN_LEVEL, MAX_LEVEL, "nolevel.html");
} }