diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-20 22:35:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-20 22:35:07 -0300 |
commit | 448068a964023ccb412229c9bc9686b70bb26b9e (patch) | |
tree | 6a0c5d1eb985a5cabcf20034a925edaee141e561 /quests.xml | |
parent | 473898f86cc44acdc561a368be2ffbbefd7b1656 (diff) | |
download | clientdata-448068a964023ccb412229c9bc9686b70bb26b9e.tar.gz clientdata-448068a964023ccb412229c9bc9686b70bb26b9e.tar.bz2 clientdata-448068a964023ccb412229c9bc9686b70bb26b9e.tar.xz clientdata-448068a964023ccb412229c9bc9686b70bb26b9e.zip |
Saulc wants repeatable quests to be marked as complete on Quest Log
Diffstat (limited to 'quests.xml')
-rw-r--r-- | quests.xml | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -766,7 +766,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> </quest> </var> <var id="58"> - <quest name="Red Scorpion Plague" group="Tulimshar" incomplete="1,2"> + <quest name="Red Scorpion Plague" group="Tulimshar" incomplete="1"> <name>Red Scorpion Plague</name> <text>Red Scorpions are threating Tulimshar.</text> <text>I need to bring some stingers, to prove my worth.</text> @@ -775,6 +775,17 @@ Copyright (C) 2018 TMW2: Moubootaur Legends --> <coordinates x="114" y="83">Tulimshar's Guard House, 2nd floor.</coordinates> <reward>Gold and Experience.</reward> </quest> + <quest name="Red Scorpion Plague" group="Tulimshar" complete="2"> + <name>Red Scorpion Plague</name> + <text>Red Scorpions are threating Tulimshar.</text> + <text>I need to bring some stingers, to help with extermination.</text> + <text></text> + <text>##2Repeatable Quest##0</text> + <text></text> + <questgiver>Guard Devoir</questgiver> + <coordinates x="114" y="83">Tulimshar's Guard House, 2nd floor.</coordinates> + <reward>Gold and Experience.</reward> + </quest> </var> <var id="59"> <effect map="003-1.tmx" npc="112" value="0,1" effect="14"/> |