• Dear Guest,

    You're browsing our forum as a Guest meaning you can only see a portion of the forum in read-only mode.
    To view all forum nodes and be able to create threads/posts please register or log-in with your existing account.

    TwinStar team

Mouseover macro or Add-on

petespri

New Member
Joined
May 27, 2015
Hi all-

I am looking for an add-on or macro that will let me do mouseover macros for healing in raids. I am not interested in clique as mouseovers are so much faster.

I heard something about Supermacro? I dont know anything about it. Anyone know if it would work and where to go to get it?

Thanks
 
Thanks for that. Will that one let you mouse over targets in the open world, or does it only mouse over unit frames?
 
/script TargetUnit("mouseover");CastSpellByName("Counterspell");TargetLastTarget();


change for whatever spell.. this doesnt require super macro addon
 
/script SpellStopCasting()
/script if UnitExists("mouseover") then TargetUnit("mouseover");CastSpellByName("Heal(Rank x)");TargetLastTarget();else CastSpellByName("Heal(Rank x)");end

Not sure if this works without SuperMacro(Highly recommended for stuff like /unbuff etc...), or with all unitframes...

http://addons.us.to/addon/supermacro
 
Top Bottom