Help w/ quick Mouseover Macro?

So I have never really used mouse-over macros, and I think now is a good time to get used to it xD What I am looking for is a three macros, one for sheep, one for frostbolt rank 3, and one for frostbolt rank 1. For each, I want to be able to press them and have the spell hit my target, and if i hold down alt as a modifier, i want it to cast on my mouseover. Can anyone help me with this?
 
Spooksters said:
NVM, im dumb :p



/cast [mod:alt, target=mouseover] Frostbolt (Rank 3); Frostbolt (rank 3)



I r silly





why the extra "'; Frostbolt (rank 3)" ?



just try



/cast [target=mouseover,exists][] Frostbolt





^If the condition defined in the 1st [] is met then it will cast Frostbolt on your mouseover, but if it doesn't, then it looks to the 2nd condition ---> [] which is really nothing.. kinda like saying, "hey, I have no specific conditions, just cast the spell on my target"



or at least i think that's how it works:p



edit: some people add nodead or noharm



/cast [target=mouseover,exists,noharm,nodead][] Frostbolt



so they don't get an error message if they try to cast the spell when mousing over a dead body or friendly target.. imo just do that :)
 
Can't you just use the clear error thing for that?
 
Well I did it so if I pressed it normally It would shoot my target, but if a rogue was running up from the side and I didn't want to switch target I could throw a quick frost bolt on him too ^^
 

Users who are viewing this thread

Top