Servitude-like Macro for Warlocks
Here’s another quick and dirty one, this time for locks. It is inspired by the old add-on Servitude, which lost most of its functionalities in patch 1.10 (before that it had some automation to compensate the then-horrible minion AI), and has Seduce and Spell lock on one button:
#showtooltip
/clearfocus [modifier:alt]
/stopmacro [modifier:alt]
/cast [pet:succubus, target=focus, exists, nodead, harm] [...]
Quick and Dirty CC Macro
Since I got asked, here’s a simple Crowd Control macro which will set the controlled mob to your focus. We’ll use the mage’s sheep for that:
#showtooltip
/clearfocus [modifier:alt]
/stopmacro [modifier:alt]
/cast [target=focus, exists, nodead, harm][harm] Polymorph
/focus target
This will try to sheep your current focus provided it’s alive and an enemy. If not, it will sheep your current target [...]
Macroing Raid Target Symbols
Useful for PUGs, if you’re the MT and have marks, you can use the one-line macro below when you switch to another target to assign the skull sign to it so everyone + dog knows who they should be nuking right now
/script SetRaidTarget(”target”,8);
Note that the symbols are as follows, by numeric value:
0 = no icon [...]
Quick Macros - Rogues
One of the rogues in my guilds is very reluctant to use add-ons, and he’s going to ponder adding anything to the mix for a long while. So last night, he asked for a simple weapon swapping macro.
#show 16
/equipslot [nocombat] 16 {name of your slow dagger}
/equipslot [combat] 16 {name of your slow sword or mace}
The [...]
Macros in Wow 2.1
One of my recent pet peeves - also perhaps a reason to blog - is the kind of macro advice you get on various respected information sites these days - from wowinsider to the passionate BRK. Even the trusty WoWWiki hasn’t really been updated since good old patch 2.0
Let me hasten to add that currently, [...]
