Minor Start of Fate quest tweaks.

This commit is contained in:
mobius
2015-02-22 18:15:57 +00:00
parent 8d56315afb
commit 8e499e6b5e
2 changed files with 4 additions and 4 deletions

View File

@@ -2,5 +2,5 @@
Oh!<br> Oh!<br>
The Labyrinth of Belis, a terrifying lair that's home to the largest of the monsters, is in <font color="LEVEL">Exploration zone 5</font>. You'll find it at the end of the ruins, along with ranger <font color="LEVEL">Sebion</font>. Ask him, and he'll let you enter the labyrinth.<br> The Labyrinth of Belis, a terrifying lair that's home to the largest of the monsters, is in <font color="LEVEL">Exploration zone 5</font>. You'll find it at the end of the ruins, along with ranger <font color="LEVEL">Sebion</font>. Ask him, and he'll let you enter the labyrinth.<br>
I'll send you to Exploration zone 5, if you're ready?<br> I'll send you to Exploration zone 5, if you're ready?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10331_StartOfFate LakcisTeleport">"Let's go!"</button> <Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10331_StartOfFate lakcis_teleport">"Let's go!"</button>
</body></html> </body></html>

View File

@@ -100,7 +100,7 @@ public class Q10331_StartOfFate extends Quest
htmltext = event; htmltext = event;
break; break;
} }
case "LakcisTeleport": case "lakcis_teleport":
{ {
if (qs.isCond(1)) if (qs.isCond(1))
{ {
@@ -119,9 +119,9 @@ public class Q10331_StartOfFate extends Quest
} }
case "pantheon_send_to_master": case "pantheon_send_to_master":
{ {
if (!qs.isCond(5)) if (!qs.isCond(5) || (getQuestItemsCount(player, SARIL_NECKLACE) == 0))
{ {
return null; htmltext = getNoQuestMsg(player);
} }
switch (player.getRace()) switch (player.getRace())