Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: Nuru0190
Forum: AddOn Help/Support 01-25-14, 03:29 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Oki :) So the addon is named " Call me Kenshiro...

Oki :)
So the addon is named " Call me Kenshiro ".
If it is approved, please take the time to have a look :)

I listed all your addons in the description!
Forum: AddOn Help/Support 01-25-14, 12:52 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
I posted the addon on Curse. It's waiting...

I posted the addon on Curse. It's waiting approval now.
Of course, you are credited for making half the work.
Can you give me a link to your mods, i would like to put it in the overview section so...
Forum: AddOn Help/Support 01-25-14, 09:29 AM
Replies: 47
Views: 12,871
Posted By Nuru0190
Well, even though i spent some time on the sound...

Well, even though i spent some time on the sound files, the editing, etc.. you did all the coding, so it's as much my addon as it is yours.
How about i try to upload it on curse, or wowinterface?
Forum: AddOn Help/Support 01-25-14, 08:21 AM
Replies: 47
Views: 12,871
Posted By Nuru0190
I edited this post a dozen times now :p So I...

I edited this post a dozen times now :p

So I know how to add new spells now, all of them work, including Tiger's Lust.

I think i also understand more or less why you wrote the code the way you...
Forum: AddOn Help/Support 01-25-14, 03:53 AM
Replies: 47
Views: 12,871
Posted By Nuru0190
All right, i've got total of 22 spells...

All right, i've got total of 22 spells listed.
There is one however - Tiger's Lust - that not only doesn't play the associated sound, but also prevents all the other sound files from playing. I...
Forum: AddOn Help/Support 01-25-14, 01:42 AM
Replies: 47
Views: 12,871
Posted By Nuru0190
Thanks semlar, Juste woke up (i live in France),...

Thanks semlar,
Juste woke up (i live in France), gonna try this right now.

Alright, it works flawlessly!
It's really good because even for spells such as Flying Serpent Kick, i had the voice file...
Forum: AddOn Help/Support 01-24-14, 05:36 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Ok, thank you much!

Ok, thank you much!
Forum: AddOn Help/Support 01-24-14, 05:03 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
I already tried that, but i wrote it like...

I already tried that, but i wrote it like this:

local Channeled = {
['Fists of Fury'] = true,
['Spinning Crane Kick'] = true,
}
(i deleted the Spinning Crane Kick in local instants)

Fists of...
Forum: AddOn Help/Support 01-24-14, 04:44 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
I don't know if you're still around, but...

I don't know if you're still around, but actually, i got an issue with the "Spinning Crane Kick". This time, it's this spell that has an eccho. It ecchoes 3 times.
All the other spells work...
Forum: AddOn Help/Support 01-24-14, 03:58 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Truly, you have no idea how long i browsed the...

Truly, you have no idea how long i browsed the net and how long i tried to fix these issues by myself! ^^
You really helped a lot, here.

I just donated 10 bucks for your local coffee house ;)
Hope...
Forum: AddOn Help/Support 01-24-14, 03:39 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Sure, trying now. Ok, you were right, it was...

Sure, trying now.
Ok, you were right, it was actually coming from the sound file itself.

You know, you helped me a great deal here! I really spent a lot of time trying to fix this myself, to no...
Forum: AddOn Help/Support 01-24-14, 03:35 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Yes, here is the copy of the file name: Flying...

Yes, here is the copy of the file name: Flying Serpent Kick.ogg
Is it possible to write the spell ID instead of the name to make sure that game recognizes it?
Forum: AddOn Help/Support 01-24-14, 03:32 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Yes, it does write: UNIT_SPELLCAST_SUCCEEDED...

Yes, it does write:
UNIT_SPELLCAST_SUCCEEDED Flying Serpent Kick

However, no sound plays.
Forum: AddOn Help/Support 01-24-14, 03:25 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
You sir, are a genius! It works...

You sir, are a genius! It works perfectly.
However, i've got one last question: it doesn't trigger the sound file for one spell only: "Flying Serpent Kick".
I think it comes from the game that...
Forum: AddOn Help/Support 01-24-14, 03:18 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Nice, it works with the spell name i typed. I...

Nice, it works with the spell name i typed. I checked directly with "Fists of Fury", and there is no eccho.
How can i do now to have all 16 sounds working?
Forum: AddOn Help/Support 01-24-14, 03:06 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
The path is correct: D:\PC Games\MMORPG\World of...

The path is correct:
D:\PC Games\MMORPG\World of Warcraft\Interface\AddOns\Hokutonomonk\sounds

The spell names are correct, i checked and double checked them.

However, i don't get what you mean by...
Forum: AddOn Help/Support 01-24-14, 02:54 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Ok, trying now. Ok, so now i got no LUA error...

Ok, trying now.

Ok, so now i got no LUA error anymore and in my chat window, i got messages saying:
UNIT_SPELLCAST_SUCCEEDED "spell name"

I got no sound playing.
Forum: AddOn Help/Support 01-24-14, 02:50 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
I restart the client everytime, yes. I got no...

I restart the client everytime, yes.

I got no result with the code, and when i put " Print(event, spellName) ", i get a LUA error message in game.
However, since i'm really ignorant with coding, i'm...
Forum: AddOn Help/Support 01-24-14, 02:40 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Ok, copying and trying now. Question: when i copy...

Ok, copying and trying now.
Question: when i copy your code, every line is shifted 4 columns to the right. Does it matter?
Forum: AddOn Help/Support 01-24-14, 02:30 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
I pasted it exactly as you wrote it, and it...

I pasted it exactly as you wrote it, and it doesn't work. No sound is playing.
Did i do anything wrong?

Yes, every sound file has the exact same name as the skill it is associated with.
Forum: AddOn Help/Support 01-24-14, 02:25 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Ok, i will put that in the LUA file, but where do...

Ok, i will put that in the LUA file, but where do i put the lines for sound files associated with spells?

Oh, nevermind, i think i get it...
Let me try it.
Forum: AddOn Help/Support 01-24-14, 02:23 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
I have close to 0 knowledge when it comes to LUA...

I have close to 0 knowledge when it comes to LUA coding. However, if i understand, the only thing that needs to be changed is "if type=="SPELL_CAST_SUCCESS" then..." Am i correct?
What should i write...
Forum: AddOn Help/Support 01-24-14, 02:12 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
Wow, thanks for the answer, that was fast! It...

Wow, thanks for the answer, that was fast!
It makes sense, i understand.

However, i have no idea how to fix this in the LUA file. Would you be so kind as to rewrite for me the lines that need to be...
Forum: AddOn Help/Support 01-24-14, 02:00 PM
Replies: 47
Views: 12,871
Posted By Nuru0190
HELP: An eccho issue with a sound addon

Hi,

Recently, i downloaded for my monk an addon called "hokuto no monk". It's a simple addon with no interface that adds sounds for certain "spells". For example, when using "fists of fury", it will...
Showing results 1 to 24 of 24