diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-06-01 15:00:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-06-01 15:00:05 -0300 |
commit | 0d291ee384c5ebc17061ab825b7c75504726d415 (patch) | |
tree | 225632ae900a918efe8adb58b7914d5643df6f3c | |
parent | 0e5230d2e3d7ff02e84e9bb0f255a41227f31e23 (diff) | |
download | clientdata-0d291ee384c5ebc17061ab825b7c75504726d415.tar.gz clientdata-0d291ee384c5ebc17061ab825b7c75504726d415.tar.bz2 clientdata-0d291ee384c5ebc17061ab825b7c75504726d415.tar.xz clientdata-0d291ee384c5ebc17061ab825b7c75504726d415.zip |
Update Quest Log to include Quest 121
-rw-r--r-- | quests.xml | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/quests.xml b/quests.xml index f890a1640..b79f01851 100644 --- a/quests.xml +++ b/quests.xml @@ -2553,7 +2553,26 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <reward text1="[Teal Dye]">{@@1}</reward> </quest> </var> - <!-- var 121 Henry FIXME TODO MISSING --> + <var id="121"> + <quest name="Henry's Shady Dealings" group="Nivalis" incomplete="1"> + <name>Henry's Shady Dealings</name> + <text>Henry ran out of poison and, for certain reasons, needs it.</text> + <text text1="[Nymph Poison]">Surely giving him 24 {@@1} will be ethical and correct.</text> + <text>And if it is not, then his payment will be enough.</text> + <text></text> + <questgiver>Henry S.</questgiver> + <coordinates x="24" y="38">Nivalis Indoors</coordinates> + <level>70</level> + </quest> + <quest name="Henry's Shady Dealings" group="Nivalis" complete="2"> + <name>Henry's Shady Dealings</name> + <text>Mede can now make me Teal Dye whenever I want....for a price.</text> + <text></text> + <questgiver>Henry S.</questgiver> + <coordinates x="24" y="38">Nivalis Indoors</coordinates> + <reward>10,000 Monster Points</reward> + </quest> + </var> <!-- FROSTIA QUESTS --> <!-- var 131-142 FIXME TODO MISSING --> |