diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-24 22:45:30 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-03-24 22:45:30 +0100 |
commit | 85d50ad64e9c0b3045b5d05a566fae376ba4ec22 (patch) | |
tree | 7301cbaf1f503bbdb8e4b5ee8f1e1a10878c1941 /graphics/particles | |
parent | 0569f751a8615ebd42d86813e890412941c045a6 (diff) | |
download | clientdata-85d50ad64e9c0b3045b5d05a566fae376ba4ec22.tar.gz clientdata-85d50ad64e9c0b3045b5d05a566fae376ba4ec22.tar.bz2 clientdata-85d50ad64e9c0b3045b5d05a566fae376ba4ec22.tar.xz clientdata-85d50ad64e9c0b3045b5d05a566fae376ba4ec22.zip |
Pilot version of new QuestStatus feature! Target NPC: MagicArpan.
Diffstat (limited to 'graphics/particles')
-rw-r--r-- | graphics/particles/afk.xml | 2 | ||||
-rw-r--r-- | graphics/particles/questcontinue.xml | 18 | ||||
-rw-r--r-- | graphics/particles/queststart.xml | 18 | ||||
-rw-r--r-- | graphics/particles/queststatus.png | bin | 0 -> 728 bytes |
4 files changed, 37 insertions, 1 deletions
diff --git a/graphics/particles/afk.xml b/graphics/particles/afk.xml index afb69aa6..8c3f58ed 100644 --- a/graphics/particles/afk.xml +++ b/graphics/particles/afk.xml @@ -20,7 +20,7 @@ Copyright (C) 2010-2013 Evol Online --> <frame index="5" delay="1000"/> </animation> <property name="lifetime" value="150"/> - <property name="fade-out" value="40"/> + <property name="fade-out" value="200"/> <property name="output" value="1"/> </emitter> </emitter> diff --git a/graphics/particles/questcontinue.xml b/graphics/particles/questcontinue.xml new file mode 100644 index 00000000..584c35f1 --- /dev/null +++ b/graphics/particles/questcontinue.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Hal9000 +Copyright (C) 2010-2013 Evol Online --> + +<effect> + <particle position-x="0" position-y="0" position-z="0"> + <emitter> + <property name="position-x" value="0"/> + <property name="position-y" value="-32"/> + <property name="position-z" value="90"/> + <property name="vertical-angle" value="90"/> + <property name="lifetime" value="2"/> + <animation imageset="graphics/particles/queststatus.png" width="16" height="32"> + <frame index="1"/> + </animation> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/queststart.xml b/graphics/particles/queststart.xml new file mode 100644 index 00000000..dff61675 --- /dev/null +++ b/graphics/particles/queststart.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Hal9000 +Copyright (C) 2010-2013 Evol Online --> + +<effect> + <particle position-x="0" position-y="0" position-z="0"> + <emitter> + <property name="position-x" value="0"/> + <property name="position-y" value="-32"/> + <property name="position-z" value="90"/> + <property name="vertical-angle" value="90"/> + <property name="lifetime" value="2"/> + <animation imageset="graphics/particles/queststatus.png" width="16" height="32"> + <frame index="0"/> + </animation> + </emitter> + </particle> +</effect> diff --git a/graphics/particles/queststatus.png b/graphics/particles/queststatus.png Binary files differnew file mode 100644 index 00000000..c4125e8f --- /dev/null +++ b/graphics/particles/queststatus.png |