View Single Post
01-24-14, 02:50 PM   #12
Nuru0190
A Fallenroot Satyr
Join Date: Jan 2014
Posts: 24
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 not sure i did things right.

I typed like this:

or (event == 'UNIT_SPELLCAST_SUCCEEDED' and Instants[spellName]) then
Print(event, spellName)
PlaySoundFile

Print(even, spellName) and PlaySoundFile lines both start below "then" fom the line above.

Last edited by Nuru0190 : 01-24-14 at 02:52 PM.
  Reply With Quote