Ok, I am still a bit rusty on lua scripting but I used a tutorial to help out with this one and it still doesn't work.
The error is as follows, usually can fix those but it doesn't want to -
<eof>' expected near 'end'
function ElderBloodhoof_Define(Unit, Event)
ElderBloodhoof = Unit
end
function ElderBladesing_Define(Unit, Event)
ElderBladesing = Unit
ElderBladesing:RegisterEvent("ElderBladesing_Channel", 10000, 1)
end
function ElderBladesing_Channel(Unit, Event)
Elder Bladesing:FullCastSpellOnTarget(47257, ElderBloodhoof)
end
end
RegisterUnitEvent(15599, 18, "ElderBladesing_Define)
RegisterUnitEvent(15575, 18, "ElderBloodhoof_Define")
Thanks in advance![]()