View Single Post
05-10-10, 03:06 AM   #3
ormjaevel
An Aku'mai Servant
AddOn Compiler - Click to view compilations
Join Date: May 2009
Posts: 38
Originally Posted by Xrystal View Post
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.
I tryed it, it dont work :/
Im starting to think its something with my Grid :E

Im gonna try reinstall it, coming with edit.

Edit: Okay, ive tryed to change but it dont work..
can it be something with I use this "side-addons"?

GridIndicatorCornerIcons
GridIndicatorCornerText
GridIndicatorSideIcons
GridSideIndicators
GridStatusHots
GridStatusRaidDebuff
GridStatusRaidIcons
GridStatusRD_BC
GridStatusRD_WotLK
GridStatusShield

I just want to say that SS/bop/bol/hos and so on do work when I use clique, but I want to delete as many addons as I can to get more performance/fps or w/e.

So it shouldnt be a problem.

Edit: like 4 addons
GridIndicatorCornerIcons
GridIndicatorCornerText
GridIndicatorSideIcons
GridSideIndicators

I think they are showing when my SS and BoL is active on my target. Its not my edit, its made by a guy.

Edit again: Okay.. It seems like its grid it must be wrong with cuz when I hover a random dude in wow and press my SS button(with macro) and w/o targeting the person it do cast SS on him, but not on grid.

is this able to fix somehow?

Last edited by ormjaevel : 05-10-10 at 03:49 AM.
  Reply With Quote