View Single Post
05-09-10, 10:41 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,930
Hmm, the macro should work regardless of where you are. This is my macro for earth shield. It either uses my mouseover, target, targetstarget and if none of those exist then myself.

Code:
#showtooltip Earth Shield
/cast [target=mouseover,help,exists] [target=target,help,nodead] [target=targettarget,help,nodead] [target=player] Earth Shield
Try changing yours to the following and see if that works:

Code:
#showtooltip Sacred Shield
/cast [target=mouseover,help,nodead] [target=player,help] Sacred Shield

Hmm, yeah maybe its a mouse thing. I only have a 3 button mouse and I don't use it for healing at all .. I just have 5 macros and I click the numbers for them and use the mouse for hovering, targetting and moving. But then thats the way I work.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote