diff options
author | Reid <reidyaro@gmail.com> | 2012-12-21 17:06:29 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-12-21 17:06:51 +0100 |
commit | dbdbbc34d7d524f408947baa93a5aa2aafb53fb1 (patch) | |
tree | 4e0250352d178fd39dff0a04c3eb82d02c869ba4 | |
parent | 339f4e2dd265f0a80bdac3722774ec8659b5b2f4 (diff) | |
download | clientdata-dbdbbc34d7d524f408947baa93a5aa2aafb53fb1.tar.gz clientdata-dbdbbc34d7d524f408947baa93a5aa2aafb53fb1.tar.bz2 clientdata-dbdbbc34d7d524f408947baa93a5aa2aafb53fb1.tar.xz clientdata-dbdbbc34d7d524f408947baa93a5aa2aafb53fb1.zip |
Correct bug on quests.xml file.
-rw-r--r-- | quests.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,7 +9,7 @@ Copyright (C) 2012 Evol Online --> <text></text> <text>Coordinates: La Johanne, First Deck. (27,24)</text> </quest> - <quest name="Julia" group="Ship" complete="2"> + <quest name="Julia" group="Ship" incomplete="2" complete="2"> <name>Abide by the Rules</name> <text>Rules:</text> <text>1. Do not bot. This means you are not allowed to use any automation programs or use keyboard tricks. Any away from keyboard activity will be considered as botting except standing still.</text> @@ -120,7 +120,7 @@ Copyright (C) 2012 Evol Online --> <text>Difficulty: ✭✩✩✩✩✩</text> <text>Reward: A sailor bandana.</text> </quest> - <quest name="Nard" group="Ship" complete="5"> + <quest name="Nard" group="Ship" incomplete="5" complete="5"> <name>One of Us</name> <text>Nard has officially proclaimed you member of his crew!</text> <text></text> @@ -180,7 +180,7 @@ Copyright (C) 2012 Evol Online --> <text>Coordinates: Desert Island. (85,108)</text> <text>Difficulty: ✩✩✩✩✩✩</text> </quest> - <quest name="Gugli" group="Ship" complete="2"> + <quest name="Gugli" group="Ship" incomplete="2" complete="2"> <name>Unexpected Help</name> <text>You completed all the tasks Gugli gave you. Sailors of this ship will never forget you!</text> <text></text> @@ -223,7 +223,7 @@ Copyright (C) 2012 Evol Online --> <text>Difficulty: ✩✩✩✩✩✩</text> <text>Reward: Bread, 60GP.</text> </quest> - <quest name="Chef Gado" group="Ship" complete="4"> + <quest name="Chef Gado" group="Ship" incomplete="4" complete="4"> <name>A Poisoned Recipe</name> <text>You have successfully poisoned Julia. Chef Gado has finally been avenged!</text> <text></text> @@ -231,7 +231,7 @@ Copyright (C) 2012 Evol Online --> <text>Difficulty: ✩✩✩✩✩✩</text> <text>Reward: Bread, 60GP.</text> </quest> - <quest name="Chef Gado" group="Ship" complete="5"> + <quest name="Chef Gado" group="Ship" incomplete="5" complete="5"> <name>A Poisoned Recipe</name> <text>You have refused to accomplish Chef Gado's evil plan. Julia is safe!</text> <text></text> |