diff options
-rw-r--r-- | quests.xml | 78 |
1 files changed, 78 insertions, 0 deletions
@@ -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"> |