summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-01-25 00:30:26 +0100
committerReid <reidyaro@gmail.com>2016-01-25 00:30:26 +0100
commitc80b22676a1ca9edb210fcef3c389f95fd52e841 (patch)
tree22bf7002ed15c1e9644fd1a3331e71283880175c
parentc1327cb856074b89b53007281e47da12ff0d19f1 (diff)
downloadclientdata-c80b22676a1ca9edb210fcef3c389f95fd52e841.tar.gz
clientdata-c80b22676a1ca9edb210fcef3c389f95fd52e841.tar.bz2
clientdata-c80b22676a1ca9edb210fcef3c389f95fd52e841.tar.xz
clientdata-c80b22676a1ca9edb210fcef3c389f95fd52e841.zip
Add quest effect instead of map effect for Katja's quest.
-rw-r--r--effects.xml1
-rw-r--r--graphics/particles/treeglow.xml2
-rw-r--r--maps/001-1.tmx19
-rw-r--r--npcs.xml4
-rw-r--r--quests.xml3
5 files changed, 8 insertions, 21 deletions
diff --git a/effects.xml b/effects.xml
index 913d95ea..9aab4358 100644
--- a/effects.xml
+++ b/effects.xml
@@ -24,6 +24,7 @@ Copyright (C) 2010-2014 Evol Online -->
<effect id="19" particle="graphics/particles/concentration.xml"/> // Concentration particle effect on user.
<effect id="20" particle="graphics/particles/panels.xml"/> // Particle effect for NPC panels, used to give advice to players.
<effect id="21" particle="graphics/particles/poison-cloud.xml"/> // Attack animation used by poisoned mushrooms.
+ <effect id="22" particle="graphics/particles/treeglow.xml"/> // Tree glowing particle effect.
<effect id="344"/> // @summon GM command particle effect.
<effect id="10000" particle="graphics/particles/spirit.xml"/> // Spirit ball.
diff --git a/graphics/particles/treeglow.xml b/graphics/particles/treeglow.xml
index 77a8b586..d7e09ad9 100644
--- a/graphics/particles/treeglow.xml
+++ b/graphics/particles/treeglow.xml
@@ -2,7 +2,7 @@
<!-- Authors: Alige, Reid
Copyright (C) 2010-2016 Evol Online -->
<effect>
- <particle position-x="16" position-y="32" position-z="32">
+ <particle position-x="16" position-y="32" position-z="48">
<emitter>
<property name="vertical-angle" min="0" max="90"/>
<property name="horizontal-angle" min="0" max="360"/>
diff --git a/maps/001-1.tmx b/maps/001-1.tmx
index a89643d8..2f95bb16 100644
--- a/maps/001-1.tmx
+++ b/maps/001-1.tmx
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<map version="1.0" orientation="orthogonal" renderorder="right-down" width="250" height="175" tilewidth="32" tileheight="32" nextobjectid="80">
+<map version="1.0" orientation="orthogonal" renderorder="right-down" width="250" height="175" tilewidth="32" tileheight="32" nextobjectid="81">
<properties>
<property name="license" value="CC BY-SA 3.0"/>
<property name="manaplus version" value="2"/>
@@ -321,23 +321,6 @@
<object id="50" name="graphics/particles/chimney.xml" type="particle_effect" x="3840" y="2592" width="32" height="32"/>
<object id="52" name="graphics/particles/panels.xml" type="particle_effect" x="3040" y="1632" width="32" height="32"/>
<object id="53" name="graphics/particles/panels.xml" type="particle_effect" x="3296" y="2112" width="32" height="32"/>
- <object id="58" name="graphics/particles/treeglow.xml" type="particle_effect" x="5856" y="864" width="32" height="32"/>
- <object id="59" name="graphics/particles/treeglow.xml" type="particle_effect" x="5888" y="928" width="32" height="32"/>
- <object id="60" name="graphics/particles/treeglow.xml" type="particle_effect" x="5728" y="928" width="32" height="32"/>
- <object id="61" name="graphics/particles/treeglow.xml" type="particle_effect" x="5664" y="896" width="32" height="32"/>
- <object id="66" name="graphics/particles/treeglow.xml" type="particle_effect" x="5760" y="1024" width="32" height="32"/>
- <object id="67" name="graphics/particles/treeglow.xml" type="particle_effect" x="5760" y="1024" width="32" height="32"/>
- <object id="68" name="graphics/particles/treeglow.xml" type="particle_effect" x="5760" y="1024" width="32" height="32"/>
- <object id="69" name="graphics/particles/treeglow.xml" type="particle_effect" x="5984" y="800" width="32" height="32"/>
- <object id="70" name="graphics/particles/treeglow.xml" type="particle_effect" x="5984" y="1056" width="32" height="32"/>
- <object id="71" name="graphics/particles/treeglow.xml" type="particle_effect" x="5920" y="1088" width="32" height="32"/>
- <object id="72" name="graphics/particles/treeglow.xml" type="particle_effect" x="6048" y="960" width="32" height="32"/>
- <object id="73" name="graphics/particles/treeglow.xml" type="particle_effect" x="5792" y="992" width="32" height="32"/>
- <object id="74" name="graphics/particles/treeglow.xml" type="particle_effect" x="5824" y="1056" width="32" height="32"/>
- <object id="75" name="graphics/particles/treeglow.xml" type="particle_effect" x="6048" y="864" width="32" height="32"/>
- <object id="76" name="graphics/particles/treeglow.xml" type="particle_effect" x="6112" y="928" width="32" height="32"/>
- <object id="77" name="graphics/particles/treeglow.xml" type="particle_effect" x="6112" y="1024" width="32" height="32"/>
- <object id="79" name="graphics/particles/treeglow.xml" type="particle_effect" x="5824" y="736" width="32" height="32"/>
</objectgroup>
<layer name="Heights" width="250" height="175" visible="0">
<data encoding="base64" compression="zlib">
diff --git a/npcs.xml b/npcs.xml
index a9163282..b92aa409 100644
--- a/npcs.xml
+++ b/npcs.xml
@@ -598,6 +598,10 @@ IDs 990-999 = Special
<particlefx>graphics/particles/savepoint-32x64.xml</particlefx>
<menu name="Save" command="talk 'NAME'"/>
</npc>
+ <npc id="911">
+ <!-- Artis trees for Katja quest. -->
+ <menu name="Talk" command="talk 'NAME'"/>
+ </npc>
<npc id="999">
<!-- No sprite. -->
<menu name="Talk" command="talk 'NAME'"/>
diff --git a/quests.xml b/quests.xml
index 3d56277c..21f66d09 100644
--- a/quests.xml
+++ b/quests.xml
@@ -372,6 +372,7 @@ Copyright (C) 2012-2013 Evol Online -->
</var>
<var id="19">
<effect map="001-1.tmx" npc="123" value="1,3" effect="13"/>
+ <effect map="001-1.tmx" npc="911" value="1" effect="22"/>
<quest name="The Lazy Brother" group="Artis" incomplete="1">
<name>The Lazy Brother</name>
<text>Katja wants you to find her brother.</text>
@@ -547,6 +548,4 @@ Copyright (C) 2012-2013 Evol Online -->
<text>Reward: [@@2700|Barrel@@].</text>
</quest>
</var>
-
-
</quests>