summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertram <bertram@cegetel.net>2009-09-06 14:11:57 +0200
committerBertram <bertram@cegetel.net>2009-09-06 14:11:57 +0200
commit2f929eb6065cd29cba051815b28a43fee921c752 (patch)
tree51d53e755fbd4b14cbc78a5556e438d6ac1025d1
parenta4494bf2a020a738e887adf0303596fcc38a4389 (diff)
downloadclientdata-2f929eb6065cd29cba051815b28a43fee921c752.tar.gz
clientdata-2f929eb6065cd29cba051815b28a43fee921c752.tar.bz2
clientdata-2f929eb6065cd29cba051815b28a43fee921c752.tar.xz
clientdata-2f929eb6065cd29cba051815b28a43fee921c752.zip
Finally, resolved Mantis #732 thanks to Krazyjakee and Freeyorp for his kind support.
-rw-r--r--items.xml10
-rwxr-xr-xsfx/weapons/knives/sharpknife-miss1.oggbin0 -> 5861 bytes
-rwxr-xr-xsfx/weapons/swords/firesword-miss1.oggbin0 -> 8420 bytes
-rwxr-xr-xsfx/weapons/swords/sabre-hit1.oggbin0 -> 6686 bytes
4 files changed, 7 insertions, 3 deletions
diff --git a/items.xml b/items.xml
index 01bcbdbb..fdd39781 100644
--- a/items.xml
+++ b/items.xml
@@ -294,7 +294,9 @@
attack-min="8"
attack-delta="2"
attack-range="32"
- view="521"/>
+ view="521">
+ <sound event="strike">weapons/knives/sharpknife-miss1.ogg</sound>
+ </item>
<item id="523"
image="armor-chest-leathershirt.png"
name="Leather Shirt"
@@ -1024,7 +1026,9 @@
type="equip-1hand"
weapon-type="sword"
weight="10"
- max-per-slot="1"/>
+ max-per-slot="1">
+ <sound event="strike">weapons/swords/firesword-miss1.ogg</sound>
+ </item>
<item id="600"
image="armor-shield-britshield.png"
name="Brit Shield"
@@ -2711,7 +2715,7 @@
max-per-slot="1">
<sprite>weapon-dagger.xml</sprite>
<sound event="strike">weapons/swords/short-sword-miss1.ogg</sound>
- <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound>
+ <sound event="hit">weapons/swords/sabre-hit1.ogg</sound>
</item>
<item id="1216"
image="armor-head-mouboohead.png"
diff --git a/sfx/weapons/knives/sharpknife-miss1.ogg b/sfx/weapons/knives/sharpknife-miss1.ogg
new file mode 100755
index 00000000..07ea44b4
--- /dev/null
+++ b/sfx/weapons/knives/sharpknife-miss1.ogg
Binary files differ
diff --git a/sfx/weapons/swords/firesword-miss1.ogg b/sfx/weapons/swords/firesword-miss1.ogg
new file mode 100755
index 00000000..fb339a24
--- /dev/null
+++ b/sfx/weapons/swords/firesword-miss1.ogg
Binary files differ
diff --git a/sfx/weapons/swords/sabre-hit1.ogg b/sfx/weapons/swords/sabre-hit1.ogg
new file mode 100755
index 00000000..a6b35991
--- /dev/null
+++ b/sfx/weapons/swords/sabre-hit1.ogg
Binary files differ