diff options
author | Ledmitz <smoothshifter@tuta.io> | 2020-11-11 17:19:12 +0000 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-11 14:56:24 -0300 |
commit | 2ae04884a23b84d33cd07e418c35767132230a73 (patch) | |
tree | be093ba09e3e1f742d704f77c7641e7ff7f25d05 | |
parent | 4d1cda1e673c7e51d83eff9291fa0f6da7a2f2ad (diff) | |
download | clientdata-Ledmitz/clientdata-fireball-sfx.tar.gz clientdata-Ledmitz/clientdata-fireball-sfx.tar.bz2 clientdata-Ledmitz/clientdata-fireball-sfx.tar.xz clientdata-Ledmitz/clientdata-fireball-sfx.zip |
Moved fireball.ogg back to env DIR as it is used for different effects and added as a sound for fire-explosion in effects.xmlLedmitz/clientdata-fireball-sfx
-rw-r--r-- | LICENSE | 3 | ||||
-rw-r--r-- | effects.xml | 2 | ||||
-rw-r--r-- | sfx/env/fireball.ogg (renamed from sfx/magic/fireball.ogg) | bin | 18942 -> 18942 bytes |
3 files changed, 2 insertions, 3 deletions
@@ -1456,8 +1456,6 @@ legal@themanaworld.org sfx/items/legacy/rubberbat.ogg (Cosmotrator) (GPL v2) (-) ## Magic -### Fireball - sfx/magic/fireball.ogg (Ledmitz) (CC BY-SA 3.0) (-) ### Heal sfx/magic/heal.ogg (Ledmitz) (CC BY-SA 3.0) (-) @@ -1596,6 +1594,7 @@ legal@themanaworld.org sfx/weapons/bow-wooden/miss1.ogg (Ledmitz) (CC BY-SA 3.0) (smcameron) ## Env sfx/env/fart.ogg (LEGACY) (GUMI) (-) + sfx/env/fireball.ogg (Ledmitz) (CC BY-SA 3.0) (-) # / palette.gpl (Reid) (CC BY-SA 3.0) (-) diff --git a/effects.xml b/effects.xml index f0ed4831..8568a656 100644 --- a/effects.xml +++ b/effects.xml @@ -37,7 +37,7 @@ Copyright (C) 2010-2020 Evol Online --> <effect id="29" audio="npcs/fishing-cast.ogg"/> <!-- Throwing the bait in the water, in the fishing script. --> <effect id="30" audio="npcs/fishing-bite.ogg"/> <!-- Fish biting the bait, in the fishing script. --> <effect id="33" audio="monsters/piou/hit1.ogg"/> <!-- when clicking the flying piou --> - <effect id="34" particle="graphics/particles/fire-explosion.xml"/> <!-- An explosion of white particles / LEGACY --> + <effect id="34" audio="env/fireball.ogg" particle="graphics/particles/fire-explosion.xml"/> <!-- An explosion of white particles / LEGACY --> <effect id="35" particle="graphics/particles/magic-shield.xml"/> <!-- A magic shield particle effect. --> <effect id="36" particle="graphics/particles/magic.shield-ends.xml"/> <effect id="37" particle="graphics/particles/lightning1.xml"/> diff --git a/sfx/magic/fireball.ogg b/sfx/env/fireball.ogg Binary files differindex 3e7cc48e..3e7cc48e 100644 --- a/sfx/magic/fireball.ogg +++ b/sfx/env/fireball.ogg |