Mithwen
02-26-2008, 11:39 AM
So ... we lost Twisted's excellent post of the macros he uses when we switched forums a while back. I've been meaning to repost those ... and now I am ... 6 months later. Here's some of the stuff I use:
Trinket Macro:
#showtooltip Vampiric Touch
/script UIErrorsFrame:Hide()
/use Icon of the Silver Crescent
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
/cast Vampiric Touch
I put the specific name of the trinket in there after having /use 13 in the script mess me up by using my pvp trinket. I don't think you need to put the stuff in about UIErrors but I hate seeing crap like 'item not ready' all the time. This is how TB had it anyway.
Chain Casting Macro:
#showtooltip 'Spell'
/cast [nochanneling:Mind Flay] 'Spell'
This macro will allow you to spam your next spell and not interrupt your MF channeling. It's kind of like a stopcasting macro except it's not at all a stopcasting macro. It's still helpful now that things are queued server side because you can just start spamming your next Mind Flay or Shadow Word: Pain near the end of the current MF without fear of breaking your channel.
Inner Focus/cast macro:
#showtooltip Shadow Word: Pain
/cast Inner Focus
/cast Shadow Word: Pain
I didn't use the chain casting macro here because 1. I don't often cast pain after MF and 2. I'm a little unsure of the syntax to combine the two so comments welcome, of course. I also didn't add the error suppression although you certainly could.
Shackle Macro:
#showtooltip
/focus [target=focus, noexists][target=focus, dead]
/cast [nomodifier, target=focus] Shackle Undead
/stopmacro [nomodifier]
/clearfocus [modifier:ctrl]
I like this macro cause I click on my shackle button. Your mileage may vary. There's certainly fancier focus macros out there.
And that's about it for my macros.
Pika.
Trinket Macro:
#showtooltip Vampiric Touch
/script UIErrorsFrame:Hide()
/use Icon of the Silver Crescent
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
/cast Vampiric Touch
I put the specific name of the trinket in there after having /use 13 in the script mess me up by using my pvp trinket. I don't think you need to put the stuff in about UIErrors but I hate seeing crap like 'item not ready' all the time. This is how TB had it anyway.
Chain Casting Macro:
#showtooltip 'Spell'
/cast [nochanneling:Mind Flay] 'Spell'
This macro will allow you to spam your next spell and not interrupt your MF channeling. It's kind of like a stopcasting macro except it's not at all a stopcasting macro. It's still helpful now that things are queued server side because you can just start spamming your next Mind Flay or Shadow Word: Pain near the end of the current MF without fear of breaking your channel.
Inner Focus/cast macro:
#showtooltip Shadow Word: Pain
/cast Inner Focus
/cast Shadow Word: Pain
I didn't use the chain casting macro here because 1. I don't often cast pain after MF and 2. I'm a little unsure of the syntax to combine the two so comments welcome, of course. I also didn't add the error suppression although you certainly could.
Shackle Macro:
#showtooltip
/focus [target=focus, noexists][target=focus, dead]
/cast [nomodifier, target=focus] Shackle Undead
/stopmacro [nomodifier]
/clearfocus [modifier:ctrl]
I like this macro cause I click on my shackle button. Your mileage may vary. There's certainly fancier focus macros out there.
And that's about it for my macros.
Pika.