diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-29 10:58:38 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-29 10:58:38 +0100 |
commit | 4f32d047168d5ff63a56279de06307ec584c298e (patch) | |
tree | 37bab355808ad43d6b2e6d7b6aa41f6761e6ed15 /quests.xml | |
parent | 42e2e26adf8eb58fd6cec9c939eb75ce858353bb (diff) | |
download | clientdata-4f32d047168d5ff63a56279de06307ec584c298e.tar.gz clientdata-4f32d047168d5ff63a56279de06307ec584c298e.tar.bz2 clientdata-4f32d047168d5ff63a56279de06307ec584c298e.tar.xz clientdata-4f32d047168d5ff63a56279de06307ec584c298e.zip |
Extend NPC Quest Status feature to Treasure Chest NPC.
Couwan Quest Status fixed.
Diffstat (limited to 'quests.xml')
-rw-r--r-- | quests.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -234,7 +234,7 @@ Copyright (C) 2012 Evol Online --> </var> <var id="8"> <effect map="000-1.tmx" npc="111" value="0" effect="12"/> - <effect map="000-1.tmx" npc="111" value="1" effect="13"/> + <effect map="000-1.tmx" npc="313" value="1" effect="13"/> <quest name="Fish and Scams" group="Ship" incomplete="1"> <name>Fish and Scams</name> <text>A sailor, who wasn't on Gugli's list, gave you a box full of food.</text> @@ -259,6 +259,7 @@ Copyright (C) 2012 Evol Online --> </quest> </var> <var id="9"> + <effect map="000-1.tmx" npc="316" value="0" effect="14"/> <quest name="Treasure's Glint" group="Ship" complete="1"> <name>Treasure's Glint</name> <text>You spotted a treasure chest at the top of a cliff on the east side of the island.</text> |