diff options
author | Fedja Beader <fedja@protonmail.ch> | 2024-05-21 21:49:59 +0000 |
---|---|---|
committer | Jesusalva Jesusalva <jesusalva@themanaworld.org> | 2024-05-21 21:49:59 +0000 |
commit | cd582e7dd8ff640d7e4ea6774809a245e6c8a7fe (patch) | |
tree | 666bb3e7a0b2ddff4a30465832d1b6cd873b3114 | |
parent | 77feb5b8d5de8ff1bdaca73fe3c79b1fb6b1f69c (diff) | |
download | clientdata-cd582e7dd8ff640d7e4ea6774809a245e6c8a7fe.tar.gz clientdata-cd582e7dd8ff640d7e4ea6774809a245e6c8a7fe.tar.bz2 clientdata-cd582e7dd8ff640d7e4ea6774809a245e6c8a7fe.tar.xz clientdata-cd582e7dd8ff640d7e4ea6774809a245e6c8a7fe.zip |
Add Commander Cadis's quests
Tested: sliming one incomplete/complete
Not tested: the two others.
* Add progress indicators to incomplete stages
* Add Commander Cadis's quests
****
-rw-r--r-- | quests.xml | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/quests.xml b/quests.xml index 674761a16..913ab75f7 100644 --- a/quests.xml +++ b/quests.xml @@ -2502,6 +2502,84 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> </quest> </var> + <!-- FORTRESS TOWN QUESTS --> + <var id="151"> + <quest name="The Great Slime Hunt" group="Fortress" incomplete="1"> + <name>The Great Slime Hunt</name> + <text>Kill at least one million slimes.</text> + <text></text> + <text>Cadis will reward me when I succeed.</text> + <text>He will not assign me another quest before this one is complete.</text> + <text></text> + <text>Progress: {@@var2}/1000000.</text> + <text></text> + <questgiver>Commander Cadis</questgiver> + <coordinates x="59" y="87">Fortress Town</coordinates> + <reward>???</reward> + </quest> + <quest name="The Great Slime Hunt" group="Fortress" complete="2"> + <name>The Great Slime Hunt</name> + <text>I have killed over one million slimess.</text> + <text>Man, what a chore it was!</text> + <text></text> + <questgiver>Commander Cadis</questgiver> + <coordinates x="59" y="87">Fortress Town</coordinates> + <reward text1="[Mysterious Fruit]" text2="[Strange Coin]">{@@1}, 100x {@@2} and some other items.</reward> + </quest> + </var> + + <var id="152"> + <quest name="The Great Over 100 Hunt" group="Fortress" incomplete="1"> + <name>The Great Over 100 Hunt</name> + <text>Kill one million or more monsters of at least level 100.</text> + <text></text> + <text>Cadis will reward me when I succeed.</text> + <text>He will not assign me another quest before this one is complete.</text> + <text></text> + <text>Progress: {@@var2}/1000000.</text> + <text></text> + <questgiver>Commander Cadis</questgiver> + <coordinates x="59" y="87">Fortress Town</coordinates> + <reward>???</reward> + </quest> + <quest name="The Great Over 100 Hunt" group="Fortress" complete="2"> + <name>The Great Over 100 Hunt</name> + <text>I have killed over one million monsters of at least level 100.</text> + <text>Man, what a chore it was!</text> + <text></text> + <questgiver>Commander Cadis</questgiver> + <coordinates x="59" y="87">Fortress Town</coordinates> + <reward text1="[Mysterious Fruit]" text2="[Strange Coin]">{@@1}, 100x {@@2} and some other items.</reward> + </quest> + </var> + + <var id="153"> + <quest name="The Great Ranged Hunt" group="Fortress" incomplete="1"> + <name>The Great Ranged Hunt</name> + <text>Kill one million or more monsters that can attack from at least 3 tiles away.</text> + <text></text> + <text>Cadis will reward me when I succeed.</text> + <text>He will not assign me another quest before this one is complete.</text> + <text></text> + <text>Progress: {@@var2}/1000000.</text> + <text></text> + <questgiver>Commander Cadis</questgiver> + <coordinates x="59" y="87">Fortress Town</coordinates> + <reward>???</reward> + </quest> + <quest name="The Great Ranged Hunt" group="Fortress" complete="2"> + <name>The Great Ranged Hunt</name> + <text>I have killed over one million ranged monsters.</text> + <text>Man, what a chore it was!</text> + <text></text> + <questgiver>Commander Cadis</questgiver> + <coordinates x="59" y="87">Fortress Town</coordinates> + <reward text1="[Mysterious Fruit]" text2="[Strange Coin]">{@@1}, 100x {@@2} and some other items.</reward> + </quest> + </var> + + + <!-- LILIT KINDGOM QUESTS --> <var id="250"> <quest name="Lilit Kingdom Pass" group="Lilit" complete="1"> |