diff options
-rw-r--r-- | items.xml | 2 | ||||
-rw-r--r-- | maps/005-1.tmx | 3 | ||||
-rw-r--r-- | quests.xml | 21 |
3 files changed, 22 insertions, 4 deletions
@@ -3628,7 +3628,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. image="equipment/head/candorheadband.png" name="Candor Head Band" description="Classical Candor head band." - defense="11" + defense="20" level="8" type="equip-head" weight="22"> diff --git a/maps/005-1.tmx b/maps/005-1.tmx index f2d2ef3c..077dae58 100644 --- a/maps/005-1.tmx +++ b/maps/005-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextobjectid="92"> +<map version="1.0" tiledversion="2018.02.14" orientation="orthogonal" renderorder="right-down" width="120" height="120" tilewidth="32" tileheight="32" infinite="0" nextobjectid="92"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1385,6 +1385,7 @@ <property name="death" value="300000"/> <property name="max_beings" value="5"/> <property name="monster_id" value="1075"/> + <property name="script" value="Trainer::OnKillManaBug"/> <property name="spawn" value="35000"/> </properties> </object> @@ -369,8 +369,8 @@ Copyright (C) 2012-2013 Evol Online --> </quest> </var> <var id="39"> - <effect map="005-7.tmx" npc="801" value="0,2,3,5,6,8,9,11" effect="12"/> - <quest name="Trainment" group="Candor" incomplete="2,3,5,6,8,9,11"> + <effect map="005-7.tmx" npc="801" value="0,2,3,5,6,8,9,11,14" effect="12"/> + <quest name="Trainment" group="Candor" incomplete="2,3,5,6,8,9,11,14"> <name>Trainment</name> <text>I have to report to the trainer.</text> <text></text> @@ -418,6 +418,23 @@ Copyright (C) 2012-2013 Evol Online --> <coordinates x="92" y="96">Candor Island. (92,96)</coordinates> <reward>50 xp</reward> </quest> + <quest name="Trainment" group="Candor" incomplete="13"> + <name>Trainment</name> + <text>The Trainer gave me a bonus task.</text> + <text text1="[@@m1075|@@]">I already killed {@@var2}/1 {@@1}.</text> + <text></text> + <questgiver>Trainer</questgiver> + <coordinates x="92" y="96">Candor Island. (92,96)</coordinates> + <reward>???</reward> + </quest> + <quest name="Trainment" group="Candor" complete="15"> + <name>Trainment</name> + <text>I did the bonus task from the Trainer and he was very impressed.</text> + <text></text> + <questgiver>Trainer</questgiver> + <coordinates x="92" y="96">Candor Island. (92,96)</coordinates> + <reward text1="[Candor Head Band]">1x {@@1}, 200 GP</reward> + </quest> </var> <!-- TULIMSHAR QUESTS --> |