Where am I supposed to put the LUA with Mangos (reaper-x mangos) It worked great this far, but I cant figure out where to put the script. Also, when editing the script, am I supposed to put the spells name or the spells ID in the orange text?
Where am I supposed to put the LUA with Mangos (reaper-x mangos) It worked great this far, but I cant figure out where to put the script. Also, when editing the script, am I supposed to put the spells name or the spells ID in the orange text?
nice, gonna use it for my Stormwind vaults instance
so like for example
function Boss_Spell3(pUnit, event)
pUnit:FullCastSpellOnTarget(17173, pUnit:GetMainTank())
pUnit:SendChatMessage(12, 0, "I want your life")
end
would be???
function Lucifron_Arcane_Explosion(pUnit, event)
pUnit:FullCastSpellOnTarget(17173, pUnit:GetMainTank())
pUnit:SendChatMessage(12, 0, "I want your life")
end
like that? thats just an example lol
Last edited by Wolverine77; 06-13-2008 at 03:24 PM.