Adjustments for various quests.
Contributed by CostyKiller.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||
I'll tell you about the fourth test.<br>
|
||||
You need to complete a mission from <font color="LEVEL">High Priest Sylvain</font> in the <font color="LEVEL">Einhasad Temple</font> in the <font color="LEVEL">Town of Dion</font>.<br>
|
||||
Only him knows what he'll test you on, so go talk to him. If you forget who you must go to, refer to the guide I'll be giving you<br>
|
||||
Only him knows what he'll test you on, so go talk to him. If you forget who you must go to, refer to the guide I'll be giving you.<br>
|
||||
</body></html>
|
@@ -79,13 +79,14 @@ public class Q10873_ExaltedReachingAnotherLevel extends Quest
|
||||
{
|
||||
giveItems(player, LIONEL_MISSION_LIST_4, 1);
|
||||
qs.startQuest();
|
||||
qs.setMemoState(1);
|
||||
htmltext = event;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "33907-05a.html":
|
||||
{
|
||||
qs.setCond(3);
|
||||
qs.setMemoState(2);
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
@@ -118,7 +119,7 @@ public class Q10873_ExaltedReachingAnotherLevel extends Quest
|
||||
}
|
||||
case State.STARTED:
|
||||
{
|
||||
switch (qs.getCond())
|
||||
switch (qs.getMemoState())
|
||||
{
|
||||
case 1:
|
||||
{
|
||||
@@ -132,7 +133,7 @@ public class Q10873_ExaltedReachingAnotherLevel extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 3:
|
||||
case 2:
|
||||
{
|
||||
if (hasQuestItems(player, SYLVAIN_CERTIFICATE) && (player.getLevel() >= MIN_COMPLETE_LEVEL))
|
||||
{
|
||||
|
@@ -1,8 +1,5 @@
|
||||
<html><body>Eva's Knight Lionel Hunter:<br>
|
||||
I'll tell you about the fifth test.<br>
|
||||
First, you must reach <font color="LEVEL">Lv.105</font> to prove that you're qualified to be Guide of Power. You must also pass the tests of the following people and receive their certificates.<br>
|
||||
The testers include <font color="LEVEL">Master Cyphona</font> and <font color="LEVEL">Quartermaster Dinford</font> in the <font color="LEVEL">Blackbird Campsite</font>, <font color="LEVEL">Owner Settlen</font> of <font color="LEVEL">Underground Gainak Mystic Tavern</font>, and <font color="LEVEL">Admiral Keucereus</font> in the <font color="LEVEL">Keucereus Alliance Base</font>.<br><br><br>
|
||||
Only they know what they'll test you on, so go talk to them. If you forget who you must go to, refer to the guide I'll be giving you.<br><br>
|
||||
All this can be substituted by completing a mission from <font color="LEVEL">Cardinal Seresin</font> in the <font color="LEVEL">Town of Oren</font>.<br>
|
||||
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h Quest Q10879_ExaltedGuideToPower 33907-05a.html">"I'll do that."</Button>
|
||||
You need to complete a mission from <font color="LEVEL">Cardinal Seresin</font> in the <font color="LEVEL">Town of Oren</font>.<br>
|
||||
Only her knows what she'll test you on, so go talk to her. If you forget who you must go to, refer to the guide I'll be giving you.<br>
|
||||
</body></html>
|
@@ -79,13 +79,14 @@ public class Q10879_ExaltedGuideToPower extends Quest
|
||||
{
|
||||
giveItems(player, LIONEL_MISSION_LIST_5, 1);
|
||||
qs.startQuest();
|
||||
qs.setMemoState(1);
|
||||
htmltext = event;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case "33907-05a.html":
|
||||
{
|
||||
qs.setCond(3);
|
||||
qs.setMemoState(2);
|
||||
htmltext = event;
|
||||
break;
|
||||
}
|
||||
@@ -118,7 +119,7 @@ public class Q10879_ExaltedGuideToPower extends Quest
|
||||
}
|
||||
case State.STARTED:
|
||||
{
|
||||
switch (qs.getCond())
|
||||
switch (qs.getMemoState())
|
||||
{
|
||||
case 1:
|
||||
{
|
||||
@@ -132,7 +133,7 @@ public class Q10879_ExaltedGuideToPower extends Quest
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 3:
|
||||
case 2:
|
||||
{
|
||||
if (hasQuestItems(player, SERESIN_CERTIFICATE) && (player.getLevel() >= MIN_COMPLETE_LEVEL))
|
||||
{
|
||||
|
Reference in New Issue
Block a user