How To: mouseover with most tooltips

Game configuration tutorials, addons and macros.

How To: mouseover with most tooltips

by napredator » Mon May 25, 2015 9:20 am

There is a way to use mouseover macro's in vanilla but it's a pain in the ass to get it as close to retail as possible, so i made this short video.

https://www.youtube.com/watch?v=sTjVAMDkXbk&hd=1

Unfortunately theorycraft doesn't support tooltips for stuff like dispel or buffs, however if you use the "both" macro on them you can still see the cooldown.

Theorycraft
http://www.mediafire.com/download/89gp9 ... yCraft.rar

Classic Mouseover
http://www.wow-one.com/forum/topic/1380 ... seover-cm/

Healing
-------

Code: Select all
/CMCast Heal(Rank 2)
/Script if UnitIsFriend("player", "target") then CastSpellByName("Heal(Rank 2)") else CastSpellByName("Heal(Rank 2)", 1); end


Damage
------

Code: Select all
/script CM:Cast("Holy Fire(Rank 6)")
/cast Holy Fire(Rank 6)
/script CastSpellByName('Holy Fire(Rank 6)', true)


Both
----

Code: Select all
/script CM:Cast("Dispel Magic(Rank 2)")
/script CastSpellByName('Dispel Magic(Rank 2)', true)
/cast Dispel Magic(Rank 2)
User avatar
napredator
Senior Sergeant
Senior Sergeant
 

Return to Getting started on Nostalrius