Quest dialog extension changes.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<html><body>Captain Bathis:<br>
|
||||
Sakum has been stirring up other creatures as it moves west of Gludio. I heard there's now another, similar-looking monster...<br>
|
||||
We do need to take care of the Sakum threat soon, but right now it's more urgent to clear out some of these other violent creatures. Can you leave right away?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10335_RequestToFindSakum 30332-03.htm">"Yes, I'll go now."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10335_RequestToFindSakum 30332-03.html">"Yes, I'll go now."</Button>
|
||||
</body></html>
|
@@ -1,5 +1,5 @@
|
||||
<html><body>Guard Kallesin:<br>
|
||||
Ahh, the support soldier from the village, yes? Welcome. And you are just in time. Perhaps you saw Sakum on your way here? It just passed by. I was... I couldn't help but look, but I didn't dare approach. If you saw it, you'd know what I meant... it just freezes you in your tracks.<br>
|
||||
Anyway, I intend to draw a sketch of Sakum before I forget what it looked like, in hopes that it'll help someone else track it down. Meanwhile, I hope you can defeat some of the other monsters that have been stirred up by Sakum.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10335_RequestToFindSakum 33177-02.htm">"Yeah, they shouldn't be too hard to take out."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10335_RequestToFindSakum 33177-02.html">"Yeah, they shouldn't be too hard to take out."</Button>
|
||||
</body></html>
|
@@ -1,4 +1,4 @@
|
||||
<html><body>Guard Zenath:<br>
|
||||
Have you come from the village? Please... report!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10335_RequestToFindSakum 33509-03.htm">"Well..."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10335_RequestToFindSakum 33509-03.html">"Well..."</Button>
|
||||
</body></html>
|
@@ -1,5 +1,5 @@
|
||||
<html><body>Guard Zenath:<br>
|
||||
I'm alive thanks to you! I can't believe that you defeated so many monsters in such a short time!<br>
|
||||
I was doing my best to chase Sakum, but <font color="LEVEL">Kanilov</font> is quite a distraction...<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10335_RequestToFindSakum 33509-04.htm">"Oh?"</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10335_RequestToFindSakum 33509-04.html">"Oh?"</Button>
|
||||
</body></html>
|
@@ -53,8 +53,8 @@ public final class Q10335_RequestToFindSakum extends Quest
|
||||
addStartNpc(BATHIS);
|
||||
addTalkId(BATHIS, KALLESIN, ZENATH);
|
||||
addKillId(SKELETON_TRACKER, SKELETON_BOWMAN, RUIN_SPARTOI, RUIN_ZOMBIE, RUIN_ZOMBIE_LEADER);
|
||||
addCondNotRace(Race.ERTHEIA, "30332-08.htm");
|
||||
addCondLevel(MIN_LEVEL, MAX_LEVEL, "30332-07.htm");
|
||||
addCondNotRace(Race.ERTHEIA, "30332-08.html");
|
||||
addCondLevel(MIN_LEVEL, MAX_LEVEL, "30332-07.html");
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -70,18 +70,18 @@ public final class Q10335_RequestToFindSakum extends Quest
|
||||
switch (event)
|
||||
{
|
||||
case "30332-02.htm":
|
||||
case "33509-03.htm":
|
||||
case "33509-03.html":
|
||||
{
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
case "30332-03.htm":
|
||||
case "30332-03.html":
|
||||
{
|
||||
st.startQuest();
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
case "33177-02.htm":
|
||||
case "33177-02.html":
|
||||
{
|
||||
if (st.isCond(1))
|
||||
{
|
||||
@@ -90,7 +90,7 @@ public final class Q10335_RequestToFindSakum extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "33509-04.htm":
|
||||
case "33509-04.html":
|
||||
{
|
||||
if (st.isCond(3))
|
||||
{
|
||||
@@ -127,7 +127,7 @@ public final class Q10335_RequestToFindSakum extends Quest
|
||||
{
|
||||
case BATHIS:
|
||||
{
|
||||
htmltext = st.isCond(1) ? "30332-04.htm" : "30332-05.htm";
|
||||
htmltext = st.isCond(1) ? "30332-04.html" : "30332-05.html";
|
||||
break;
|
||||
}
|
||||
case KALLESIN:
|
||||
@@ -136,17 +136,17 @@ public final class Q10335_RequestToFindSakum extends Quest
|
||||
{
|
||||
case 1:
|
||||
{
|
||||
htmltext = "33177-01.htm";
|
||||
htmltext = "33177-01.html";
|
||||
break;
|
||||
}
|
||||
case 2:
|
||||
{
|
||||
htmltext = "33177-03.htm";
|
||||
htmltext = "33177-03.html";
|
||||
break;
|
||||
}
|
||||
case 3:
|
||||
{
|
||||
htmltext = "33177-04.htm";
|
||||
htmltext = "33177-04.html";
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -159,12 +159,12 @@ public final class Q10335_RequestToFindSakum extends Quest
|
||||
case 1:
|
||||
case 2:
|
||||
{
|
||||
htmltext = "33509-01.htm";
|
||||
htmltext = "33509-01.html";
|
||||
break;
|
||||
}
|
||||
case 3:
|
||||
{
|
||||
htmltext = "33509-02.htm";
|
||||
htmltext = "33509-02.html";
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -179,17 +179,17 @@ public final class Q10335_RequestToFindSakum extends Quest
|
||||
{
|
||||
case BATHIS:
|
||||
{
|
||||
htmltext = "30332-06.htm";
|
||||
htmltext = "30332-06.html";
|
||||
break;
|
||||
}
|
||||
case KALLESIN:
|
||||
{
|
||||
htmltext = "33177-05.htm";
|
||||
htmltext = "33177-05.html";
|
||||
break;
|
||||
}
|
||||
case ZENATH:
|
||||
{
|
||||
htmltext = "33509-05.htm";
|
||||
htmltext = "33509-05.html";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user