I must've gotten this pre-enabled with a Launcher update. I have all other default mods enabled.
This SuperWoWhook.dll crashes my game if I try to create macros between length 256-510. I.e. it prevents macros of length longer than 256. Anyone else experience this and know how to fix?
https://octowow.st/bug-report?id=599
This is the glorious genius macro I wanna use (it worked before and works if I disable SuperWoWhook.dll--although it is rendered erroneous between client restarts due to macro character length limit enforced at 256):
/run if CastingBarFrame.casting then return end local a,p,m,t,u=UnitCanAssist,"player","mouseover","target"u=a(p,m)and m or a(p,t)and t or p if u==m then TargetUnit(m)end CastSpellByName"Holy Light"if u==m then TargetLastTarget()end SendChatMessage("Healing: "..UnitName(u),ChatFrameEditBox.chatType)