diff options
author | Reid <reidyaro@gmail.com> | 2015-09-18 14:03:08 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-09-18 14:04:31 +0200 |
commit | 0952810ac8c39236593d22ac184edf908faa02a1 (patch) | |
tree | 45b93660585fafc42626150cca26a4bdac3a6a0b | |
parent | 62328c507868168205abb962baf0e0639dda4f23 (diff) | |
download | clientdata-0952810ac8c39236593d22ac184edf908faa02a1.tar.gz clientdata-0952810ac8c39236593d22ac184edf908faa02a1.tar.bz2 clientdata-0952810ac8c39236593d22ac184edf908faa02a1.tar.xz clientdata-0952810ac8c39236593d22ac184edf908faa02a1.zip |
Add missing effects on quests.xml.
-rw-r--r-- | quests.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -315,6 +315,8 @@ Copyright (C) 2012-2013 Evol Online --> </quest> </var> <var id="17"> + <effect map="000-1.tmx" npc="404" value="1,3" effect="13"/> + <effect map="000-1.tmx" npc="418" value="2" effect="13"/> <quest name="Two Lieutenants in One Boat" group="Ship" incomplete="1"> <name>Two Lieutenants in One Boat</name> <text>Chef Gado wants you to collect 2 [@@505|Piou Legs@@], 2 [@@512|Half Croconuts@@], 1 [@@509|Aquada@@] and 1 [@@508|Sea Drops@@] to prepare a [@@717|Poisoned Dish@@], for Julia.</text> @@ -367,6 +369,7 @@ Copyright (C) 2012-2013 Evol Online --> </quest> </var> <var id="19"> + <effect map="001-1.tmx" npc="123" value="1,3" effect="13"/> <quest name="The Lazy Brother" group="Artis" incomplete="1"> <name>The Lazy Brother</name> <text>Katja wants you to find her brother.</text> @@ -408,6 +411,8 @@ Copyright (C) 2012-2013 Evol Online --> </quest> </var> <var id="20"> + <effect map="001-1.tmx" npc="427" value="0" effect="12"/> + <effect map="001-1.tmx" npc="427" value="1" effect="13"/> <quest name="Moon and the Urchin" group="Artis" incomplete="1"> <name>Moon and the Urchin</name> <text>Moon, the elven girl, accidently stepped on an urchin.</text> @@ -427,6 +432,8 @@ Copyright (C) 2012-2013 Evol Online --> </quest> </var> <var id="21"> + <effect map="001-1.tmx" npc="125" value="0" effect="12"/> + <effect map="001-1.tmx" npc="125" value="1" effect="13"/> <quest name="Catch the Piou" group="Artis" incomplete="1"> <name>Catch the Piou</name> <text>Salem, the trader from Artis Market, needs your help.</text> |