diff options
author | Alige <gauvain.dauchy@free.fr> | 2016-08-07 22:10:51 +0200 |
---|---|---|
committer | Alige <gauvain.dauchy@free.fr> | 2016-08-07 22:10:51 +0200 |
commit | 6d463caf5bcf90146e880b7322145608c1f24a86 (patch) | |
tree | 8821ed04423253ddd83b5c9d8cdb745ff06f748a /effects.xml | |
parent | ce88604cd7b7c8abd121aef12b38a1fd409ef181 (diff) | |
download | clientdata-6d463caf5bcf90146e880b7322145608c1f24a86.tar.gz clientdata-6d463caf5bcf90146e880b7322145608c1f24a86.tar.bz2 clientdata-6d463caf5bcf90146e880b7322145608c1f24a86.tar.xz clientdata-6d463caf5bcf90146e880b7322145608c1f24a86.zip |
Added 2 sound effects for the chest npc, by Ledmitz.
Diffstat (limited to 'effects.xml')
-rw-r--r-- | effects.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/effects.xml b/effects.xml index b3a11f79..d1aa1e41 100644 --- a/effects.xml +++ b/effects.xml @@ -29,6 +29,8 @@ Copyright (C) 2010-2014 Evol Online --> <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="23" particle="graphics/particles/magic.xml"/> <!-- A magical particle effect. --> + <effect id="24" audio="npcs/chest-open.ogg"/> <!-- Chest NPC, open sound effect. --> + <effect id="25" audio="npcs/chest-close.ogg"/> <!-- Chest NPC, close sound effect. --> <effect id="344"/> <!-- @summon GM command particle effect. --> <effect id="10000" particle="graphics/particles/spirit.xml"/> <!-- Spirit ball. --> |