summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-01-08 23:58:09 +0100
committerReid <reidyaro@gmail.com>2012-01-08 23:58:09 +0100
commit346bdf048c362130af3d4743f2a2c23201852f13 (patch)
tree8aa153f626a10affbc592d7117062786533ac3e1
parentd018ea2535932b5c5bbf1d8c70cf53a7bbb07aef (diff)
downloadclientdata-346bdf048c362130af3d4743f2a2c23201852f13.tar.gz
clientdata-346bdf048c362130af3d4743f2a2c23201852f13.tar.bz2
clientdata-346bdf048c362130af3d4743f2a2c23201852f13.tar.xz
clientdata-346bdf048c362130af3d4743f2a2c23201852f13.zip
Remove some wrong sfx for pious monsters,
Change Nard's offsetX on his XML file.
-rw-r--r--graphics/sprites/npcs/XML1/nard.xml2
-rw-r--r--monsters.xml8
-rw-r--r--sfx/monsters/pious/pious-hit-2.oggbin10473 -> 0 bytes
-rw-r--r--sfx/monsters/pious/pious-move-1.oggbin17482 -> 0 bytes
-rw-r--r--sfx/monsters/pious/pious-move-2.oggbin15491 -> 0 bytes
-rw-r--r--sfx/monsters/pious/pious-move-3.oggbin18005 -> 0 bytes
6 files changed, 1 insertions, 9 deletions
diff --git a/graphics/sprites/npcs/XML1/nard.xml b/graphics/sprites/npcs/XML1/nard.xml
index c5dd4bec..7bf901b4 100644
--- a/graphics/sprites/npcs/XML1/nard.xml
+++ b/graphics/sprites/npcs/XML1/nard.xml
@@ -2,7 +2,7 @@
<!-- Author : Reid
Copyright (C) 2012 Evol Online -->
<sprite>
- <imageset name="base" src="graphics/sprites/npcs/sprite/nard.png" width="64" height="64" offsetX="-16" />
+ <imageset name="base" src="graphics/sprites/npcs/sprite/nard.png" width="64" height="64" offsetX="16" />
<action name="stand" imageset="base">
<animation direction="default">
<frame index="0" delay="10000"/>
diff --git a/monsters.xml b/monsters.xml
index 6aec3712..a1564d1c 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -29,13 +29,9 @@ exemple :
<sprite>monsters/chick.xml</sprite>
<sound event="die">monsters/pious/pious-die-1.ogg</sound>
<sound event="hit">monsters/pious/pious-hit-1.ogg</sound>
- <sound event="hit">monsters/pious/pious-hit-2.ogg</sound>
<sound event="hurt">monsters/pious/pious-hurt-1.ogg</sound>
<sound event="hurt">monsters/pious/pious-hurt-2.ogg</sound>
<sound event="miss">monsters/pious/pious-miss-1.ogg</sound>
- <sound event="move">monsters/pious/pious-move-1.ogg</sound>
- <sound event="move">monsters/pious/pious-move-2.ogg</sound>
- <sound event="move">monsters/pious/pious-move-3.ogg</sound>
<sound event="spawn">monsters/pious/pious-spawn-1.ogg</sound>
</monster>
<monster id="1" name="Pi-Pious" targetCursor="small" walkType="walk">
@@ -43,13 +39,9 @@ exemple :
<sprite>accessories/acc-chick-egg.xml</sprite>
<sound event="die">monsters/pious/pious-die-1.ogg</sound>
<sound event="hit">monsters/pious/pious-hit-1.ogg</sound>
- <sound event="hit">monsters/pious/pious-hit-2.ogg</sound>
<sound event="hurt">monsters/pious/pious-hurt-1.ogg</sound>
<sound event="hurt">monsters/pious/pious-hurt-2.ogg</sound>
<sound event="miss">monsters/pious/pious-miss-1.ogg</sound>
- <sound event="move">monsters/pious/pious-move-1.ogg</sound>
- <sound event="move">monsters/pious/pious-move-2.ogg</sound>
- <sound event="move">monsters/pious/pious-move-3.ogg</sound>
<sound event="spawn">monsters/pious/pious-spawn-1.ogg</sound>
</monster>
<monster id="2" name="Tortugas" targetCursor="small" walkType="walkswim">
diff --git a/sfx/monsters/pious/pious-hit-2.ogg b/sfx/monsters/pious/pious-hit-2.ogg
deleted file mode 100644
index fec2fa42..00000000
--- a/sfx/monsters/pious/pious-hit-2.ogg
+++ /dev/null
Binary files differ
diff --git a/sfx/monsters/pious/pious-move-1.ogg b/sfx/monsters/pious/pious-move-1.ogg
deleted file mode 100644
index 0628f610..00000000
--- a/sfx/monsters/pious/pious-move-1.ogg
+++ /dev/null
Binary files differ
diff --git a/sfx/monsters/pious/pious-move-2.ogg b/sfx/monsters/pious/pious-move-2.ogg
deleted file mode 100644
index bc880719..00000000
--- a/sfx/monsters/pious/pious-move-2.ogg
+++ /dev/null
Binary files differ
diff --git a/sfx/monsters/pious/pious-move-3.ogg b/sfx/monsters/pious/pious-move-3.ogg
deleted file mode 100644
index 55126c27..00000000
--- a/sfx/monsters/pious/pious-move-3.ogg
+++ /dev/null
Binary files differ