diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-04.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-04.html new file mode 100644 index 0000000000..92ce9c10cc --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Plains of the Lizardmen?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-05.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-05.html new file mode 100644 index 0000000000..1fe32d8f39 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Plains of the Lizardmen again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java index 36b098398d..db1ae1d0bb 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java @@ -67,13 +67,13 @@ public class Q10302_FoilPlansOfTheLizardmen extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-04.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-04.html new file mode 100644 index 0000000000..f245cde085 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Tower of Insolence?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-05.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-05.html new file mode 100644 index 0000000000..8164d80b34 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Tower of Insolence again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/Q10303_SymbolOfHubris.java b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/Q10303_SymbolOfHubris.java index 178a93a4f2..b855005500 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/Q10303_SymbolOfHubris.java +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/Q10303_SymbolOfHubris.java @@ -73,13 +73,13 @@ public class Q10303_SymbolOfHubris extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-04.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-04.html new file mode 100644 index 0000000000..ca309db1cf --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Dragon Valley?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-05.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-05.html new file mode 100644 index 0000000000..401e1e64b3 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Dragon Valley again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java index 981bbae16f..ae3ec5af48 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java @@ -81,13 +81,13 @@ public class Q10304_ChangesintheDragonValley extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-04.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-04.html new file mode 100644 index 0000000000..25e1df8de6 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Dragon Valley?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-05.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-05.html new file mode 100644 index 0000000000..401e1e64b3 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Dragon Valley again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java index 885a8bf028..23d645a564 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java @@ -70,13 +70,13 @@ public class Q10305_DragonsSuspiciousMovements extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-04.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-04.html new file mode 100644 index 0000000000..ef89218f32 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Sel Mahum Base?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-05.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-05.html new file mode 100644 index 0000000000..301cf3fc61 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Sel Mahum Base again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java index e314a22045..129f8cd191 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java @@ -81,13 +81,13 @@ public class Q10306_StopSelMahumsTroops extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-04.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-04.html new file mode 100644 index 0000000000..5fe81ab972 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Orc Barracks?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-05.html b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-05.html new file mode 100644 index 0000000000..16196171c3 --- /dev/null +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Orc Barracks again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java index cbd17ddcc9..a7d7df2750 100644 --- a/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java +++ b/L2J_Mobius_Essence_5.2_FrostLord/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java @@ -74,13 +74,13 @@ public class Q10307_TurekOrcsSecret extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-04.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-04.html new file mode 100644 index 0000000000..92ce9c10cc --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Plains of the Lizardmen?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-05.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-05.html new file mode 100644 index 0000000000..1fe32d8f39 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Plains of the Lizardmen again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java index 36b098398d..db1ae1d0bb 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java @@ -67,13 +67,13 @@ public class Q10302_FoilPlansOfTheLizardmen extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-04.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-04.html new file mode 100644 index 0000000000..f245cde085 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Tower of Insolence?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-05.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-05.html new file mode 100644 index 0000000000..8164d80b34 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Tower of Insolence again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/Q10303_SymbolOfHubris.java b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/Q10303_SymbolOfHubris.java index 6de8e806e3..bb0cdcd252 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/Q10303_SymbolOfHubris.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10303_SymbolOfHubris/Q10303_SymbolOfHubris.java @@ -73,13 +73,13 @@ public class Q10303_SymbolOfHubris extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-04.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-04.html new file mode 100644 index 0000000000..ca309db1cf --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Dragon Valley?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-05.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-05.html new file mode 100644 index 0000000000..401e1e64b3 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Dragon Valley again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java index 981bbae16f..ae3ec5af48 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java @@ -81,13 +81,13 @@ public class Q10304_ChangesintheDragonValley extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-04.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-04.html new file mode 100644 index 0000000000..25e1df8de6 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Dragon Valley?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-05.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-05.html new file mode 100644 index 0000000000..401e1e64b3 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Dragon Valley again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java index 885a8bf028..23d645a564 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java @@ -70,13 +70,13 @@ public class Q10305_DragonsSuspiciousMovements extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-04.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-04.html new file mode 100644 index 0000000000..ef89218f32 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Sel Mahum Base?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-05.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-05.html new file mode 100644 index 0000000000..301cf3fc61 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Sel Mahum Base again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java index e314a22045..129f8cd191 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java @@ -81,13 +81,13 @@ public class Q10306_StopSelMahumsTroops extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-04.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-04.html new file mode 100644 index 0000000000..5fe81ab972 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Orc Barracks?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-05.html b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-05.html new file mode 100644 index 0000000000..16196171c3 --- /dev/null +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Orc Barracks again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java index cbd17ddcc9..a7d7df2750 100644 --- a/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java +++ b/L2J_Mobius_Essence_6.2_Vanguard/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java @@ -74,13 +74,13 @@ public class Q10307_TurekOrcsSecret extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-04.html b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-04.html new file mode 100644 index 0000000000..92ce9c10cc --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Plains of the Lizardmen?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-05.html b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-05.html new file mode 100644 index 0000000000..1fe32d8f39 --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Plains of the Lizardmen again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java index a3aab0efdf..1f64722169 100644 --- a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10302_FoilPlansOfTheLizardmen/Q10302_FoilPlansOfTheLizardmen.java @@ -67,13 +67,13 @@ public class Q10302_FoilPlansOfTheLizardmen extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-04.html b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-04.html new file mode 100644 index 0000000000..ca309db1cf --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Dragon Valley?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-05.html b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-05.html new file mode 100644 index 0000000000..401e1e64b3 --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Dragon Valley again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java index 981bbae16f..ae3ec5af48 100644 --- a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10304_ChangesintheDragonValley/Q10304_ChangesintheDragonValley.java @@ -81,13 +81,13 @@ public class Q10304_ChangesintheDragonValley extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-04.html b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-04.html new file mode 100644 index 0000000000..25e1df8de6 --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Dragon Valley?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-05.html b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-05.html new file mode 100644 index 0000000000..401e1e64b3 --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Dragon Valley again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java index 885a8bf028..23d645a564 100644 --- a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10305_DragonsSuspiciousMovements/Q10305_DragonsSuspiciousMovements.java @@ -70,13 +70,13 @@ public class Q10305_DragonsSuspiciousMovements extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-04.html b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-04.html new file mode 100644 index 0000000000..ef89218f32 --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Sel Mahum Base?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-05.html b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-05.html new file mode 100644 index 0000000000..301cf3fc61 --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Sel Mahum Base again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java index e314a22045..129f8cd191 100644 --- a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10306_StopSelMahumsTroops/Q10306_StopSelMahumsTroops.java @@ -81,13 +81,13 @@ public class Q10306_StopSelMahumsTroops extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm": diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-04.html b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-04.html new file mode 100644 index 0000000000..5fe81ab972 --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-04.html @@ -0,0 +1,4 @@ +High Priest Orven:
+Have you killed the monsters in the Orc Barracks?
+ + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-05.html b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-05.html new file mode 100644 index 0000000000..16196171c3 --- /dev/null +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/30857-05.html @@ -0,0 +1,3 @@ +High Priest Orven:
+Thank you for your help. I hope there would be peace and silence in the Orc Barracks again. + \ No newline at end of file diff --git a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java index cbd17ddcc9..a7d7df2750 100644 --- a/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java +++ b/L2J_Mobius_Essence_6.3_Crusader/dist/game/data/scripts/quests/Q10307_TurekOrcsSecret/Q10307_TurekOrcsSecret.java @@ -74,13 +74,13 @@ public class Q10307_TurekOrcsSecret extends Quest @Override public String onAdvEvent(String event, Npc npc, Player player) { + String htmltext = null; final QuestState qs = getQuestState(player, false); if (qs == null) { - return null; + return htmltext; } - String htmltext = null; switch (event) { case "30857.htm":