Fixed quest PathOfTheOrcRaider (414).
Contributed by SkOdD.
This commit is contained in:
parent
bb816ba617
commit
5050c2aa71
@ -1,5 +1,5 @@
|
||||
<html><body>Prefect Karukia:<br>
|
||||
Orc Raiders are of the most elite rank among fighters of our race! Their mere appearance on the battlefield makes the enemy troops shiver in fear!<br>
|
||||
To earn the qualifications to become an Orc Raider, you must prove that you have courage that has no regard for death, and absolute loyalty to the Orcs. There have been many young ones that lost their lives trying to prove their courage and loyalty! It is not something to challenge with a light heart!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 30570-05.htm">Say you want to be an Orc Raider</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider ACCEPT">Say you want to be an Orc Raider</Button>
|
||||
</body></html>
|
@ -1,6 +1,6 @@
|
||||
<html><body>Prefect Karukia:<br>
|
||||
You accomplished the mission well, but don't get too sure of yourself! As an Orc Raider, that should've been nothing to you! Now you must prove your loyalty.<br>
|
||||
Two Judges await you. Which do you want to go to?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 30570-07a.htm">"I want to go to Gludin Village."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 30570-07b.htm">"I want to go to the Town of Schuttgart."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 30570-07a.htm">"I want to go to Gludin Village."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 30570-07b.htm">"I want to go to the Town of Schuttgart."</Button>
|
||||
</body></html>
|
@ -3,5 +3,5 @@ All glory flows from the great fire!<br>
|
||||
Are you a young soldier of the Orc Kingdom? Surely you realize that you must prove your loyalty in order to be an Orc Raider.<br>
|
||||
The test is very simple. Unlike in your land, there are many lower Orcs here, who hold much power...<br>
|
||||
Any move against them would take a special kind of courage... Do you have it?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 31978-02.htm">"I do."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 31978-02.htm">"I do."</Button>
|
||||
</body></html>
|
@ -3,5 +3,5 @@ Very well! Then pay close attention!<br>
|
||||
The <font color="LEVEL">Timora Orcs</font> betrayed us by joining the dreaded Ragna Orcs, who have long been the scourge of this area. They can usually be found near <font color="LEVEL">the lake between the Crypts of Disgrace and the Den of Evil</font>. They hide in the Den of Evil whenever they hear that we're sending a powerful Orc after them.<br>
|
||||
Letting their betrayal go unchallenged would harm the reputation of the entire Orc Kingdom! If we secretly send an unknown Orc like you after them, they might be taken off-guard...<br>
|
||||
Please, destroy the Timora Orcs!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 31978-03.htm">"I'll do it."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 31978-03.htm">"I'll do it."</Button>
|
||||
</body></html>
|
@ -112,7 +112,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "30570-07a.html":
|
||||
case "30570-07a.htm":
|
||||
{
|
||||
if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) >= 10))
|
||||
{
|
||||
@ -125,7 +125,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "30570-07b.html":
|
||||
case "30570-07b.htm":
|
||||
{
|
||||
if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) >= 10))
|
||||
{
|
||||
@ -137,7 +137,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "31978-04.html":
|
||||
case "31978-04.htm":
|
||||
{
|
||||
if (qs.isMemoState(2))
|
||||
{
|
||||
@ -145,7 +145,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "31978-02.html":
|
||||
case "31978-02.htm":
|
||||
{
|
||||
if (qs.isMemoState(2))
|
||||
{
|
||||
@ -259,22 +259,22 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
{
|
||||
if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) < 10))
|
||||
{
|
||||
htmltext = "30570-06.html";
|
||||
htmltext = "30570-06.htm";
|
||||
}
|
||||
else if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) >= 10))
|
||||
{
|
||||
if (!hasAtLeastOneQuestItem(player, BETRAYER_UMBAR_REPORT, BETRAYER_ZAKAN_REPORT))
|
||||
{
|
||||
htmltext = "30570-07.html";
|
||||
htmltext = "30570-07.htm";
|
||||
}
|
||||
}
|
||||
else if (hasQuestItems(player, HEAD_OF_BETRAYER) || hasAtLeastOneQuestItem(player, BETRAYER_UMBAR_REPORT, BETRAYER_ZAKAN_REPORT))
|
||||
{
|
||||
htmltext = "30570-08.html";
|
||||
htmltext = "30570-08.htm";
|
||||
}
|
||||
else if (qs.isMemoState(2))
|
||||
{
|
||||
htmltext = "30570-07b.html";
|
||||
htmltext = "30570-07b.htm";
|
||||
}
|
||||
break;
|
||||
}
|
||||
@ -282,11 +282,11 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
{
|
||||
if (!hasQuestItems(player, HEAD_OF_BETRAYER) && (getQuestItemsCount(player, BETRAYER_UMBAR_REPORT, BETRAYER_ZAKAN_REPORT) >= 2))
|
||||
{
|
||||
htmltext = "30501-01.html";
|
||||
htmltext = "30501-01.htm";
|
||||
}
|
||||
else if (getQuestItemsCount(player, HEAD_OF_BETRAYER) == 1)
|
||||
{
|
||||
htmltext = "30501-02.html";
|
||||
htmltext = "30501-02.htm";
|
||||
}
|
||||
else if (getQuestItemsCount(player, HEAD_OF_BETRAYER) == 2)
|
||||
{
|
||||
@ -306,7 +306,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
qs.exitQuest(false, true);
|
||||
player.sendPacket(new SocialAction(player.getObjectId(), 3));
|
||||
htmltext = "30501-03.html";
|
||||
htmltext = "30501-03.htm";
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<html><body>Prefect Karukia:<br>
|
||||
Orc Raiders are of the most elite rank among fighters of our race! Their mere appearance on the battlefield makes the enemy troops shiver in fear!<br>
|
||||
To earn the qualifications to become an Orc Raider, you must prove that you have courage that has no regard for death, and absolute loyalty to the Orcs. There have been many young ones that lost their lives trying to prove their courage and loyalty! It is not something to challenge with a light heart!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 30570-05.htm">Say you want to be an Orc Raider</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider ACCEPT">Say you want to be an Orc Raider</Button>
|
||||
</body></html>
|
@ -1,6 +1,6 @@
|
||||
<html><body>Prefect Karukia:<br>
|
||||
You accomplished the mission well, but don't get too sure of yourself! As an Orc Raider, that should've been nothing to you! Now you must prove your loyalty.<br>
|
||||
Two Judges await you. Which do you want to go to?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 30570-07a.htm">"I want to go to Gludin Village."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 30570-07b.htm">"I want to go to the Town of Schuttgart."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 30570-07a.htm">"I want to go to Gludin Village."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 30570-07b.htm">"I want to go to the Town of Schuttgart."</Button>
|
||||
</body></html>
|
@ -3,5 +3,5 @@ All glory flows from the great fire!<br>
|
||||
Are you a young soldier of the Orc Kingdom? Surely you realize that you must prove your loyalty in order to be an Orc Raider.<br>
|
||||
The test is very simple. Unlike in your land, there are many lower Orcs here, who hold much power...<br>
|
||||
Any move against them would take a special kind of courage... Do you have it?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 31978-02.htm">"I do."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 31978-02.htm">"I do."</Button>
|
||||
</body></html>
|
@ -3,5 +3,5 @@ Very well! Then pay close attention!<br>
|
||||
The <font color="LEVEL">Timora Orcs</font> betrayed us by joining the dreaded Ragna Orcs, who have long been the scourge of this area. They can usually be found near <font color="LEVEL">the lake between the Crypts of Disgrace and the Den of Evil</font>. They hide in the Den of Evil whenever they hear that we're sending a powerful Orc after them.<br>
|
||||
Letting their betrayal go unchallenged would harm the reputation of the entire Orc Kingdom! If we secretly send an unknown Orc like you after them, they might be taken off-guard...<br>
|
||||
Please, destroy the Timora Orcs!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 31978-03.htm">"I'll do it."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 31978-03.htm">"I'll do it."</Button>
|
||||
</body></html>
|
@ -112,7 +112,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "30570-07a.html":
|
||||
case "30570-07a.htm":
|
||||
{
|
||||
if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) >= 10))
|
||||
{
|
||||
@ -125,7 +125,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "30570-07b.html":
|
||||
case "30570-07b.htm":
|
||||
{
|
||||
if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) >= 10))
|
||||
{
|
||||
@ -137,7 +137,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "31978-04.html":
|
||||
case "31978-04.htm":
|
||||
{
|
||||
if (qs.isMemoState(2))
|
||||
{
|
||||
@ -145,7 +145,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "31978-02.html":
|
||||
case "31978-02.htm":
|
||||
{
|
||||
if (qs.isMemoState(2))
|
||||
{
|
||||
@ -259,22 +259,22 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
{
|
||||
if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) < 10))
|
||||
{
|
||||
htmltext = "30570-06.html";
|
||||
htmltext = "30570-06.htm";
|
||||
}
|
||||
else if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) >= 10))
|
||||
{
|
||||
if (!hasAtLeastOneQuestItem(player, BETRAYER_UMBAR_REPORT, BETRAYER_ZAKAN_REPORT))
|
||||
{
|
||||
htmltext = "30570-07.html";
|
||||
htmltext = "30570-07.htm";
|
||||
}
|
||||
}
|
||||
else if (hasQuestItems(player, HEAD_OF_BETRAYER) || hasAtLeastOneQuestItem(player, BETRAYER_UMBAR_REPORT, BETRAYER_ZAKAN_REPORT))
|
||||
{
|
||||
htmltext = "30570-08.html";
|
||||
htmltext = "30570-08.htm";
|
||||
}
|
||||
else if (qs.isMemoState(2))
|
||||
{
|
||||
htmltext = "30570-07b.html";
|
||||
htmltext = "30570-07b.htm";
|
||||
}
|
||||
break;
|
||||
}
|
||||
@ -282,11 +282,11 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
{
|
||||
if (!hasQuestItems(player, HEAD_OF_BETRAYER) && (getQuestItemsCount(player, BETRAYER_UMBAR_REPORT, BETRAYER_ZAKAN_REPORT) >= 2))
|
||||
{
|
||||
htmltext = "30501-01.html";
|
||||
htmltext = "30501-01.htm";
|
||||
}
|
||||
else if (getQuestItemsCount(player, HEAD_OF_BETRAYER) == 1)
|
||||
{
|
||||
htmltext = "30501-02.html";
|
||||
htmltext = "30501-02.htm";
|
||||
}
|
||||
else if (getQuestItemsCount(player, HEAD_OF_BETRAYER) == 2)
|
||||
{
|
||||
@ -306,7 +306,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
qs.exitQuest(false, true);
|
||||
player.sendPacket(new SocialAction(player.getObjectId(), 3));
|
||||
htmltext = "30501-03.html";
|
||||
htmltext = "30501-03.htm";
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
@ -1,5 +1,5 @@
|
||||
<html><body>Prefect Karukia:<br>
|
||||
Orc Raiders are of the most elite rank among fighters of our race! Their mere appearance on the battlefield makes the enemy troops shiver in fear!<br>
|
||||
To earn the qualifications to become an Orc Raider, you must prove that you have courage that has no regard for death, and absolute loyalty to the Orcs. There have been many young ones that lost their lives trying to prove their courage and loyalty! It is not something to challenge with a light heart!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 30570-05.htm">Say you want to be an Orc Raider</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider ACCEPT">Say you want to be an Orc Raider</Button>
|
||||
</body></html>
|
@ -1,6 +1,6 @@
|
||||
<html><body>Prefect Karukia:<br>
|
||||
You accomplished the mission well, but don't get too sure of yourself! As an Orc Raider, that should've been nothing to you! Now you must prove your loyalty.<br>
|
||||
Two Judges await you. Which do you want to go to?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 30570-07a.htm">"I want to go to Gludin Village."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 30570-07b.htm">"I want to go to the Town of Schuttgart."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 30570-07a.htm">"I want to go to Gludin Village."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 30570-07b.htm">"I want to go to the Town of Schuttgart."</Button>
|
||||
</body></html>
|
@ -3,5 +3,5 @@ All glory flows from the great fire!<br>
|
||||
Are you a young soldier of the Orc Kingdom? Surely you realize that you must prove your loyalty in order to be an Orc Raider.<br>
|
||||
The test is very simple. Unlike in your land, there are many lower Orcs here, who hold much power...<br>
|
||||
Any move against them would take a special kind of courage... Do you have it?<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 31978-02.htm">"I do."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 31978-02.htm">"I do."</Button>
|
||||
</body></html>
|
@ -3,5 +3,5 @@ Very well! Then pay close attention!<br>
|
||||
The <font color="LEVEL">Timora Orcs</font> betrayed us by joining the dreaded Ragna Orcs, who have long been the scourge of this area. They can usually be found near <font color="LEVEL">the lake between the Crypts of Disgrace and the Den of Evil</font>. They hide in the Den of Evil whenever they hear that we're sending a powerful Orc after them.<br>
|
||||
Letting their betrayal go unchallenged would harm the reputation of the entire Orc Kingdom! If we secretly send an unknown Orc like you after them, they might be taken off-guard...<br>
|
||||
Please, destroy the Timora Orcs!<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q414_PathToAnOrcRaider 31978-03.htm">"I'll do it."</Button>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q00414_PathOfTheOrcRaider 31978-03.htm">"I'll do it."</Button>
|
||||
</body></html>
|
@ -112,7 +112,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "30570-07a.html":
|
||||
case "30570-07a.htm":
|
||||
{
|
||||
if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) >= 10))
|
||||
{
|
||||
@ -125,7 +125,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "30570-07b.html":
|
||||
case "30570-07b.htm":
|
||||
{
|
||||
if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) >= 10))
|
||||
{
|
||||
@ -137,7 +137,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "31978-04.html":
|
||||
case "31978-04.htm":
|
||||
{
|
||||
if (qs.isMemoState(2))
|
||||
{
|
||||
@ -145,7 +145,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "31978-02.html":
|
||||
case "31978-02.htm":
|
||||
{
|
||||
if (qs.isMemoState(2))
|
||||
{
|
||||
@ -259,22 +259,22 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
{
|
||||
if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) < 10))
|
||||
{
|
||||
htmltext = "30570-06.html";
|
||||
htmltext = "30570-06.htm";
|
||||
}
|
||||
else if (hasQuestItems(player, GOBLIN_DWELLING_MAP) && (getQuestItemsCount(player, KURUKA_RATMAN_TOOTH) >= 10))
|
||||
{
|
||||
if (!hasAtLeastOneQuestItem(player, BETRAYER_UMBAR_REPORT, BETRAYER_ZAKAN_REPORT))
|
||||
{
|
||||
htmltext = "30570-07.html";
|
||||
htmltext = "30570-07.htm";
|
||||
}
|
||||
}
|
||||
else if (hasQuestItems(player, HEAD_OF_BETRAYER) || hasAtLeastOneQuestItem(player, BETRAYER_UMBAR_REPORT, BETRAYER_ZAKAN_REPORT))
|
||||
{
|
||||
htmltext = "30570-08.html";
|
||||
htmltext = "30570-08.htm";
|
||||
}
|
||||
else if (qs.isMemoState(2))
|
||||
{
|
||||
htmltext = "30570-07b.html";
|
||||
htmltext = "30570-07b.htm";
|
||||
}
|
||||
break;
|
||||
}
|
||||
@ -282,11 +282,11 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
{
|
||||
if (!hasQuestItems(player, HEAD_OF_BETRAYER) && (getQuestItemsCount(player, BETRAYER_UMBAR_REPORT, BETRAYER_ZAKAN_REPORT) >= 2))
|
||||
{
|
||||
htmltext = "30501-01.html";
|
||||
htmltext = "30501-01.htm";
|
||||
}
|
||||
else if (getQuestItemsCount(player, HEAD_OF_BETRAYER) == 1)
|
||||
{
|
||||
htmltext = "30501-02.html";
|
||||
htmltext = "30501-02.htm";
|
||||
}
|
||||
else if (getQuestItemsCount(player, HEAD_OF_BETRAYER) == 2)
|
||||
{
|
||||
@ -306,7 +306,7 @@ public final class Q00414_PathOfTheOrcRaider extends Quest
|
||||
}
|
||||
qs.exitQuest(false, true);
|
||||
player.sendPacket(new SocialAction(player.getObjectId(), 3));
|
||||
htmltext = "30501-03.html";
|
||||
htmltext = "30501-03.htm";
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user