diff --git a/trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/32974-03.htm b/trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/32974-03.htm new file mode 100644 index 0000000000..b3a35d19ae --- /dev/null +++ b/trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/32974-03.htm @@ -0,0 +1,5 @@ +Shannon:
+Well, guess what? I can help. That's right - H.E.L.P.
+I've set up a little test for newbies - just head down the hill until you see Evain.
+Go on. You'll have fun, probably. + \ No newline at end of file diff --git a/trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/32974-06.html b/trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/32974-06.htm similarity index 100% rename from trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/32974-06.html rename to trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/32974-06.htm diff --git a/trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/Q10322_SearchingForTheMysteriousPower.java b/trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/Q10322_SearchingForTheMysteriousPower.java index a316c0f261..2db49e899f 100644 --- a/trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/Q10322_SearchingForTheMysteriousPower.java +++ b/trunk/dist/game/data/scripts/quests/Q10322_SearchingForTheMysteriousPower/Q10322_SearchingForTheMysteriousPower.java @@ -81,10 +81,10 @@ public final class Q10322_SearchingForTheMysteriousPower extends Quest { super(10322, Q10322_SearchingForTheMysteriousPower.class.getSimpleName(), "Searching For The Mysterious Power"); addStartNpc(SHANNON); - addTalkId(SHANNON, ADVENTURERS_GUIDE, EVAIN); + addTalkId(SHANNON, EVAIN, ADVENTURERS_GUIDE); addKillId(SCARECROW); - addCondMaxLevel(MAX_LEVEL, "32974-06.html"); - addCondCompletedQuest(Q10321_QualificationsOfTheSeeker.class.getSimpleName(), "32974-06.html"); + addCondMaxLevel(MAX_LEVEL, "32974-06.htm"); + addCondCompletedQuest(Q10321_QualificationsOfTheSeeker.class.getSimpleName(), "32974-06.htm"); } @Override diff --git a/trunk/dist/game/data/scripts/quests/Q10323_TrainLikeItsReal/33464-03.htm b/trunk/dist/game/data/scripts/quests/Q10323_TrainLikeItsReal/33464-03.htm new file mode 100644 index 0000000000..af9105c0d3 --- /dev/null +++ b/trunk/dist/game/data/scripts/quests/Q10323_TrainLikeItsReal/33464-03.htm @@ -0,0 +1,4 @@ +Evain:
+No need to hurry. Also, the mission is managed by Holden at the Training Grounds Underground Facility Entrance. +If you tell him that I sent you, he will give you details. + \ No newline at end of file diff --git a/trunk/dist/game/data/scripts/quests/Q10325_SearchingForNewPower/32980-07.html b/trunk/dist/game/data/scripts/quests/Q10325_SearchingForNewPower/32980-07.htm similarity index 100% rename from trunk/dist/game/data/scripts/quests/Q10325_SearchingForNewPower/32980-07.html rename to trunk/dist/game/data/scripts/quests/Q10325_SearchingForNewPower/32980-07.htm diff --git a/trunk/dist/game/data/scripts/quests/Q10325_SearchingForNewPower/Q10325_SearchingForNewPower.java b/trunk/dist/game/data/scripts/quests/Q10325_SearchingForNewPower/Q10325_SearchingForNewPower.java index c2e9de9de5..b6097acaee 100644 --- a/trunk/dist/game/data/scripts/quests/Q10325_SearchingForNewPower/Q10325_SearchingForNewPower.java +++ b/trunk/dist/game/data/scripts/quests/Q10325_SearchingForNewPower/Q10325_SearchingForNewPower.java @@ -57,7 +57,7 @@ public class Q10325_SearchingForNewPower extends Quest super(10325, Q10325_SearchingForNewPower.class.getSimpleName(), "Searching For New Power"); addStartNpc(GALLINT); 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"); } diff --git a/trunk/dist/game/data/scripts/quests/Q10327_IntruderWhoWantsTheBookOfGiants/32972-03.htm b/trunk/dist/game/data/scripts/quests/Q10327_IntruderWhoWantsTheBookOfGiants/32972-03.htm new file mode 100644 index 0000000000..a78d596f51 --- /dev/null +++ b/trunk/dist/game/data/scripts/quests/Q10327_IntruderWhoWantsTheBookOfGiants/32972-03.htm @@ -0,0 +1,6 @@ +Pantheon:
+Thank you! +When you get to the museum, you should see a number of desks - one of them has The War of Giants and Gods on it. Find it, and bring it to me.
+Would you like to go to the museum?
+ + \ No newline at end of file