Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: Nuru0190 on January 24, 2014, 05:38:07 pm

Title: [LUA]  Eccho issue with a sound mod, HELP !
Post by: Nuru0190 on January 24, 2014, 05:38:07 pm
Hi,

Firstly, i apologize if i post this thread in the wrong section since i'm not really sure the problem comes from the LUA file...
Anyway, i downloaded a mod from Curse called Hokuto no Monk that adds new sounds triggered by the use of certain skills.
For example, the use of "Fists of Fury" triggers a "aaaaaatatatatata" sound, kind of like Bruce lee.
For this particular example, there is an eccho of sort, and i didn't really like it. So i decided to download my own sound set, and replace the sounds i didn't like with my own.

However, whatever the sound i try to replace the "aaaatatatata" with, the new sound is ALSO always ecchoed. I tried to tweak the LUA file a little, but i'm very ignorant about all that coding thing, and i can't seem to fix the problem.

I joined the two LUA files in text format to show you, the original one and the modified one.

So my problem is that i can't get rid of that eccho for the Fists of Fury sound. The line for Fists of Fury in the LUA file is exactly the same as the other lines for the other spells, but there is that eccho, and i just don't know where it comes from.
When i play the sound with WMP however, there is no eccho at all (original sound file or my own sound file). So i'm pretty sure it comes from the coding in the LUA file.

The other problem i encountered is that Flying Serpent Kick doesn't trigger the associated sound. I double checked the spelling for the spell name, and it's correct. So, i don't understand why i can't hear the sound even though the LUA line seems to be correct.

A bit of help for these 2 issues would be greatly appreciated. :)