Ok guys i just got a simple question , about Lua Scripts.... how do you know they are enabled? i dont have any knownledge about compiling..and i dont know how to see if my server got lua enabled.. i made a simple script for my custom boss and its not working..so i was wondering if it was because i didnt have lua enabled or because my script had error..
Here the code:
function Grubloash_BerserkerCharge (pUnit, Event)
pUnit:CastSpell (26561)
end
RegisterUnitEvent (16524, 4, "Grubloash_BerserkerCharge")
Plz help me a bit guys