summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-13 11:41:32 -0300
committerJesusaves <cpntb1@ymail.com>2020-10-13 11:41:32 -0300
commitdfbd05e6fea0502c58c2d4d5e0ae736cdc607f29 (patch)
treeb5b915389855f6dbd9e014083dc10ff626b005b3
parent4ec88293cb7d1825933642c53f6ceee42026bca3 (diff)
downloadclientdata-dfbd05e6fea0502c58c2d4d5e0ae736cdc607f29.tar.gz
clientdata-dfbd05e6fea0502c58c2d4d5e0ae736cdc607f29.tar.bz2
clientdata-dfbd05e6fea0502c58c2d4d5e0ae736cdc607f29.tar.xz
clientdata-dfbd05e6fea0502c58c2d4d5e0ae736cdc607f29.zip
Fix bugs on forest bow
-rw-r--r--items/equip-2hand/item545_ForestBow.xml4
-rw-r--r--monsters/monster1147_Koyntety.xml4
-rw-r--r--monsters/monster1149_TheEnchanter.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/items/equip-2hand/item545_ForestBow.xml b/items/equip-2hand/item545_ForestBow.xml
index c68a3306..7fa5afd0 100644
--- a/items/equip-2hand/item545_ForestBow.xml
+++ b/items/equip-2hand/item545_ForestBow.xml
@@ -9,7 +9,7 @@
<item id="545" image="equipment/weapon/bow-forestbow.png" name="Forest Bow" description="A bow usually used for hunting." attack="70" type="equip-2hand" attack-action="attack_bow" attack-range="5" weight="1200" missile-particle="graphics/particles/arrow.particle.xml">
<sprite gender="unisex">equipment/weapons/bow.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
<sprite gender="female">equipment/weapons/bow-female.xml|#48488c,48488e,48488f,695c21,5f5fbe,827229,6e6edb,9493a4,a4adff,bab8c2,bcbbc6,e3eaff;#332c19,443a20,453b1e,61532d,87733d,a58d4d</sprite>
- <sound event="strike">weapons/bows/forest-miss1.ogg</sound>
- <sound event="hit">weapons/bows/forest-hit1.ogg</sound>
+ <sound event="strike">weapons/bows/forest/forest-miss1.ogg</sound>
+ <sound event="hit">weapons/bows/forest/forest-hit1.ogg</sound>
</item>
</items>
diff --git a/monsters/monster1147_Koyntety.xml b/monsters/monster1147_Koyntety.xml
index 03fe51dd..a8c3d310 100644
--- a/monsters/monster1147_Koyntety.xml
+++ b/monsters/monster1147_Koyntety.xml
@@ -10,7 +10,7 @@
<sprite>equipment/angel-wings.xml</sprite>
<sprite>equipment/weapons/bow-female.xml</sprite>
<attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack_bow"/>
- <sound event="hit">weapons/bows/bow-forest-hit1.ogg</sound>
- <sound event="miss">weapons/bows/bow-forest-miss1.ogg</sound>
+ <sound event="hit">weapons/bows/forest/forest-hit1.ogg</sound>
+ <sound event="miss">weapons/bows/forest/forest-miss1.ogg</sound>
</monster>
</monsters>
diff --git a/monsters/monster1149_TheEnchanter.xml b/monsters/monster1149_TheEnchanter.xml
index 1a420112..adf72c60 100644
--- a/monsters/monster1149_TheEnchanter.xml
+++ b/monsters/monster1149_TheEnchanter.xml
@@ -10,7 +10,7 @@
<sprite>equipment/weapons/bow-female.xml</sprite>
<particlefx>graphics/particles/doom.particle.xml</particlefx>
<attack id="1" critical-hit-effect-id="16" missile-particle="graphics/particles/fire-burst.xml" action="attack_bow"/>
- <sound event="hit">weapons/bows/bow-forest-hit1.ogg</sound>
- <sound event="miss">weapons/bows/bow-forest-miss1.ogg</sound>
+ <sound event="hit">weapons/bows/forest/forest-hit1.ogg</sound>
+ <sound event="miss">weapons/bows/forest/forest-miss1.ogg</sound>
</monster>
</monsters>