Proper dialogue extensions for recently committed quests.

This commit is contained in:
MobiusDev
2016-02-11 09:22:07 +00:00
parent 36ce794ee4
commit b2cafd8e2e
98 changed files with 112 additions and 116 deletions

View File

@@ -75,13 +75,13 @@ public class Q00757_TriolsMovement extends Quest
switch (event)
{
case "accepted.htm":
case "accepted.html":
{
qs.setCond(1);
qs.startQuest();
break;
}
case "endquest.htm":
case "endquest.html":
{
if (qs.isCond(2))
{
@@ -91,7 +91,7 @@ public class Q00757_TriolsMovement extends Quest
qs.giveItems(36232, 1);
qs.addExpAndSp(301518549, 7236360);
qs.exitQuest(QuestType.DAILY, true);
htmltext = "endquest.htm";
htmltext = "endquest.html";
}
break;
}
@@ -124,7 +124,7 @@ public class Q00757_TriolsMovement extends Quest
}
else
{
htmltext = "no_level.htm";
htmltext = "no_level.html";
}
break;
}
@@ -132,11 +132,11 @@ public class Q00757_TriolsMovement extends Quest
{
if (qs.isCond(1))
{
htmltext = "notcollected.htm";
htmltext = "notcollected.htmll";
}
else if (qs.isCond(2))
{
htmltext = "collected.htm";
htmltext = "collected.html";
}
break;
}

View File

@@ -1,5 +1,5 @@
<html><body>Sec:<br>
I can see how theirs are shining precious totems!<br>
Show that even brought?<br><br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00757_TriolsMovement endquest.htm">"Show"</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00757_TriolsMovement endquest.html">"Show"</button>
</body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Sec:<br>
We would never have thought that the triplets can multiply so fast, according to our research theirs number exceeds the norm by 389 percent!<br>
You are here that would stop this growth?<br><br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00757_TriolsMovement accepted.htm">"Yes, I'm the one who need it!"</button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00757_TriolsMovement accepted.html">"Yes, I'm the one who need it!"</button>
</body></html>