diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-11-02 14:06:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-11-02 14:06:31 -0300 |
commit | 1d908816601d9cd3de228136f19df13349155b56 (patch) | |
tree | 8bbbadb4fc9ac17919b0e18eca2d56d14c41d391 /quests.xml | |
parent | 36a4aa271f83b755e97d18e023f3c9a3c3f339cb (diff) | |
download | clientdata-1d908816601d9cd3de228136f19df13349155b56.tar.gz clientdata-1d908816601d9cd3de228136f19df13349155b56.tar.bz2 clientdata-1d908816601d9cd3de228136f19df13349155b56.tar.xz clientdata-1d908816601d9cd3de228136f19df13349155b56.zip |
Report at quest log how many pinkies already slain + ttl update
Diffstat (limited to 'quests.xml')
-rw-r--r-- | quests.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1293,6 +1293,8 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <text>Pinkies are ravaging Hinnak's Fields. He wants 10 antennas.</text> <text>But he won't reward you without at least a 100 pinkies sacrifice.</text> <text></text> + <text>Current Kills: {@@var2}</text> + <text></text> <questgiver>Hinnak</questgiver> <coordinates x="105" y="30">Hurnscald Fields.</coordinates> </quest> @@ -1309,6 +1311,8 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <text>Oscar is also having problems with pinkies. He want 10 pink legs for a soup.</text> <text>But he won't reward you without at least a 100 pinkies sacrifice.</text> <text></text> + <text>Current Kills: {@@var2}</text> + <text></text> <questgiver>Oscar</questgiver> <coordinates x="187" y="84">Woodlands Central Area.</coordinates> </quest> |