Converting Ertheia quests to follow showHtmlFile logic.

This commit is contained in:
MobiusDev
2015-05-14 21:24:35 +00:00
parent 79fd9f196e
commit 80e9205866
320 changed files with 380 additions and 378 deletions

View File

@@ -2,5 +2,5 @@
The people who can send you across space to a different territory -- Gatekeepers, Adventurer's Guidess Auction Hourse Mangers, Mentor Guides, Warehouse Keepers -- are truly beyond counting.<br>
But of these, I find <font color="LEVEL"> Warehouse Manager Grakon</font> to be most helpful I am in the habit of using the warehouse since I am weighed down by many heavy tags when I travel about. Even now I'm overburdened!<br>
And so, a favor! I cannot abandon my position here, so I cannot deposit my bags. Would you be so king as to deposit them for me? As a reward, I will give you something useful for when you leave town.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33942-03.htm">"I always wanted to be a porter"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33942-03.html">"I always wanted to be a porter"</Button>
</body></html>

View File

@@ -2,5 +2,5 @@
The people who can send you across space to a different territory -- Gatekeepers, Adventurer's Guidess Auction Hourse Mangers, Mentor Guides, Warehouse Keepers -- are truly beyond counting.<br>
But of these, I find <font color="LEVEL"> Warehouse Manager Grakon</font> to be most helpful I am in the habit of using the warehouse since I am weighed down by many heavy tags when I travel about. Even now I'm overburdened!<br>
And so, a favor! I cannot abandon my position here, so I cannot deposit my bags. Would you be so king as to deposit them for me? As a reward, I will give you something useful for when you leave town.<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33942-03.htm">"I always wanted to be a porter"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33942-03.html">"I always wanted to be a porter"</Button>
</body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Warehouse Keeper Grakon:<br>
Ow, my legs. Whatcha staring at? You should show some respect to someone who obviously looks older than you.<br>
Don't look at me like that. I know I look older than every Ertheia here! So what do you want?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-02.htm">"Master Katalin sent me"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-02.html">"Master Katalin sent me"</Button>
</body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Warehouse Keeper Grakon:<br>
Oh, I see. I've got so much of that woman's stuff, my warehouse is about to burst. She's always storring items, but never takes any out.<br>
All right then, which item have you come for?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-03.htm">"Well, I want to take one and leave one."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-03.html">"Well, I want to take one and leave one."</Button>
</body></html>

View File

@@ -3,5 +3,5 @@ What? Take something and leave something? This is driving me nuts.
Next time you see her, tell her to come to the warehouse and organize her things.
The item you're looking for is...Oh! I see it. It's labeled as a newbie help box or something.<br>
Shall we make the swap?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-08.htm">"Give it!"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-04.html">"Give it!"</Button>
</body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Warehouse Keeper Grakon:<br>
Ow, my legs. Whatcha staring at? You should show some respect to someone who obviously looks older than you.<br>
Don't look at me like that. I know I look older than every Ertheia here! So what do you want?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-06.htm">"Magister Ayanthe sent me"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-06.html">"Magister Ayanthe sent me"</Button>
</body></html>

View File

@@ -1,5 +1,5 @@
<html><body>Warehouse Keeper Grakon:<br>
Oh, I see. I've got so much of that woman's stuff, my warehouse is about to burst. She's always storring items, but never takes any out.<br>
All right then, which item have you come for?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-07.htm">"Well, I want to take one and leave one."</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-07.html">"Well, I want to take one and leave one."</Button>
</body></html>

View File

@@ -3,5 +3,5 @@ What? Take something and leave something? This is driving me nuts.
Next time you see her, tell her to come to the warehouse and organize her things.
The item you're looking for is...Oh! I see it. It's labeled as a newbie help box or something.<br>
Shall we make the swap?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-04.htm">"Give it!"</Button>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10737_GrakonsWarehouse 33947-08.html">"Give it!"</Button>
</body></html>

View File

@@ -48,8 +48,8 @@ public class Q10737_GrakonsWarehouse extends Quest
super(10737, Q10737_GrakonsWarehouse.class.getSimpleName(), "Grakon's Warehouse");
addStartNpc(KATALIN, AYANTHE);
addTalkId(KATALIN, AYANTHE, GRAKON);
addCondLevel(MIN_LEVEL, MAX_LEVEL, "fixme.htm");
addCondRace(Race.ERTHEIA, "fixme.htm");
addCondLevel(MIN_LEVEL, MAX_LEVEL, "fixme.html");
addCondRace(Race.ERTHEIA, "fixme.html");
registerQuestItems(APPRENTICE_SUPPORT_BOX.getId());
}
@@ -65,16 +65,16 @@ public class Q10737_GrakonsWarehouse extends Quest
String htmltext = null;
switch (event)
{
case "33942-03.htm":
case "33943-03.htm":
case "33942-03.html":
case "33943-03.html":
{
qs.startQuest();
giveItems(player, APPRENTICE_SUPPORT_BOX);
htmltext = event;
break;
}
case "33947-04.htm":
case "33947-08.htm":
case "33947-04.html":
case "33947-08.html":
{
if (qs.isStarted())
{
@@ -95,10 +95,10 @@ public class Q10737_GrakonsWarehouse extends Quest
}
case "33942-02.htm":
case "33943-02.htm":
case "33947-02.htm":
case "33947-03.htm":
case "33947-06.htm":
case "33947-07.htm":
case "33947-02.html":
case "33947-03.html":
case "33947-06.html":
case "33947-07.html":
{
htmltext = event;
break;
@@ -129,7 +129,7 @@ public class Q10737_GrakonsWarehouse extends Quest
}
else if (qs.isStarted())
{
htmltext = npc.getId() + "-03.htm";
htmltext = npc.getId() + "-03.html";
}
break;
}
@@ -139,11 +139,11 @@ public class Q10737_GrakonsWarehouse extends Quest
{
if (player.getClassId() == ClassId.ERTHEIA_FIGHTER)
{
htmltext = "33947-01.htm";
htmltext = "33947-01.html";
}
else if (player.getClassId() == ClassId.ERTHEIA_WIZARD)
{
htmltext = "33947-05.htm";
htmltext = "33947-05.html";
}
}
break;