summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <gauvain.dauchy@free.fr>2016-08-07 22:10:51 +0200
committerAlige <gauvain.dauchy@free.fr>2016-08-07 22:10:51 +0200
commit6d463caf5bcf90146e880b7322145608c1f24a86 (patch)
tree8821ed04423253ddd83b5c9d8cdb745ff06f748a
parentce88604cd7b7c8abd121aef12b38a1fd409ef181 (diff)
downloadclientdata-6d463caf5bcf90146e880b7322145608c1f24a86.tar.gz
clientdata-6d463caf5bcf90146e880b7322145608c1f24a86.tar.bz2
clientdata-6d463caf5bcf90146e880b7322145608c1f24a86.tar.xz
clientdata-6d463caf5bcf90146e880b7322145608c1f24a86.zip
Added 2 sound effects for the chest npc, by Ledmitz.
-rw-r--r--LICENSE3
-rw-r--r--effects.xml2
-rw-r--r--sfx/npcs/chest-close.oggbin0 -> 13302 bytes
-rw-r--r--sfx/npcs/chest-open.oggbin0 -> 13196 bytes
4 files changed, 5 insertions, 0 deletions
diff --git a/LICENSE b/LICENSE
index 0c8a5f4b..23126135 100644
--- a/LICENSE
+++ b/LICENSE
@@ -565,6 +565,9 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
sfx/monsters/tortuga/hurt1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex)
sfx/monsters/tortuga/miss1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex)
sfx/monsters/tortuga/spawn1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex)
+## NPCs
+ sfx/npcs/chest-close.ogg (Ledmitz) (CC BY-SA 3.0) (-)
+ sfx/npcs/chest-open.ogg (Ledmitz) (CC BY-SA 3.0) (-)
## System
sfx/system/critical.ogg (Kenny690) (CC BY-SA 3.0) (-)
sfx/system/esperin.ogg (Kenny690) (CC BY-SA 3.0) (-)
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. -->
diff --git a/sfx/npcs/chest-close.ogg b/sfx/npcs/chest-close.ogg
new file mode 100644
index 00000000..5e5c6362
--- /dev/null
+++ b/sfx/npcs/chest-close.ogg
Binary files differ
diff --git a/sfx/npcs/chest-open.ogg b/sfx/npcs/chest-open.ogg
new file mode 100644
index 00000000..25794ea3
--- /dev/null
+++ b/sfx/npcs/chest-open.ogg
Binary files differ