diff options
author | Alige <aligetmw@hotmail.fr> | 2012-12-20 22:38:41 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-12-20 22:44:02 +0400 |
commit | 8de7307cb516bae9617d939f12f50501cf5f5726 (patch) | |
tree | 22e1c69c59300ca03f30c3d297b38a490821de79 | |
parent | 2231879b30a6049094f16e8dea09af8e7b6a99ec (diff) | |
download | clientdata-8de7307cb516bae9617d939f12f50501cf5f5726.tar.gz clientdata-8de7307cb516bae9617d939f12f50501cf5f5726.tar.bz2 clientdata-8de7307cb516bae9617d939f12f50501cf5f5726.tar.xz clientdata-8de7307cb516bae9617d939f12f50501cf5f5726.zip |
Fixed some isues in items.xml and added new sounds for the Piou Slayer weapon.
Balanced knife/hit1.ogg sound effect, it was too loud compared to other sound effects.
-rw-r--r-- | items.xml | 8 | ||||
-rw-r--r-- | sfx/weapons/knife/hit1.ogg | bin | 6506 -> 8571 bytes | |||
-rw-r--r-- | sfx/weapons/piouslayer/hit1.ogg | bin | 0 -> 6227 bytes | |||
-rw-r--r-- | sfx/weapons/piouslayer/strike1.ogg | bin | 0 -> 8193 bytes |
4 files changed, 4 insertions, 4 deletions
@@ -150,7 +150,7 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <!-- Weapon Animations --> <item id="30" type="other"> - <sprite>knifer.xml</sprite> + <sprite>knife.xml</sprite> <sound event="hit">weapons/knife/hit1.ogg</sound> <sound event="strike">weapons/knife/strike1.ogg</sound> </item> @@ -696,9 +696,9 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. weight="90" maxFloorOffsetX="9" maxFloorOffsetY="12"> - <sprite>equipment/weapons/knife.xml</sprite> - <sound event="hit">weapons/knife/hit1.ogg</sound> - <sound event="strike">weapons/knife/strike1.ogg</sound> + <sprite>equipment/weapons/piouslayer.xml</sprite> + <sound event="hit">weapons/piouslayer/hit1.ogg</sound> + <sound event="strike">weapons/piouslayer/strike1.ogg</sound> </item> </items> diff --git a/sfx/weapons/knife/hit1.ogg b/sfx/weapons/knife/hit1.ogg Binary files differindex 94c83972..64c7c8d7 100644 --- a/sfx/weapons/knife/hit1.ogg +++ b/sfx/weapons/knife/hit1.ogg diff --git a/sfx/weapons/piouslayer/hit1.ogg b/sfx/weapons/piouslayer/hit1.ogg Binary files differnew file mode 100644 index 00000000..66a22357 --- /dev/null +++ b/sfx/weapons/piouslayer/hit1.ogg diff --git a/sfx/weapons/piouslayer/strike1.ogg b/sfx/weapons/piouslayer/strike1.ogg Binary files differnew file mode 100644 index 00000000..126a993c --- /dev/null +++ b/sfx/weapons/piouslayer/strike1.ogg |