diff options
Diffstat (limited to 'quests')
-rw-r--r-- | quests/argeas/_include.xml | 4 | ||||
-rw-r--r-- | quests/argeas/bandit.xml | 37 | ||||
-rw-r--r-- | quests/argeas/demon_mask.xml | 25 | ||||
-rw-r--r-- | quests/argeas/hinnak.xml | 27 | ||||
-rw-r--r-- | quests/argeas/inspector.xml | 78 | ||||
-rw-r--r-- | quests/argeas/orum_quest.xml | 143 |
6 files changed, 310 insertions, 4 deletions
diff --git a/quests/argeas/_include.xml b/quests/argeas/_include.xml index 3e73e69e..72754f30 100644 --- a/quests/argeas/_include.xml +++ b/quests/argeas/_include.xml @@ -5,4 +5,8 @@ <include name="quests/argeas/letter_quest.xml"/> <include name="quests/argeas/orum_quest.xml"/> <include name="quests/argeas/celestia.xml"/> + <include name="quests/argeas/hinnak.xml"/> + <include name="quests/argeas/bandit.xml"/> + <include name="quests/argeas/demon_mask.xml"/> + <include name="quests/argeas/inspector.xml"/> </quests> diff --git a/quests/argeas/bandit.xml b/quests/argeas/bandit.xml new file mode 100644 index 00000000..ad43013c --- /dev/null +++ b/quests/argeas/bandit.xml @@ -0,0 +1,37 @@ +<?xml version="1.0" encoding="utf-8"?> +<quests> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//var/quest/@name" translate="yes"/> + <its:translateRule selector="//var/quest/name" translate="yes"/> + <its:translateRule selector="//var/quest/text" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <var id="26"> + <effect map="009-2.tmx" npc="182" value="1" effect="45"/> + <effect map="009-2.tmx" npc="182" value="2,6" effect="46"/> + <quest name="Bandit Quest" group="Argeas" incomplete="1"> + <name>Lena</name> + <text>You accepted to help Lena to fight bandits, fight them and come back with 10 [@@4016|@@] !</text> + </quest> + <quest name="Bandit Quest" group="Argeas" incomplete="2"> + <name>Lena</name> + <text>You got a [@@770|@@] !</text> + </quest> + <quest name="Bandit Quest" group="Argeas" incomplete="3"> + <name>Lena</name> + <text>Sadly the leader of bandits are still in a cave just west of Hurnscald, defeat him !</text> + </quest> + <quest name="Bandit Quest" group="Argeas" incomplete="4"> + <name>Lena</name> + <text>Bryant find the Bandit Lord, he is in cave of south and east, a red carpet is in front of cave. Be strong and defeat the Bandit Lord !</text> + </quest> + <quest name="Bandit Quest" group="Argeas" incomplete="5"> + <name>Lena</name> + <text>You finally defeat the Bandit Lord ! Go to see Lena.</text> + </quest> + <quest name="Bandit Quest" group="Argeas" complete="6"> + <name>Lena</name> + <text>You got the incredible [@@782|@@] ! The peace coming back to Hurnscald.</text> + </quest> + </var> +</quests> diff --git a/quests/argeas/demon_mask.xml b/quests/argeas/demon_mask.xml new file mode 100644 index 00000000..874c3994 --- /dev/null +++ b/quests/argeas/demon_mask.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<quests> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//var/quest/@name" translate="yes"/> + <its:translateRule selector="//var/quest/name" translate="yes"/> + <its:translateRule selector="//var/quest/text" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <var id="28"> + <effect map="013-3.tmx" npc="111" value="1,2" effect="45"/> + <effect map="013-3.tmx" npc="111" value="3" effect="46"/> + <quest name="Demon Mask" group="Argeas" incomplete="1"> + <name>Demon Mask</name> + <text>You learned the ritual for open the barrier in north of mine. Bring a [@@1198|@@] for pass the barrier.</text> + </quest> + <quest name="Demon Mask" group="Argeas" incomplete="2"> + <name>Demon Mask</name> + <text>You passed the barrier, you need some item for open the chest.</text> + </quest> + <quest name="Demon Mask" group="Argeas" complete="3"> + <name>Demon Mask</name> + <text>You got a [@@679|@@].</text> + </quest> + </var> +</quests> diff --git a/quests/argeas/hinnak.xml b/quests/argeas/hinnak.xml new file mode 100644 index 00000000..7195e799 --- /dev/null +++ b/quests/argeas/hinnak.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<quests> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//var/quest/@name" translate="yes"/> + <its:translateRule selector="//var/quest/name" translate="yes"/> + <its:translateRule selector="//var/quest/text" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <var id="27"> + <effect map="008-1.tmx" npc="142" value="1" effect="45"/> + <effect map="008-1.tmx" npc="142" value="2" effect="46"/> + <quest name="Farmer's Scythe" group="Argeas" incomplete="1"> + <name>Hinnak</name> + <text>The Hinnak farmer want catch pinkies who destroy his harvest.</text> + <text>He want pink antennas for proof of their capture.</text> + <text/> + <text>%%E 10 [@@614|@@]</text> + </quest> + <quest name="Farmer's Scythe" group="Argeas" complete="2"> + <name>Hinnak</name> + <text>He is happy by your hunt. You got a great weapon for your success.</text> + <text/> + <text>Quest Giver: Hinnak.</text> + <text>Reward: [@@623|@@].</text> + </quest> + </var> +</quests> diff --git a/quests/argeas/inspector.xml b/quests/argeas/inspector.xml new file mode 100644 index 00000000..2fc715d3 --- /dev/null +++ b/quests/argeas/inspector.xml @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="utf-8"?> +<quests> + <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0"> + <its:translateRule selector="//var/quest/@name" translate="yes"/> + <its:translateRule selector="//var/quest/name" translate="yes"/> + <its:translateRule selector="//var/quest/text" translate="yes"/> + <its:translateRule selector="//*" translate="no"/> + </its:rules> + <var id="29"> + <effect map="009-2.tmx" npc="150" value="1" effect="45"/> + <effect map="009-2.tmx" npc="150" value="15" effect="46"/> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="1"> + <name>Inspector</name> + <text>Inspector need your help for solve the robberie problem, talk to villagers.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="2"> + <name>Inspector</name> + <text>The old Woman seem wanted to talk only with inspector.</text> + <text>Talk to this to inspector, or maybe if you wear the same outfit of inspector...</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="3"> + <name>Inspector</name> + <text>You have an information ! Talk to this to inspector !</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="4"> + <name>Inspector</name> + <text>The troup leader is suspect, try to talk with him he moved to Tulimshar recently.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="5"> + <name>Inspector</name> + <text>The troup leader seeing an old man near to the troup in Hurnscald.</text> + <text>Inspector need this information.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="6"> + <name>Inspector</name> + <text>You have to interrogate the old man, find him.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="7"> + <name>Inspector</name> + <text>That seem are not the old man.</text> + <text>Talk to this to inspector, or verify the alibi this with his wife.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="8"> + <name>Inspector</name> + <text>Defenetly, his wife say they are stay in home all night.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="9"> + <name>Inspector</name> + <text>We return to the first point, ask villagers again...</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="10"> + <name>Inspector</name> + <text>Seem the old woman see someone with a large satchel, talk to this to inspector.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="11"> + <name>Inspector</name> + <text>Search in basement, something here has informations.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="12"> + <name>Inspector</name> + <text>You find a mask and a note, grind it to inspector.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="13"> + <name>Inspector</name> + <text>Inspector want you for return the mask to the troup.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" incomplete="14"> + <name>Inspector</name> + <text>The troup leader are happy by your job, he give you a [@@678|@@] !</text> + <text>You receive 1500 EXP too.</text> + </quest> + <quest name="Robberies In Hurnscald" group="Argeas" complete="15"> + <name>Inspector</name> + <text>The roberrie of Hurnscald are solved, but we don't know who make this...</text> + <text>You receive 2500 EXP.</text> + </quest> + </var> +</quests> diff --git a/quests/argeas/orum_quest.xml b/quests/argeas/orum_quest.xml index 5a977599..e4bcac8b 100644 --- a/quests/argeas/orum_quest.xml +++ b/quests/argeas/orum_quest.xml @@ -7,8 +7,8 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <var id="24"> - <effect map="009-4.tmx" npc="158" value="2,3,4,5,6,8,9,10,11" effect="45"/> - <effect map="009-4.tmx" npc="158" value="12,13,14" effect="46"/> + <effect map="009-4.tmx" npc="158" value="2,3,4,5,6,8,9,10,11,12,13" effect="45"/> + <effect map="009-4.tmx" npc="158" value="14,36,41" effect="46"/> <quest name="Orum Quest" group="Argeas" incomplete="1"> <name>Orum Quest</name> <text>Orum needs your help to save his friend, Waric.</text> @@ -52,14 +52,14 @@ <text>Quest Giver: Orum.</text> <text>Reward: Unknown</text> </quest> - <quest name="Orum Quest" group="Argeas" complete="12"> + <quest name="Orum Quest" group="Argeas" incomplete="12"> <name>Orum Quest</name> <text>As a reward, you get the Candle Helmet. Congratz!</text> <text/> <text>Quest Giver: Orum.</text> <text>Reward: A [@@4020|Candle Helmet@@]</text> </quest> - <quest name="Orum Quest" group="Argeas" complete="13"> + <quest name="Orum Quest" group="Argeas" incomplete="13"> <name>Orum Quest</name> <text>Disobey Orum and go back into the cave and through the last barrier you opened.</text> <text/> @@ -73,5 +73,140 @@ <text>Quest Giver: Orum.</text> <text>Reward: A [@@4020|Candle Helmet@@] and 10000 EXP.</text> </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="15"> + <name>Orum</name> + <text>You pass the door, what is this cave ?</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="16"> + <name>Orum</name> + <text>Prove you are serious, and bring to Orum this items :</text> + <text/> + <text>%%E 5 [@@566|@@]</text> + <text>%%E 5 [@@701|@@]</text> + <text>%%E 1 [@@674|@@]</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="17"> + <name>Orum</name> + <text>Orum gave you the first magic flower, place it in the right place.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="18"> + <name>Orum</name> + <text>The first flower is placed, go back to Orum.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="19"> + <name>Orum</name> + <text>Prove you are serious, and bring to Orum this items :</text> + <text/> + <text>%%E 5 [@@565|@@]</text> + <text>%%E 5 [@@507|@@]</text> + <text>%%E 1 [@@673|@@]</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="20"> + <name>Orum</name> + <text>Orum gave you the second magic flower, place it in the right place.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="21"> + <name>Orum</name> + <text>The second flower is placed, go back to Orum.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="22"> + <name>Orum</name> + <text>Prove you are serious, and bring to Orum this items :</text> + <text/> + <text>%%E 5 [@@611|@@]</text> + <text>%%E 5 [@@517|@@]</text> + <text>%%E 1 [@@672|@@]</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="23"> + <name>Orum</name> + <text>Orum gave you the third magic flower, place it in the right place.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="24"> + <name>Orum</name> + <text>The second third is placed, go back to Orum.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="25"> + <name>Orum</name> + <text>Prove you are serious, and bring to Orum this items :</text> + <text/> + <text>%%E 5 [@@613|@@]</text> + <text>%%E 5 [@@4000|@@]</text> + <text>%%E 1 [@@665|@@]</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="26"> + <name>Orum</name> + <text>Orum gave you the fourth magic flower, place it in the right place.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="27"> + <name>Orum</name> + <text>The second fourth is placed, go back to Orum.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="28"> + <name>Orum</name> + <text>Here we go for the last flower, bring to Orum this items :</text> + <text/> + <text>%%E 20 [@@743|@@]</text> + <text>%%E 5 [@@709|@@]</text> + <text>%%E 3 [@@700|@@]</text> + <text>%%E 1 [@@661|@@]</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="29"> + <name>Orum</name> + <text>Ouch... You fail the mixture. But, you won a [@@897|@@] !</text> + <text>Bring a [@@661|@@] to Orum.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="30"> + <name>Orum</name> + <text>Orum gave you the fourth magic flower, place it in the right place.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" incomplete="31"> + <name>Orum</name> + <text>The second fourth is placed, go back to Orum.</text> + </quest> + <quest name="Orum and Waric follow-up quest" group="Argeas" complete="32"> + <name>Orum</name> + <text>The pentagram is ended. Orum is happy by your job.</text> + <text/> + <text>You won 100,000 GP and 100,000 EXP.</text> + </quest> + <quest name="Dark Magic Skill" group="Argeas" incomplete="33"> + <name>Waric</name> + <text>Are you really ready for learn the Dark Skill ?</text> + </quest> + <quest name="Dark Magic Skill" group="Argeas" incomplete="34"> + <name>Waric</name> + <text>Don't be a coward, and say the oath ! It's your last chance.</text> + </quest> + <quest name="Dark Magic Skill" group="Argeas" complete="35"> + <name>Waric</name> + <text>Seem you are not made for the dark side...</text> + </quest> + <quest name="Dark Magic Skill" group="Argeas" incomplete="36"> + <name>Waric</name> + <text>You are officialy the ennemie of Sagatha, welcome in the dark side !</text> + <text/> + <text>You won 150,000 EXP.</text> + </quest> + <quest name="Dark Magic Skill" group="Argeas" incomplete="37"> + <name>Waric</name> + <text>You learn #helorp ! Try to learn some speel to Waric.</text> + </quest> + <quest name="Dark Magic Skill" group="Argeas" incomplete="38"> + <name>Waric</name> + <text>You learn #phlex ! Try to learn some speel to Waric.</text> + </quest> + <quest name="Dark Magic Skill" group="Argeas" incomplete="39"> + <name>Waric</name> + <text>This time Waric need ingredient for learn you a spell.</text> + <text>Gring him a [@@740|@@] and a [@@714|@@].</text> + </quest> + <quest name="Dark Magic Skill" group="Argeas" incomplete="40"> + <name>Waric</name> + <text>Ask Waric about the spell.</text> + </quest> + <quest name="Dark Magic Skill" group="Argeas" complete="41"> + <name>Waric</name> + <text>You learn #halhiss, this is the last spell. For now...</text> + </quest> </var> </quests> |