Underground quest updates (10320 to 10327).
Contributed by gyo.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
<html><body>Theodore:<br>
|
||||
Not now! Can't you see I'm busy? Come back later.<br>
|
||||
(You must be level 20 or above to start this quest.)
|
||||
</body></html>
|
||||
@@ -1,5 +1,5 @@
|
||||
<html><body>Theodore:<br>
|
||||
Seekers are scholars and warriors dedicated to searching through the Ruins of Ye Sagira.<br>
|
||||
However, they recently ran into a spot of bother after the local monsters decided to get all territorial. Now, a good number of my Seekers are injured, and the work just keeps on piling up...<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10321_QualificationsOfTheSeeker 32975-03.html">"Where do I sign up? I want to be a Seeker."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10321_QualificationsOfTheSeeker 32975-03.htm">"Where do I sign up? I want to be a Seeker."</Button>
|
||||
</body></html>
|
||||
@@ -1,6 +0,0 @@
|
||||
<html><body>Theodore:<br>
|
||||
You what? Really? Even after what I just told you?? <br>
|
||||
Well, anyone can become a seeker, but you must first get certified. <font color="LEVEL">Shannon</font> can start you on that path - head to the <font color="LEVEL">Training Grounds</font> to see her, and she'll teach you about scouts.<br>
|
||||
Now get going - speed is of the essence and all that!<br>
|
||||
I will briefly tell you how to get there.
|
||||
</body></html>
|
||||
@@ -46,8 +46,8 @@ public final class Q10321_QualificationsOfTheSeeker extends Quest
|
||||
super(10321, Q10321_QualificationsOfTheSeeker.class.getSimpleName(), "Qualifications Of The Seeker");
|
||||
addStartNpc(THEODORE);
|
||||
addTalkId(THEODORE, SHANNON);
|
||||
addCondMaxLevel(MAX_LEVEL, "32975-01a.html");
|
||||
addCondCompletedQuest(Q10320_LetsGoToTheCentralSquare.class.getSimpleName(), "32975-01a.html");
|
||||
addCondMaxLevel(MAX_LEVEL, "32975-06.html");
|
||||
addCondCompletedQuest(Q10320_LetsGoToTheCentralSquare.class.getSimpleName(), "32975-06.html");
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -62,7 +62,7 @@ public final class Q10321_QualificationsOfTheSeeker extends Quest
|
||||
String htmltext = null;
|
||||
switch (event)
|
||||
{
|
||||
case "32975-03.html":
|
||||
case "32975-03.htm":
|
||||
{
|
||||
qs.startQuest();
|
||||
qs.setCond(2); // show arrow hack
|
||||
|
||||
Reference in New Issue
Block a user