Skip to content
Snippets Groups Projects
Commit 508430d7 authored by Adry85's avatar Adry85
Browse files

Fixed third class saga quests.

Reported by: viracocha_ARG, Vampire, AbejitaAfricana
parent 590f7b65
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,7 @@ public abstract class AbstractSagaQuest extends Quest
break;
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";
......@@ -317,6 +318,8 @@ public abstract class AbstractSagaQuest extends Quest
break;
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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment