The dialogues should not start again from the first step.

Contributed by musicgyz.
This commit is contained in:
MobiusDevelopment 2021-04-05 10:10:14 +00:00
parent 3ba98cf416
commit 8a464f81c2
3 changed files with 8 additions and 2 deletions

View File

@ -135,7 +135,7 @@ public class Q10954_SayhaChildren extends Quest
{
if (qs.isCond(1))
{
htmltext = "34209-01.htm";
htmltext = "34209-04.htm";
}
break;
}

View File

@ -0,0 +1,6 @@
<html><body>Master Kerkir:<br>
If the auto-hunting mode is on, you'll run to the nearest target, fight it till it's dead and then charge to the next one.<br>
It makes training quicker and easier.<br>
Well thne, I'll send you to the <font color="LEVEL">Quiet Plain</font>. Kill <font color="LEVEL">20 Diffloes, Apises & Echinus</font> there.<br1>
<Button ALIGN=LEFT ICON="TELEPORT" action="bypass -h Quest Q10955_NewLifeLessons teleport">Go to the Quiet Plain</Button>
</body></html>

View File

@ -143,7 +143,7 @@ public class Q10955_NewLifeLessons extends Quest
{
if (qs.isCond(1))
{
htmltext = "34210-01.html";
htmltext = "34210-03a.html";
}
else if (qs.isCond(2))
{