Topic
Healing Macro Help!
|
|
In work atm so can't check but I'm after a macro that will cast a spell (say renew) on my vudho mouseover target, if that doesnt exist then on my selected target, if that doesn't exist then on myself.
wwas thinking something along the lines of: /cast [target=vuhdo] renew; [target] renew; renew Alternatively is there a way of getting vuhdo to cast the spell you have assigned to a mouse button to do the above when you are not hovered over a vuhdo frame? |
|
|
Have u tried a 'mouseo over' macro?x
|
|
|
Problem solved, I was looking for:
#showtooltip /cast [target=mouseover,help] renew; [help] renew; renew Think I might have to change "mouseover" to "vuhdo" though, will see tonight :p |
|
|
Yeah I had the same problem ages ago nd I changed it to mouse over and never had a problem again! :)
|
Problem solved, I was looking for:To be honest #showtooltip /cast [@mouseover, exists] Renew; Renew should work perfectly fine (all my casting macro's are made like that) |
|
|
what does @mouseover, exist, and help do? (my macros form mop a total crap so if you know good macros I will be rlly gradful, becuase I am rlly not get used to oldschool healing ).
|
|
|
|
Edited by Jyyn on 16/04/12 15:04 (BST)
Problem solved, I was looking for: That's pretty messy macroing. You should rewrite it as such: /cast [@mouseover,help,nodead] [] RenewMore you don't need. "target=mouseover" is old, was replaced by "@mouseover". "nodead" is self-explanatory, no error messages if person is dead. "[]" is equivalent to a standard Renew cast without any macros (the way it would cast if you clicked it in the spellbook), so it would choose your target, and if it is a friendly target cast it on the target, if not, cast it on yourself. By the way, this is my standard heal macro: /cast [@mouseover,help,nodead] [@target,help,nodead] [@focus,help,nodead,exists] [@player] RejuvenationIt's basically a priority list. Mouseover is the most important, then target, then focus, then myself. Maybe that's helpful to some people. ^.^ |
