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>Pantheon:<br>
Hmm? You came Gallint instead? Injured by falling book... How is he? He could not move away from the shock of the fall of the Island, but still continued to work... Even don `t know what to say... just restless... Hmm...<br>
Right. What Gallint asked me to tell me?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10326_RespectYourElders 32972-02.html">"To say that the Ruins Esagira began to notice Suspicious Types."</button>
Huh? You came instead of Gallint?<br>
Is he okay? I heard about his little accident... He was overworked, the poor, stupid fool.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10326_RespectYourElders 32972-02.html">"He wants you to know that strange people are showing up in Ye Sagira."</button>
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Pantheon:<br>
Suspicious Types... Now I remember that in recent times have also seen in the Museum of strange personalities. It seemed to me that they are looking for material on the Giants... Maybe they're one of those bands that were seen in the Ruins?<br>
They tried to steal a book called <font color="LEVEL">War of the Gods and the Giants</font>. In this ancient manuscript contains information in the power of the Giants, the origin of their powers, monsters era Giants and the like. I am afraid that now, after the fall of the Island of Giants, this information can be used for evil purposes. It is necessary to rearrange the book elsewhere.
Hmm... we had the same thing happen here in the museum. We think they were looking for anything related to the Giants, and tried to steal <font color="LEVEL">The War of Gods and Giants</font> , an ancient book that was discovered in Ye Sagira.<br1>
It has many stories about the powers of the Giants, how that power can be learned, and about others species from their time. With the recent devastation, perhaps...
</body></html>

View File

@@ -1,4 +1,5 @@
<html><body>Gallint:<br>
Ah-ah! My back... Something I overworked these documents... Ah... I wanted to give something... How am I so...<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10326_RespectYourElders 32980-02.htm">"Ask describe the problem in detail"</button>
My god. My back! I can't even move. I worked too hard organizing... documents.<br1>
Ahh.. I have something to tell you... But my body is...
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10326_RespectYourElders 32980-02.htm">"Are... you okay?"</button>
</body></html>

View File

@@ -1,6 +1,6 @@
<html><body>Gallint:<br>
You know... Today I long for the first time, brought order to the documents. There were so many that had to move folders using magic.<br>
But these manuscripts was so much dust that I started sneezing. Distracted, and documents that are carried through the air, dropped over. Now sore lower back.<br>
For three days had passed on his feet I stood up, but moving all Yeshe hard. It was necessary to convey something of the Pantheon. Phew.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10326_RespectYourElders 32980-03.html">"Offer Help"</button>
NO I'M NOT OKAY! OW! Don't make me shout!<br>
I was organizing the... documents in our old storage rooms, lifting up whole tomes with my magic. But... ow ow ow... okay... but they'd not been moved for years, and had quite a collection of dust covering them. The dust was getting thrown up everywhere, then I... I sneezed, and everything came crashing down around me. Around me, and on me.<br>
And I had something important to tell Pantheon... Sigh...
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10326_RespectYourElders 32980-03.htm">"Well, I can pass on a message."</button>
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Gallint:<br>
Ah yes! Yes, you can...<br>
Well then... please go into the <font color="LEVEL">museum</font> and tell <font color="LEVEL">Pantheon</font> that <font color="LEVEL">"there were suspicious people... OW... caught in Ye Sagira"</font> . You can leave out the 'ow' part.
</body></html>

View File

@@ -1,3 +0,0 @@
<html><body>Gallint:<br>
You are so kind. <font color="LEVEL">Pantheon</font> <font color="LEVEL">is located at the Museum</font>. Tell him: <font color="LEVEL">"In Esagire caught suspicious characters"</font>. And pass. I beg you.
</body></html>

View File

@@ -1,4 +1,3 @@
<html><body>Gallint:<br>
Come back... laster! Too much... pain, and you can't help Argh!<br>
(Only characters level 20 or above may take on this quest)
Please go into the <font color="LEVEL">museum</font> and tell <font color="LEVEL">Pantheon</font> that <font color="LEVEL">"there were suspicious people caught in Sagira"</font>.
</body></html>

View File

@@ -1,4 +1,4 @@
<html><body>Gallint:<br>
Come back... laster! Too much... pain, and you can't help Argh!<br>
(Only characters under level 20 who have completed the Looking for New Power quest may take on this quest)
(Only characters level 20 or above may take on this quest)
</body></html>

View File

@@ -0,0 +1,4 @@
<html><body>Gallint:<br>
Come back... laster! Too much... pain, and you can't help Argh!<br>
(Only characters under level 20 who have completed the Looking for New Power quest may take on this quest)
</body></html>

View File

@@ -63,8 +63,8 @@ public class Q10326_RespectYourElders extends Quest
addTalkId(GALLINT, PANTHEON);
addSpawnId(HANDERMONKEY);
addMoveFinishedId(HANDERMONKEY);
addCondMaxLevel(MAX_LEVEL, "32980-04.html");
addCondCompletedQuest(Q10325_SearchingForNewPower.class.getSimpleName(), "32980-05.html");
addCondMaxLevel(MAX_LEVEL, "32980-05.html");
addCondCompletedQuest(Q10325_SearchingForNewPower.class.getSimpleName(), "32980-06.htm");
}
@Override
@@ -79,7 +79,7 @@ public class Q10326_RespectYourElders extends Quest
String htmltext = null;
switch (event)
{
case "32980-03.html":
case "32980-03.htm":
{
qs.startQuest();
htmltext = event;
@@ -193,21 +193,17 @@ public class Q10326_RespectYourElders extends Quest
{
case State.CREATED:
{
if (npc.getId() == GALLINT)
{
htmltext = "32980-01.htm";
break;
}
htmltext = npc.getId() == GALLINT ? "32980-01.htm" : getNoQuestMsg(player);
break;
}
case State.STARTED:
{
htmltext = npc.getId() == GALLINT ? "32980-03.html" : "32972-01.html";
htmltext = npc.getId() == GALLINT ? "32980-04.html" : "32972-01.html";
break;
}
case State.COMPLETED:
{
htmltext = npc.getId() == GALLINT ? "32980-04.html" : "32972-03.html";
htmltext = npc.getId() == GALLINT ? "32980-05.html" : "32972-03.html";
break;
}
}