#showtooltip
/cast [@mouseover, @target, @player] Healing Wave
Can you write correct simple macro for heal with priority mouseover >> target >> (no target or target enemy=player)
Now my macro heal only myself
'); document.write(''); var yuipath = 'clientscript/yui'; var yuicombopath = ''; var remoteyui = false; } else // Load Rest of YUI remotely (where possible) { var yuipath = 'https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build'; var yuicombopath = ''; var remoteyui = true; if (!yuicombopath) { document.write(''); } } var SESSIONURL = ""; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "warmane/misc"; var IMGDIR_BUTTON = "warmane/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "422"; var BBURL = "https://forum.warmane.com"; var LOGGEDIN = 0 > 0 ? true : false; var THIS_SCRIPT = "showthread"; var RELPATH = "showthread.php?t=476739"; var PATHS = { forum : "", cms : "", blog : "" }; var AJAXBASEURL = "https://forum.warmane.com/"; var CoTTooltips = { rename: true, icons: false, iconsize: 15, qualitycolor: true, overridecolor: { spells: '#839309', items: '', npcs: '#fff', objects: '#fff', quests: '#ffb100', achievements: '#fff' } }; // -->
#showtooltip
/cast [@mouseover, @target, @player] Healing Wave
Can you write correct simple macro for heal with priority mouseover >> target >> (no target or target enemy=player)
Now my macro heal only myself
Granted this can probably be optimised, but it works
/cast [@mouseover, noharm, exists] Healing Wave
/cast [@target, noharm, exists] Healing Wave
/cast [@player] Healing Wave
#showtooltip Healing Wave
/cast [@mouseover,help,nodead] Healing Wave; [help,nodead] Healing Wave; [@player] Healing Wave
First you need to understand how mouseover works. In case of Healing wave, if you hovering above friendly unit and you have in target another friendly unit mouseover have priority. If you have friendly target but not hovering your mouse above friendly unit you will heal target and if you don't have target and don't hovering over friendly unit you heal yourself.
This is how all my healing/dispel macros looks like:
#showtooltip Healing Wave
/cast [@mouseover,exists][] Healing Wave