diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-06-01 22:45:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-06-01 22:45:31 -0300 |
commit | e689572bd8bf973a6605eb81a3e9cae42c5c6b7a (patch) | |
tree | cdcf0e8ce8513a55787473297d48ed613da40a57 | |
parent | fe9439f8afecef89fb292e8c8d6651de06694a47 (diff) | |
download | clientdata-e689572bd8bf973a6605eb81a3e9cae42c5c6b7a.tar.gz clientdata-e689572bd8bf973a6605eb81a3e9cae42c5c6b7a.tar.bz2 clientdata-e689572bd8bf973a6605eb81a3e9cae42c5c6b7a.tar.xz clientdata-e689572bd8bf973a6605eb81a3e9cae42c5c6b7a.zip |
Fix a typo ( I blame @specing ) and include 3 from Frostia Quests
-rw-r--r-- | quests.xml | 86 |
1 files changed, 76 insertions, 10 deletions
@@ -2576,20 +2576,86 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <!-- FROSTIA QUESTS --> <!-- var 131-142 FIXME TODO MISSING --> - <!-- The following quests are missing: -+ 131 -+ 132 + <!-- The quest log is based on the friendly version of the dialogues. +The following quests are missing: ++ 131 Wolf Necklace ++ 132 Homunculus + [AF King's Cap](q/133) (Lv 47) + [Stolen Mirrors](q/134) (Lv 50) + [Poison Research](q/135) (Lv 40) -+ [Water Purification](q/136) (Lv 50) + [Favorite Fruit](q/137) (Lv 52) -+ [Meriel's Secret Request](q/138) (Lv 42) -+ [Saevel's Equipment Refinery](q/139) (Lv 47) + [Talindra's Exquisite Tea](q/140) (Lv 65) + [Gaelira's Expensive Tastes](q/141) (Lv 52) -+ 142 ++ 142 Jhon Coffee --> + <var id="135"> + <quest name="Water Purification" group="Frostia" incomplete="1"> + <name>Water Purification</name> + <text>Rydel needs 3 Bottles of Divine Water.</text> + <text></text> + <text>He plans in studying its properties to improve the town water supply.</text> + <text>However, the only well for Divine Water is in Aeros...</text> + <text></text> + <text>I don't suppose I can go to the Floating Island at my leisure?</text> + <text></text> + <questgiver>Rydel</questgiver> + <coordinates x="32" y="26">Frostia</coordinates> + <level>50</level> + </quest> + <quest name="Water Purification" group="Frostia" complete="2"> + <name>Water Purification</name> + <text>Rydel told me his project may take years but will be worth it.</text> + <text>He also said you need to say the name of the wizard of Aethyr</text> + <text>to open Aethyr gates, but he didn't knew anything else.</text> + <text></text> + <questgiver>Rydel</questgiver> + <coordinates x="32" y="26">Frostia</coordinates> + <reward>Experience</reward> + </quest> + </var> + <var id="138"> + <quest name="Meriel's Secret Request" group="Frostia" incomplete="1"> + <name>Meriel's Secret Request</name> + <text>Meriel needs 18 Purple Blobime, but I'm not sure why.</text> + <text></text> + <text>It should be totally fine to give her a poisonous substance</text> + <text>for unspecified projects.</text> + <text></text> + <questgiver>Meriel</questgiver> + <coordinates x="114" y="45">Frostia</coordinates> + <level>42</level> + </quest> + <quest name="Meriel's Secret Request" group="Frostia" complete="2"> + <name>Meriel's Secret Request</name> + <text>Meriel told me about how some elves founded Aethyr, but contact was lost.</text> + <text></text> + <questgiver>Meriel</questgiver> + <coordinates x="114" y="45">Frostia</coordinates> + <reward>Advanced Equipment Blueprint</reward> + </quest> + </var> + <var id="139"> + <quest name="Saevel's Equipment Refinery" group="Frostia" incomplete="1"> + <name>Saevel's Equipment Refinery</name> + <text>Saevel is making some powerful equipment for himself.</text> + <text>However, he ran out of materials to refine it.</text> + <text></text> + <text>He needs you to bring him 1 Arcanum Stone.</text> + <text></text> + <questgiver>Saevel</questgiver> + <coordinates x="38" y="23">Frostia Indoors</coordinates> + <level>47</level> + </quest> + <quest name="Saevel's Equipment Refinery" group="Frostia" complete="2"> + <name>Saevel's Equipment Refinery</name> + <text>Saevel told me about how powerful elves of old live in Aethyr.</text> + <text>He also said for over a century, Frostia and Aethyr doesn't contact each other.</text> + <text></text> + <questgiver>Saevel</questgiver> + <coordinates x="38" y="23">Frostia Indoors</coordinates> + <reward>Basic and Intermediary Equipment Blueprints</reward> + </quest> + </var> <!-- FORTRESS TOWN QUESTS --> <var id="151"> @@ -2868,7 +2934,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <reward>Experience and Gold.</reward> </quest> </var> - <var id="249"> + <var id="247"> <quest name="Supply Restock" group="Piou Isles" incomplete="1"> <name>Supply Restock</name> <text>Pirates have been raiding the piou supply lines.</text> @@ -2888,7 +2954,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <reward>Experience and Gold.</reward> </quest> </var> - <var id="257"> + <var id="248"> <quest name="Missing Hatchling" group="Piou Isles" incomplete="1"> <name>Missing Hatchling</name> <text>One of Nurse May's charges has escaped, and she can't leave her other charges to retrieve it.</text> @@ -2907,7 +2973,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <reward>Experience.</reward> </quest> </var> - <var id="258"> + <var id="249"> <quest name="Knighthood" group="Piou Isles" incomplete="1,2"> <name>Knighthood</name> <text>Princess Pouf asked me to pit myself against her knights to prove my worthiness.</text> |