Underground quest updates (10320 to 10327).

Contributed by gyo.
This commit is contained in:
MobiusDev
2016-01-06 09:51:52 +00:00
parent d9b3a8c78f
commit 2dfb4847ad
77 changed files with 421 additions and 262 deletions

View File

@@ -1,5 +1,5 @@
<html><body>Shannon:<br>
You're back already? Hmm... good.<br>
I hear you're strong and resilent, but are lacking somewhat in the more technical skills. Flair will bedazzle your opponents, friend.<br>
I hear you're strong and resilient, but are lacking somewhat in the more technical skills. Flair will bedazzle your opponents, friend.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10324_FindingMagisterGallint 32974-02.htm">"Can you teach me?"</Button>
</body></html>

View File

@@ -1,4 +0,0 @@
<html><body>Shannon:<br>
We can only take on so many tasks, friend!<br>
(Only characters below level 20 who have already completed the "Effect of the Mysterious Power" quest, may start this quest)
</body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Shannon:<br>
Can I? No, but I know who can.<br>
I will introduce you to a teacher, if you're willing to learn.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10324_FindingMagisterGallint 32974-03.html">"I am!"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10324_FindingMagisterGallint 32974-03.htm">"I am!"</Button>
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Shannon:<br>
Enthusiasm! Good!<br>
You should go find <font color="LEVEL">Gallint</font> near the <font color="LEVEL">Administration Office</font> ! He'll teach you everything you need to know.
</body></html>

View File

@@ -1,3 +0,0 @@
<html><body>Shannon:<br>
Enthusiasm! Good! You should go find <font color="LEVEL">Gallint</font> near the <font color="LEVEL">Administration Office</font> ! He'll teach you everything you need to know.
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Shannon:<br>
We can only take on so many tasks, friend!<br>
(Only characters below level 20, who have already completed the "Effect of the Mysterious Power" quest, may start this quest)
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Gallint:<br>
Shannon? I taught her her skills many years ago, until she left to be taught by others.<br>
Look, I just don't have time to talk to you about these things - we're rebuilding Talking Island Village. You should come back soon though - can teach you skills once my work is done.
Look, I just don't have time to talk to you about these things - we're rebuilding Talking Island Village. You should come back soon though - I can teach you skills once my work is done.
</body></html>

View File

@@ -42,8 +42,8 @@ public final class Q10324_FindingMagisterGallint extends Quest
super(10324, Q10324_FindingMagisterGallint.class.getSimpleName(), "Finding Magister Gallint");
addStartNpc(SHANNON);
addTalkId(SHANNON, GALLINT);
addCondMaxLevel(MAX_LEVEL, "32974-01a.html");
addCondCompletedQuest(Q10323_TrainLikeItsReal.class.getSimpleName(), "32974-01a.html");
addCondMaxLevel(MAX_LEVEL, "32974-06.html");
addCondCompletedQuest(Q10323_TrainLikeItsReal.class.getSimpleName(), "32974-06.html");
}
@Override
@@ -58,7 +58,7 @@ public final class Q10324_FindingMagisterGallint extends Quest
String htmltext = null;
switch (event)
{
case "32974-03.html":
case "32974-03.htm":
{
qs.startQuest();
htmltext = event;