TI starter quest fixes.

Contributed by gyo.
This commit is contained in:
MobiusDev
2016-01-08 19:11:03 +00:00
parent 6a8ddb8b27
commit 19d86efe3a
7 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
<html><body>Shannon:<br>
Well, guess what? I can help. That's right - H.E.L.P.<br>
I've set up a little test for newbies - just head down the hill until you see <font color="LEVEL">Evain</font>.<br>
Go on. You'll have fun, probably.
</body></html>

View File

@@ -81,10 +81,10 @@ public final class Q10322_SearchingForTheMysteriousPower extends Quest
{ {
super(10322, Q10322_SearchingForTheMysteriousPower.class.getSimpleName(), "Searching For The Mysterious Power"); super(10322, Q10322_SearchingForTheMysteriousPower.class.getSimpleName(), "Searching For The Mysterious Power");
addStartNpc(SHANNON); addStartNpc(SHANNON);
addTalkId(SHANNON, ADVENTURERS_GUIDE, EVAIN); addTalkId(SHANNON, EVAIN, ADVENTURERS_GUIDE);
addKillId(SCARECROW); addKillId(SCARECROW);
addCondMaxLevel(MAX_LEVEL, "32974-06.html"); addCondMaxLevel(MAX_LEVEL, "32974-06.htm");
addCondCompletedQuest(Q10321_QualificationsOfTheSeeker.class.getSimpleName(), "32974-06.html"); addCondCompletedQuest(Q10321_QualificationsOfTheSeeker.class.getSimpleName(), "32974-06.htm");
} }
@Override @Override

View File

@@ -0,0 +1,4 @@
<html><body>Evain:<br>
No need to hurry. Also, the mission is managed by <font color=LEVEL>Holden</font> at the <font color=LEVEL>Training Grounds Underground Facility Entrance</font>.
If you tell him that I sent you, he will give you details.
</body></html>

View File

@@ -57,7 +57,7 @@ public class Q10325_SearchingForNewPower extends Quest
super(10325, Q10325_SearchingForNewPower.class.getSimpleName(), "Searching For New Power"); super(10325, Q10325_SearchingForNewPower.class.getSimpleName(), "Searching For New Power");
addStartNpc(GALLINT); addStartNpc(GALLINT);
addTalkId(GALLINT, TALBOT, CIDNET, BLACK, HERZ, KINCAID, XONIA); addTalkId(GALLINT, TALBOT, CIDNET, BLACK, HERZ, KINCAID, XONIA);
addCondMaxLevel(MAX_LEVEL, "32980-07.html"); addCondMaxLevel(MAX_LEVEL, "32980-07.htm");
addCondCompletedQuest(Q10324_FindingMagisterGallint.class.getSimpleName(), "32980-07.htm"); addCondCompletedQuest(Q10324_FindingMagisterGallint.class.getSimpleName(), "32980-07.htm");
} }

View File

@@ -0,0 +1,6 @@
<html><body>Pantheon:<br>
Thank you!<br1>
When you get to the museum, you should see a number of desks - <font color="LEVEL">one of them</font> has <font color="LEVEL">The War of Giants and Gods</font> on it. Find it, and bring it to me.<br>
Would you like to go to the museum?<br>
<Button ALIGN=LEFT ICON="NORMAL" action="bypass -h npc_%objectId%_Quest MuseumDungeon enter_instance">"Yes."</Button>
</body></html>