diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-23 16:50:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-23 16:50:09 -0300 |
commit | f69e0f4adc0e082ebf23fa4ee34206fc4b280d69 (patch) | |
tree | 8e1bcb7f4b177e32efcc07236a41b0183e800860 /quests.xml | |
parent | 2ea38f9b33b777d299d72fa88d98cf5245febb11 (diff) | |
download | clientdata-f69e0f4adc0e082ebf23fa4ee34206fc4b280d69.tar.gz clientdata-f69e0f4adc0e082ebf23fa4ee34206fc4b280d69.tar.bz2 clientdata-f69e0f4adc0e082ebf23fa4ee34206fc4b280d69.tar.xz clientdata-f69e0f4adc0e082ebf23fa4ee34206fc4b280d69.zip |
Fix mapping bug on 012-1, and test stuff
Diffstat (limited to 'quests.xml')
-rw-r--r-- | quests.xml | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1319,7 +1319,29 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> </var> <!-- LAND OF FIRE VILLAGE QUESTS --> - <!-- var 270 TODO --> + <var id="270"> + <quest name="A Tea For Two" group="LoF Village" incomplete="1"> + <name>A Tea For Two</name> + <text>The Doctor asked me for various herbs, and a haste potion.</text> + <text></text> + <questgiver>The Doctor</questgiver> + <coordinates x="75" y="68">Dimond's Cove, Third Floor.</coordinates> + </quest> + <quest name="A Tea For Two" group="LoF Village" complete="2,3,4,5,6,7,8,9,10,11,12,13,14,15"> + <name>A Tea For Two</name> + <text>The Doctor had his herbal tea, and he can make more for me.</text> + <text></text> + <questgiver>The Doctor</questgiver> + <coordinates x="75" y="68">Dimond's Cove, Third Floor.</coordinates> + </quest> + <quest name="An Early Christmas" group="LoF Village" incomplete="2"> + <name>An Early Christmas</name> + <text>Bring an Herbal Tea to Miler, a friend from The Doctor.</text> + <text></text> + <questgiver>The Doctor</questgiver> + <coordinates x="75" y="68">Dimond's Cove, Third Floor.</coordinates> + </quest> + </var> <!-- var 271 TODO --> <!-- var 272 TODO --> <!-- var 273 TODO --> |