summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-11-01 21:35:22 +0400
committerAlige <aligetmw@hotmail.fr>2012-11-01 21:35:22 +0400
commit05a9ec4c1166c16addf849e4bb51ba3f11dc032c (patch)
tree2f0392c6d790b3c4fdd70ce80541214a9c3c03b7
parent6e933d65ed58327fafc7d618e8c28cfdd7233b03 (diff)
downloadclientdata-05a9ec4c1166c16addf849e4bb51ba3f11dc032c.tar.gz
clientdata-05a9ec4c1166c16addf849e4bb51ba3f11dc032c.tar.bz2
clientdata-05a9ec4c1166c16addf849e4bb51ba3f11dc032c.tar.xz
clientdata-05a9ec4c1166c16addf849e4bb51ba3f11dc032c.zip
Fixed dagger spritesheet and now used as default.
Useless sfx removed.
-rw-r--r--graphics/sprites/equipment/weapons/dagger.pngbin2016 -> 0 bytes
-rw-r--r--graphics/sprites/equipment/weapons/dagger.xml31
-rw-r--r--graphics/sprites/equipment/weapons/knife.pngbin2719 -> 3075 bytes
-rw-r--r--items.xml6
-rw-r--r--sfx/weapons/bows/strike1.oggbin9053 -> 0 bytes
-rw-r--r--sfx/weapons/daggers/dagger-hit1.oggbin6222 -> 0 bytes
-rw-r--r--sfx/weapons/daggers/dagger-strike1.oggbin8188 -> 0 bytes
7 files changed, 3 insertions, 34 deletions
diff --git a/graphics/sprites/equipment/weapons/dagger.png b/graphics/sprites/equipment/weapons/dagger.png
deleted file mode 100644
index f691ef3f..00000000
--- a/graphics/sprites/equipment/weapons/dagger.png
+++ /dev/null
Binary files differ
diff --git a/graphics/sprites/equipment/weapons/dagger.xml b/graphics/sprites/equipment/weapons/dagger.xml
deleted file mode 100644
index e6a9446b..00000000
--- a/graphics/sprites/equipment/weapons/dagger.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Author: Reid
-Copyright (C) 2011-2012 Evol Online -->
-<sprite>
- <imageset name="base"
- src="graphics/sprites/equipment/weapons/dagger.png"
- width="64"
- height="64"/>
-
- <action name="default" imageset="base">
- </action>
-
- <action name="attack" imageset="base">
- <animation direction="down">
- <sequence start="0" end="3" delay="75"/>
- <end />
- </animation>
- <animation direction="left">
- <sequence start="4" end="7" delay="75"/>
- <end />
- </animation>
- <animation direction="up">
- <sequence start="8" end="11" delay="75"/>
- <end />
- </animation>
- <animation direction="right">
- <sequence start="12" end="15" delay="75"/>
- <end />
- </animation>
- </action>
-</sprite>
diff --git a/graphics/sprites/equipment/weapons/knife.png b/graphics/sprites/equipment/weapons/knife.png
index 6f233aaf..8886b1ea 100644
--- a/graphics/sprites/equipment/weapons/knife.png
+++ b/graphics/sprites/equipment/weapons/knife.png
Binary files differ
diff --git a/items.xml b/items.xml
index 24ba054e..9e948161 100644
--- a/items.xml
+++ b/items.xml
@@ -150,9 +150,9 @@ Colors for dyable equipments or items are now set up by itemcolors.xml.
<!-- Weapon Animations -->
<item id="30" type="other">
- <sprite>dagger.xml</sprite>
- <sound event="hit">weapons/daggers/dagger-hit1.ogg</sound>
- <sound event="strike">weapons/daggers/dagger-strike1.ogg</sound>
+ <sprite>knifer.xml</sprite>
+ <sound event="hit">weapons/knives/knife-hit1.ogg</sound>
+ <sound event="strike">weapons/knives/knife-strike1.ogg</sound>
</item>
diff --git a/sfx/weapons/bows/strike1.ogg b/sfx/weapons/bows/strike1.ogg
deleted file mode 100644
index 37c539a0..00000000
--- a/sfx/weapons/bows/strike1.ogg
+++ /dev/null
Binary files differ
diff --git a/sfx/weapons/daggers/dagger-hit1.ogg b/sfx/weapons/daggers/dagger-hit1.ogg
deleted file mode 100644
index f5a35f34..00000000
--- a/sfx/weapons/daggers/dagger-hit1.ogg
+++ /dev/null
Binary files differ
diff --git a/sfx/weapons/daggers/dagger-strike1.ogg b/sfx/weapons/daggers/dagger-strike1.ogg
deleted file mode 100644
index 22a5d72a..00000000
--- a/sfx/weapons/daggers/dagger-strike1.ogg
+++ /dev/null
Binary files differ