diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-05-03 23:21:59 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2015-05-04 01:49:46 -0400 |
commit | 749a094ace1b3bfd1c5e9e3e4c0abbb9c8440e76 (patch) | |
tree | 6a2f723979217a2906419aad5bdee65ff650c557 /quests/candor/vincent.xml | |
parent | dc43d3f86c58f79d3b0e240334f0c850e6432c70 (diff) | |
download | clientdata-749a094ace1b3bfd1c5e9e3e4c0abbb9c8440e76.tar.gz clientdata-749a094ace1b3bfd1c5e9e3e4c0abbb9c8440e76.tar.bz2 clientdata-749a094ace1b3bfd1c5e9e3e4c0abbb9c8440e76.tar.xz clientdata-749a094ace1b3bfd1c5e9e3e4c0abbb9c8440e76.zip |
split quest log
Diffstat (limited to 'quests/candor/vincent.xml')
-rw-r--r-- | quests/candor/vincent.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/quests/candor/vincent.xml b/quests/candor/vincent.xml new file mode 100644 index 00000000..04aae320 --- /dev/null +++ b/quests/candor/vincent.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<quests> + <var id="5"> + <effect map="029-1.tmx" npc="113" value="0" effect="45"/> + <effect map="029-1.tmx" npc="113" value="1" effect="46"/> + <quest name="Bugman" group="Candor Island" incomplete="1"> + <name>The Adventures of Action Bug</name> + <text>Vincent needs you to bring him some bug legs so he can make an action figure.</text> + </quest> + <quest name="Bugman" group="Candor Island" complete="2"> + <name>The Adventures of Action Bug</name> + <text>You got Vincent all the bug legs that he needed to make his action figure!</text> + </quest> + </var> +</quests> |