summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-01-17 22:46:19 +0400
committerAlige <aligetmw@hotmail.fr>2013-01-17 22:46:19 +0400
commitac5c5958c6afa6208a12626f1ae9e5f38ce2d989 (patch)
tree02f49d8604e4fbaed4c04aa8372b7108b315f5e9
parent547d474dec2a20aee99f6f6c6b1ebb1e7f13ab88 (diff)
downloadclientdata-ac5c5958c6afa6208a12626f1ae9e5f38ce2d989.tar.gz
clientdata-ac5c5958c6afa6208a12626f1ae9e5f38ce2d989.tar.bz2
clientdata-ac5c5958c6afa6208a12626f1ae9e5f38ce2d989.tar.xz
clientdata-ac5c5958c6afa6208a12626f1ae9e5f38ce2d989.zip
Several fixes here and there about particle effects.
-rw-r--r--graphics/particles/levelup.xml11
-rw-r--r--graphics/particles/savepoint-32x32.xml4
-rw-r--r--graphics/particles/skillup.xml9
-rw-r--r--graphics/particles/warp.xml2
-rw-r--r--paths.xml1
5 files changed, 13 insertions, 14 deletions
diff --git a/graphics/particles/levelup.xml b/graphics/particles/levelup.xml
index 3bdf9e19..d5a4bcaf 100644
--- a/graphics/particles/levelup.xml
+++ b/graphics/particles/levelup.xml
@@ -2,18 +2,17 @@
<!-- Author from The Mana World
Copyright (C) 2010-2013 Evol Online -->
<effect>
- <particle position-x="0" position-y="0" position-z="1" lifetime="250">
+ <particle position-x="0" position-y="0" position-z="27" lifetime="250">
<emitter>
- <property name="image" value="graphics/particles/star-medium.png|W:#ff0000,ffffff"/>
+ <property name="image" value="graphics/particles/star-large.png|W:#ff0000,ffffff"/>
<property name="vertical-angle" value="90"/>
<property name="power" value="2"/>
<property name="lifetime" value="50"/>
<property name="fade-in" value="5"/>
- <property name="fade-out" value="20"/>
+ <property name="fade-out" value="25"/>
<property name="output" min="-5" max="1"/>
- <property name="position-x" min="-10" max="10"/>
- <property name="position-y" min="0" max="16"/>
- <property name="position-z" min="0" max="32"/>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="32"/>
</emitter>
</particle>
</effect>
diff --git a/graphics/particles/savepoint-32x32.xml b/graphics/particles/savepoint-32x32.xml
index e7ea202a..cab32b4b 100644
--- a/graphics/particles/savepoint-32x32.xml
+++ b/graphics/particles/savepoint-32x32.xml
@@ -18,7 +18,7 @@ Copyright (C) 2010-2013 Evol Online -->
<property name="output-pause" min="0" max="10"/>
<property name="fade-in" value="15"/>
<property name="fade-out" value="20"/>
- <property name="randomness" value="12"/>
+ <property name="randomness" value="8"/>
</emitter>
<emitter>
<property name="image" value="graphics/particles/star-small.png|W:#ffe6ce,ffe6ce"/>
@@ -27,7 +27,7 @@ Copyright (C) 2010-2013 Evol Online -->
<property name="fade-in" value="40"/>
<property name="fade-out" value="40"/>
<property name="gravity" value="-0.003"/>
- <property name="randomness" value="8"/>
+ <property name="randomness" value="6"/>
</emitter>
</emitter>
</particle>
diff --git a/graphics/particles/skillup.xml b/graphics/particles/skillup.xml
index a4b72f25..1d42bccd 100644
--- a/graphics/particles/skillup.xml
+++ b/graphics/particles/skillup.xml
@@ -2,18 +2,17 @@
<!-- Author from The Mana World
Copyright (C) 2010-2013 Evol Online -->
<effect>
- <particle position-x="0" position-y="0" position-z="1" lifetime="250">
+ <particle position-x="0" position-y="0" position-z="27" lifetime="250">
<emitter>
<property name="image" value="graphics/particles/star-medium.png|W:#00ff00,ffffff"/>
<property name="vertical-angle" value="90"/>
<property name="power" value="2"/>
<property name="lifetime" value="50"/>
<property name="fade-in" value="5"/>
- <property name="fade-out" value="20"/>
+ <property name="fade-out" value="25"/>
<property name="output" min="-5" max="1"/>
- <property name="position-x" min="-10" max="10"/>
- <property name="position-y" min="0" max="16"/>
- <property name="position-z" min="0" max="32"/>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" value="32"/>
</emitter>
</particle>
</effect>
diff --git a/graphics/particles/warp.xml b/graphics/particles/warp.xml
index eb11f470..582f8580 100644
--- a/graphics/particles/warp.xml
+++ b/graphics/particles/warp.xml
@@ -11,7 +11,7 @@ Copyright (C) 2010-2012 Evol Online -->
<property name="lifetime" value="160"/>
<property name="output" min="-4" max="1"/>
<property name="output-pause" min="0" max="10"/>
- <property name="randomnes" value="4"/>
+ <property name="randomnes" value="2"/>
<property name="fade-in" value="10"/>
<property name="fade-out" value="20"/>
</emitter>
diff --git a/paths.xml b/paths.xml
index 31cf9263..df1a5cc0 100644
--- a/paths.xml
+++ b/paths.xml
@@ -34,5 +34,6 @@ All folders listed below are relative to the clientdata/ directory.
<!-- Particle effect values used by the client. -->
<option name="hitEffectId" value="2"/>
<option name="criticalHitEffectId" value="3"/>
+ <option name="portalEffectFile" value="warp.xml"/>
</configuration>