summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-16 13:58:56 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-16 13:58:56 -0200
commit59f29374f825e82e225323ef4cfe6722b8fc6747 (patch)
tree7f23279191ee4d391cee653e4183ce6dcc3cb9a7
parent657e00dc5dd4a31789b1a23a0bb89169f77b15c6 (diff)
downloadclientdata-59f29374f825e82e225323ef4cfe6722b8fc6747.tar.gz
clientdata-59f29374f825e82e225323ef4cfe6722b8fc6747.tar.bz2
clientdata-59f29374f825e82e225323ef4cfe6722b8fc6747.tar.xz
clientdata-59f29374f825e82e225323ef4cfe6722b8fc6747.zip
Include a smoke particle and reserve all particles from 50 to 100 as TMW2.
-rw-r--r--LICENSE2
-rw-r--r--effects.xml4
-rw-r--r--graphics/particles/smoke.pngbin0 -> 948 bytes
-rw-r--r--graphics/particles/smoke.xml19
4 files changed, 25 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index d9e0f319..d8340a58 100644
--- a/LICENSE
+++ b/LICENSE
@@ -246,6 +246,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
graphics/particles/star-small.png (Crush) (CC BY-SA 3.0) (-)
graphics/particles/training-arrow.png (Alige, Crush) (CC BY-SA 3.0) (Reid)
graphics/particles/zzz.png (Reid) (CC BY-SA 3.0) (Alige, Hal9000)
+ graphics/particles/smoke.png (?) (GPLv2) (TMW Org.)
# Skills
graphics/skills/bash.png (Othello, Reid) (CC BY-SA 3.0) (-)
@@ -454,6 +455,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
# Tilesets
graphics/tilesets/accessory.png (Alige, Coolkid782, Hal9000, Len, Reid) (CC BY-SA 3.0) (-)
+ graphics/tilesets/arrows.png (-) (CC0) (-)
graphics/tilesets/artis-accessory.png (EJlol, IvanMorve, Len, Reid) (CC BY-SA 3.0) (Saweres)
graphics/tilesets/artis-accessory-x1x2.png (EJlol, IvanMorve, Reid) (CC BY-SA 3.0) (-)
graphics/tilesets/artis-archway-x1x4.png (IvanMorve, Reid) (CC BY-SA 3.0) (-)
diff --git a/effects.xml b/effects.xml
index 4a4fb502..f229b0d0 100644
--- a/effects.xml
+++ b/effects.xml
@@ -37,6 +37,10 @@ Copyright (C) 2010-2014 Evol Online -->
<effect id="29" audio="npcs/fishing-cast.ogg"/> <!-- Throwing the bait in the water, in the fishing script. -->
<effect id="30" audio="npcs/fishing-bite.ogg"/> <!-- Fish biting the bait, in the fishing script. -->
<effect id="33" audio="monsters/piou/hit1.ogg"/> <!-- when clicking the flying piou -->
+
+ <!-- Reserved for TMW2: id 50~100 -->
+ <effect id="50" particle="graphics/particles/smoke.xml"/> <!-- Smoke 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/smoke.png b/graphics/particles/smoke.png
new file mode 100644
index 00000000..01fd98e7
--- /dev/null
+++ b/graphics/particles/smoke.png
Binary files differ
diff --git a/graphics/particles/smoke.xml b/graphics/particles/smoke.xml
new file mode 100644
index 00000000..e57ea4b9
--- /dev/null
+++ b/graphics/particles/smoke.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<effect>
+ <particle position-x="0"
+ position-y="0"
+ position-z="27"
+ lifetime="200">
+ <emitter>
+ <property name="image" value="graphics/particles/smoke.png"/>
+ <property name="vertical-angle" value="90"/>
+ <property name="power" value="1.5"/>
+ <property name="lifetime" value="50"/>
+ <property name="fade-in" value="5"/>
+ <property name="fade-out" value="25"/>
+ <property name="output" min="1" max="1"/>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="32"/>
+ </emitter>
+ </particle>
+</effect>