Addition of missing 10302 to 10307 quest htmls.

This commit is contained in:
MobiusDevelopment
2022-12-21 07:35:17 +00:00
parent 443f7ea076
commit f814f54f14
51 changed files with 153 additions and 34 deletions

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Plains of the Lizardmen?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10302_FoilPlansOfTheLizardmen reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Plains of the Lizardmen again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Tower of Insolence?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10303_SymbolOfHubris reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Tower of Insolence again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Dragon Valley?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10304_ChangesintheDragonValley reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Dragon Valley?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest quests.Q10305_DragonsSuspiciousMovements reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Sel Mahum Base?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10306_StopSelMahumsTroops reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Sel Mahum Base again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Orc Barracks?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10307_TurekOrcsSecret reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Orc Barracks again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Plains of the Lizardmen?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10302_FoilPlansOfTheLizardmen reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Plains of the Lizardmen again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Tower of Insolence?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10303_SymbolOfHubris reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Tower of Insolence again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Dragon Valley?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10304_ChangesintheDragonValley reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Dragon Valley?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest quests.Q10305_DragonsSuspiciousMovements reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Sel Mahum Base?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10306_StopSelMahumsTroops reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Sel Mahum Base again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Orc Barracks?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10307_TurekOrcsSecret reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Orc Barracks again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Plains of the Lizardmen?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10302_FoilPlansOfTheLizardmen reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Plains of the Lizardmen again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Dragon Valley?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10304_ChangesintheDragonValley reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Dragon Valley?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest quests.Q10305_DragonsSuspiciousMovements reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Dragon Valley again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Sel Mahum Base?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10306_StopSelMahumsTroops reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Sel Mahum Base again.
</body></html>

View File

@@ -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":

View File

@@ -0,0 +1,4 @@
<html><body>High Priest Orven:<br>
Have you killed the monsters in the Orc Barracks?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10307_TurekOrcsSecret reward">Nod</Button>
</body></html>

View File

@@ -0,0 +1,3 @@
<html><body>High Priest Orven:<br>
Thank you for your help. I hope there would be peace and silence in the Orc Barracks again.
</body></html>

View File

@@ -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":