summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-06-30 13:41:27 +0200
committerAlige <aligetmw@hotmail.fr>2013-06-30 13:41:27 +0200
commita6b0e443dcb94641360dae7f363835cd835a01a5 (patch)
tree28b729699f1c2edc98db36470291fae00e053da7
parentb3f645caf47e886e6487666cb9328e7e876d19b7 (diff)
downloadclientdata-a6b0e443dcb94641360dae7f363835cd835a01a5.tar.gz
clientdata-a6b0e443dcb94641360dae7f363835cd835a01a5.tar.bz2
clientdata-a6b0e443dcb94641360dae7f363835cd835a01a5.tar.xz
clientdata-a6b0e443dcb94641360dae7f363835cd835a01a5.zip
Fixed bare hands sounds.
-rw-r--r--LICENSE5
-rw-r--r--items.xml14
-rw-r--r--paths.xml2
-rw-r--r--sfx/weapons/barehands/hit1.ogg (renamed from sfx/system/hands-hit.ogg)bin17061 -> 17070 bytes
-rw-r--r--sfx/weapons/barehands/miss1.ogg (renamed from sfx/system/hands-miss.ogg)bin22422 -> 22431 bytes
5 files changed, 17 insertions, 4 deletions
diff --git a/LICENSE b/LICENSE
index c5b40e35..461b129a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -324,14 +324,15 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE
sfx/monsters/tortuga/spawn1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex)
## System
sfx/system/critical.ogg (Kenny690) (CC BY-SA 3.0) (-)
- sfx/system/hands-hit.ogg (Kenny690) (CC BY-SA 3.0) (-)
- sfx/system/hands-miss.ogg (Kenny690) (CC BY-SA 3.0) (-)
sfx/system/levelup.ogg (Kenny690) (CC BY-SA 3.0) (-)
sfx/system/quest-done.ogg (Kenny690) (CC BY-SA 3.0) (-)
sfx/system/quest-update.ogg (Kenny690) (CC BY-SA 3.0) (-)
sfx/system/save.ogg (Kenny690) (CC BY-SA 3.0) (-)
sfx/system/skillup.ogg (Kenny690) (CC BY-SA 3.0) (-)
## Weapons
+### Bare Hands
+ sfx/system/barehands/hit1.ogg (Kenny690) (CC BY-SA 3.0) (-)
+ sfx/system/barehands/miss1.ogg (Kenny690) (CC BY-SA 3.0) (-)
### Knife
sfx/weapons/knife/hit1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex)
sfx/weapons/knife/strike1.ogg (Cosmostrator) (CC BY-SA 3.0) (Socapex)
diff --git a/items.xml b/items.xml
index 3108b7a6..bb93ca0b 100644
--- a/items.xml
+++ b/items.xml
@@ -124,30 +124,44 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml.
<item id="-100" type="racesprite" name="Human">
<sprite gender="unisex">races/human-male.xml</sprite>
<sprite gender="female">races/human-female.xml</sprite>
+ <sound event="hit">weapons/barehands/hit1.ogg</sound>
+ <sound event="miss">weapons/barehands/miss1.ogg</sound>
</item>
<item id="-101" type="racesprite" name="Ukar">
<sprite gender="unisex">races/ukar-male.xml</sprite>
<sprite gender="female">races/ukar-female.xml</sprite>
+ <sound event="hit">weapons/barehands/hit1.ogg</sound>
+ <sound event="miss">weapons/barehands/miss1.ogg</sound>
</item>
<item id="-102" type="racesprite" name="Demon">
<sprite gender="unisex">races/demon-male.xml</sprite>
<sprite gender="female">races/demon-female.xml</sprite>
+ <sound event="hit">weapons/barehands/hit1.ogg</sound>
+ <sound event="miss">weapons/barehands/miss1.ogg</sound>
</item>
<item id="-103" type="racesprite" name="Elven">
<sprite gender="unisex">races/elven-male.xml</sprite>
<sprite gender="female">races/elven-female.xml</sprite>
+ <sound event="hit">weapons/barehands/hit1.ogg</sound>
+ <sound event="miss">weapons/barehands/miss1.ogg</sound>
</item>
<item id="-104" type="racesprite" name="Orc">
<sprite gender="unisex">races/orc-male.xml</sprite>
<sprite gender="female">races/orc-female.xml</sprite>
+ <sound event="hit">weapons/barehands/hit1.ogg</sound>
+ <sound event="miss">weapons/barehands/miss1.ogg</sound>
</item>
<item id="-105" type="racesprite" name="Raijin">
<sprite gender="unisex">races/raijin-male.xml</sprite>
<sprite gender="female">races/raijin-female.xml</sprite>
+ <sound event="hit">weapons/barehands/hit1.ogg</sound>
+ <sound event="miss">weapons/barehands/miss1.ogg</sound>
</item>
<item id="-106" type="racesprite" name="Tritan">
<sprite gender="unisex">races/tritan-male.xml</sprite>
<sprite gender="female">races/tritan-female.xml</sprite>
+ <sound event="hit">weapons/barehands/hit1.ogg</sound>
+ <sound event="miss">weapons/barehands/miss1.ogg</sound>
</item>
<!-- Usable Items -->
diff --git a/paths.xml b/paths.xml
index fcb11403..a90ecc40 100644
--- a/paths.xml
+++ b/paths.xml
@@ -16,6 +16,4 @@ Copyright (C) 2010-2013 Evol Online -->
<option name="unknownItemFile" value="../sprites/error.png"/>
<option name="sprites" value="graphics/sprites/"/>
<option name="spriteErrorFile" value="error.xml"/>
- <option name="attackSfxFile" value="system/hands-hit.ogg"/>
- <option name="missSfxFile" value="system/hands-miss.ogg"/>
</configuration>
diff --git a/sfx/system/hands-hit.ogg b/sfx/weapons/barehands/hit1.ogg
index 1988c93a..25c67b87 100644
--- a/sfx/system/hands-hit.ogg
+++ b/sfx/weapons/barehands/hit1.ogg
Binary files differ
diff --git a/sfx/system/hands-miss.ogg b/sfx/weapons/barehands/miss1.ogg
index 574671bd..b7a8030a 100644
--- a/sfx/system/hands-miss.ogg
+++ b/sfx/weapons/barehands/miss1.ogg
Binary files differ