Skip to content
Snippets Groups Projects
Commit be430a4c authored by Adry85's avatar Adry85 Committed by Zoey76
Browse files

Fixed third class saga quests.

Reported by: viracocha_ARG, Vampire, AbejitaAfricana
parent 410e19e1
No related branches found
No related tags found
No related merge requests found
...@@ -280,6 +280,7 @@ public abstract class AbstractSagaQuest extends Quest ...@@ -280,6 +280,7 @@ public abstract class AbstractSagaQuest extends Quest
break; break;
case "6-1": case "6-1":
st.setCond(8, true); st.setCond(8, true);
st.set("spawned", "0");
takeItems(player, Items[5], 1); takeItems(player, Items[5], 1);
cast(npc, player, 4546, 1); cast(npc, player, 4546, 1);
htmltext = "6-03.htm"; htmltext = "6-03.htm";
...@@ -317,6 +318,8 @@ public abstract class AbstractSagaQuest extends Quest ...@@ -317,6 +318,8 @@ public abstract class AbstractSagaQuest extends Quest
break; break;
case "9-1": case "9-1":
st.setCond(17, true); st.setCond(17, true);
st.set("Quest0", "0");
st.set("Tab", "0");
takeItems(player, Items[8], 1); takeItems(player, Items[8], 1);
cast(npc, player, 4546, 1); cast(npc, player, 4546, 1);
htmltext = "9-03.htm"; 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