diff --git a/trunk/dist/game/data/scripts/quests/Q10331_StartOfFate/32977-02.html b/trunk/dist/game/data/scripts/quests/Q10331_StartOfFate/32977-02.html index 71c3ba8395..97d83f9dca 100644 --- a/trunk/dist/game/data/scripts/quests/Q10331_StartOfFate/32977-02.html +++ b/trunk/dist/game/data/scripts/quests/Q10331_StartOfFate/32977-02.html @@ -2,5 +2,5 @@ Oh!
The Labyrinth of Belis, a terrifying lair that's home to the largest of the monsters, is in Exploration zone 5. You'll find it at the end of the ruins, along with ranger Sebion. Ask him, and he'll let you enter the labyrinth.
I'll send you to Exploration zone 5, if you're ready?
- + \ No newline at end of file diff --git a/trunk/dist/game/data/scripts/quests/Q10331_StartOfFate/Q10331_StartOfFate.java b/trunk/dist/game/data/scripts/quests/Q10331_StartOfFate/Q10331_StartOfFate.java index 31c4de1ba7..1173333f15 100644 --- a/trunk/dist/game/data/scripts/quests/Q10331_StartOfFate/Q10331_StartOfFate.java +++ b/trunk/dist/game/data/scripts/quests/Q10331_StartOfFate/Q10331_StartOfFate.java @@ -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())