04-15-2005, 08:28 PM
You can copy and paste text into the macro text box by shift-clicking. The UI forum is one of the best sources of information, but it can often be hard to find the precise information you want.
Just a few things I've picked up in different places that might be useful:
Target self
/script TargetUnit("player")
Target party member #1
/script TargetUnit("party1")
Target BobTheTank
/target BobTheTank
Use a pet action
/script CastPetAction(4)
(The number is the slot the skill takes up on the pet bar)
I used the last one on my latest macro - one to cast Devour Magic on myself when I have my Felhunter out. Very useful for duelling mages (instant un-sheep).
There are endless possibilities with macros (although only 18 slots to fit them into). I was thinking of making a macro to whisper the party priest when I'm about to cast Hellfire for example.
Chris
Just a few things I've picked up in different places that might be useful:
Target self
/script TargetUnit("player")
Target party member #1
/script TargetUnit("party1")
Target BobTheTank
/target BobTheTank
Use a pet action
/script CastPetAction(4)
(The number is the slot the skill takes up on the pet bar)
I used the last one on my latest macro - one to cast Devour Magic on myself when I have my Felhunter out. Very useful for duelling mages (instant un-sheep).
There are endless possibilities with macros (although only 18 slots to fit them into). I was thinking of making a macro to whisper the party priest when I'm about to cast Hellfire for example.
Chris