Minor Start of Fate quest tweaks.
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
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>
|
||||
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>
|
@@ -100,7 +100,7 @@ public class Q10331_StartOfFate extends Quest
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
case "LakcisTeleport":
|
||||
case "lakcis_teleport":
|
||||
{
|
||||
if (qs.isCond(1))
|
||||
{
|
||||
@@ -119,9 +119,9 @@ public class Q10331_StartOfFate extends Quest
|
||||
}
|
||||
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())
|
||||
|
Reference in New Issue
Block a user