diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-24 01:55:06 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-24 01:55:06 -0300 |
commit | 2db7649542c1d10a1ece4bd99f9dcc0e4fb2c096 (patch) | |
tree | 84ae9fcb12a778d57ec391584f6218a05986f0a1 /quests.xml | |
parent | 30dc813a423be0d1cd4a12945238321c8e39f1a3 (diff) | |
download | clientdata-2db7649542c1d10a1ece4bd99f9dcc0e4fb2c096.tar.gz clientdata-2db7649542c1d10a1ece4bd99f9dcc0e4fb2c096.tar.bz2 clientdata-2db7649542c1d10a1ece4bd99f9dcc0e4fb2c096.tar.xz clientdata-2db7649542c1d10a1ece4bd99f9dcc0e4fb2c096.zip |
Changes required for server-data commits
Diffstat (limited to 'quests.xml')
-rw-r--r-- | quests.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -199,9 +199,9 @@ Copyright (C) 2012-2013 Evol Online --> <!-- CANDOR QUESTS --> <var id="32"> - <effect map="005-1.tmx" npc="119" value="0" effect="12"/> - <effect map="005-1.tmx" npc="119" value="2" effect="12"/> - <quest name="Hide And Seek" group="Candor" incomplete="1"> + <effect map="005-1.tmx" npc="119" value="0,1" effect="12"/> + <effect map="005-1.tmx" npc="119" value="3" effect="12"/> + <quest name="Hide And Seek" group="Candor" incomplete="2"> <name>Hide And Seek</name> <text>Find all the children for Ayasha. They're in the Island.</text> <text></text> @@ -209,7 +209,7 @@ Copyright (C) 2012-2013 Evol Online --> <coordinates x="52" y="81">Candor Island. (52,81)</coordinates> <reward>Unknown.</reward> </quest> - <quest name="Hide And Seek" group="Candor" incomplete="2"> + <quest name="Hide And Seek" group="Candor" incomplete="3"> <name>Hide And Seek</name> <text>You found all childrens, go report to Ayasha.</text> <text></text> @@ -217,7 +217,7 @@ Copyright (C) 2012-2013 Evol Online --> <coordinates x="52" y="81">Candor Island. (52,81)</coordinates> <reward>Unknown.</reward> </quest> - <quest name="Hide And Seek" group="Candor" complete="3"> + <quest name="Hide And Seek" group="Candor" complete="4"> <name>Hide And Seek</name> <text>I helped Ayasha to find the children.</text> <text></text> |