diff options
Diffstat (limited to 'quests.xml')
-rw-r--r-- | quests.xml | 18 |
1 files changed, 13 insertions, 5 deletions
@@ -346,8 +346,16 @@ Copyright (C) 2012-2013 Evol Online --> </quest> </var> <var id="39"> - <!-- LiveNPCs (the ones with equipment) cannot have quest log effects --> - <quest name="Trainment" group="Candor" incomplete="1,2"> + <effect map="005-7.tmx" npc="800" value="0,2,3,5,6,8,9,11" effect="12"/> + <quest name="Trainment" group="Candor" incomplete="2,3,5,6,8,9,11"> + <name>Trainment</name> + <text>I have to report to the trainer.</text> + <text></text> + <questgiver>Trainer</questgiver> + <coordinates x="92" y="96">Candor Island. (92,96)</coordinates> + <reward>40 xp, 25 gp</reward> + </quest> + <quest name="Trainment" group="Candor" incomplete="1"> <name>Trainment</name> <text text1="Maggots">I have to kill {@@1}.</text> <text></text> @@ -355,7 +363,7 @@ Copyright (C) 2012-2013 Evol Online --> <coordinates x="92" y="96">Candor Island. (92,96)</coordinates> <reward>40 xp, 25 gp</reward> </quest> - <quest name="Trainment" group="Candor" incomplete="4,5"> + <quest name="Trainment" group="Candor" incomplete="4"> <name>Trainment</name> <text text1="House Maggots">I have to kill {@@1}.</text> <text></text> @@ -363,7 +371,7 @@ Copyright (C) 2012-2013 Evol Online --> <coordinates x="92" y="96">Candor Island. (92,96)</coordinates> <reward>40 xp, 25 gp</reward> </quest> - <quest name="Trainment" group="Candor" incomplete="7,8"> + <quest name="Trainment" group="Candor" incomplete="7"> <name>Trainment</name> <text text1="Candor Scorpion">I have to kill {@@1}.</text> <text></text> @@ -371,7 +379,7 @@ Copyright (C) 2012-2013 Evol Online --> <coordinates x="92" y="96">Candor Island. (92,96)</coordinates> <reward>40 xp, 25 gp</reward> </quest> - <quest name="Trainment" group="Candor" incomplete="10,11"> + <quest name="Trainment" group="Candor" incomplete="10"> <name>Trainment</name> <text text1="Scorpion">I have to kill {@@1}.</text> <text></text> |