Fixed third class saga quests.

This commit is contained in:
MobiusDev
2018-02-19 09:10:47 +00:00
parent 662dcd3249
commit d8c8cb2866

View File

@@ -313,6 +313,7 @@ public abstract class AbstractSagaQuest extends Quest
case "6-1":
{
st.setCond(8, true);
st.set("spawned", "0");
takeItems(player, Items[5], 1);
cast(npc, player, 4546, 1);
htmltext = "6-03.htm";
@@ -358,6 +359,8 @@ public abstract class AbstractSagaQuest extends Quest
case "9-1":
{
st.setCond(17, true);
st.set("Quest0", "0");
st.set("Tab", "0");
takeItems(player, Items[8], 1);
cast(npc, player, 4546, 1);
htmltext = "9-03.htm";