diff options
author | Ledmitz <69915785+Ledmitz@users.noreply.github.com> | 2022-04-29 23:45:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-29 23:45:14 -0300 |
commit | f9a418a4bdbacf6db85f513f0f7c1bf49ac881bd (patch) | |
tree | 3059da398351aa735e1f16e5327dcd81c41458c9 | |
parent | 5c89d6087b5edb8497a629f7d24fdff6294013d2 (diff) | |
download | clientdata-f9a418a4bdbacf6db85f513f0f7c1bf49ac881bd.tar.gz clientdata-f9a418a4bdbacf6db85f513f0f7c1bf49ac881bd.tar.bz2 clientdata-f9a418a4bdbacf6db85f513f0f7c1bf49ac881bd.tar.xz clientdata-f9a418a4bdbacf6db85f513f0f7c1bf49ac881bd.zip |
<Ledmitz> am i too late?
-rw-r--r-- | items/equip-1hand/item5284_Revolver.xml | 4 | ||||
-rw-r--r-- | items/equip-1hand/item587_Sword.xml | 6 | ||||
-rw-r--r-- | sfx/weapons/gun/shot.ogg | bin | 0 -> 6049 bytes |
3 files changed, 6 insertions, 4 deletions
diff --git a/items/equip-1hand/item5284_Revolver.xml b/items/equip-1hand/item5284_Revolver.xml index 1e30658b..6fd195ef 100644 --- a/items/equip-1hand/item5284_Revolver.xml +++ b/items/equip-1hand/item5284_Revolver.xml @@ -23,7 +23,7 @@ sellProtected="true" weight="3000"> <sprite>equipment/weapons/gun.xml</sprite> - <sound event="hit">weapons/gunstaff/shot.ogg</sound> - <sound event="miss">weapons/gunstaff/shot.ogg</sound> + <sound event="hit">weapons/gun/shot.ogg</sound> + <sound event="miss">weapons/gun/shot.ogg</sound> </item> </items> diff --git a/items/equip-1hand/item587_Sword.xml b/items/equip-1hand/item587_Sword.xml index 8c5c89d6..e1bb8ba3 100644 --- a/items/equip-1hand/item587_Sword.xml +++ b/items/equip-1hand/item587_Sword.xml @@ -22,8 +22,10 @@ critical-hit-effect-id="30" weight="1500"> <sprite>equipment/weapons/jackal.xml</sprite> - <sound event="hit">weapons/piouslayer/hit1.ogg</sound> - <sound event="miss">weapons/piouslayer/miss1.ogg</sound> + <sound event="hit">weapons/other/halberd/halberd-hit1.ogg</sound> + <sound event="hit">weapons/other/halberd/halberd-hit2.ogg</sound> + <sound event="hit">weapons/other/halberd/halberd-hit3.ogg</sound> + <sound event="miss">weapons/swords/sword-miss1.ogg</sound> </item> </items> diff --git a/sfx/weapons/gun/shot.ogg b/sfx/weapons/gun/shot.ogg Binary files differnew file mode 100644 index 00000000..70f7c6ed --- /dev/null +++ b/sfx/weapons/gun/shot.ogg |