Misc Long distance viewing Macro
/script SetCVar("cameraDistanceMax",100);
The healthstone macro. For multiple ranks of improved healthstones. Will use them in order from smallest to largest assuming the cooldown is up.
#showtooltip item:22105
/use item:22103
/use item:22104
/use item:22105
DruidMageHunterMy Misdirect Macro. Use CTRL key to set focus on focus target.
/focus [modifier:ctrl]
/run local f="focus" if UnitName(f)~=nil then if IsControlKeyDown() then SendChatMessage("Focus set to %f","CHANNEL",nil,"5") end end
/stopmacro [modifier:ctrl]
/cast [target=focus] Misdirection
/ra MD cast on %f
Shot Rotation Macro (for a 2.0-2.5 weapon speed, if under 2.0 add an additional auto, steady to the mix) <updated to newer version that does not move on to new target if button mashed too many times>
/stopmacro [dead] [noexists]
/castsequence reset=6/combat auto shot, arcane shot, auto shot, steady shot, auto shot, steady shot
/castrandom [target=pettarget] Kill Command
/use 13
/use 14
/script UIErrorsFrame:Clear()
PriestFree Pain (every 2 minutes)This is for Shadow Priests who are very forgetful about using their cooldowns. This will use Inner Focus everytime it's up to cast a free Shadow Word: Pain, which is the most expensive but necessary spell in the Shadow Priests' arsenal.
#showtooltip Shadow Word: Pain
/cast Inner Focus
/cast Shadow Word: Pain
PaladinTaunt ~ Pally taunt works differently than a warrior taunt. You actually taunt by targeting a player and taunting up to 3 mobs that are on him/her instead of taunting an actual mob. This macro will allow you to target a mob and taunt it instead of a player.
/cast [help] Righteous Defense; [target=targettarget] Righteous Defense;
Avoidance ~ This will calculate your avoidance for a level 73 mob. Use your Holy Shield then click on the macro.
/script DEFAULT_CHAT_FRAME:AddMessage(string.format("Need 102.4 avoidance. Currently: %s",floor((GetDodgeChance() GetBlockChance() GetParryChance() 5 (GetCombatRatingBonus(CR_DEFENSE_SKILL) UnitDefense("Player")-5*UnitLevel("Player"))*0.04)*100)/100))
RogueStealth/VanishUseful if you want to save a button on your bar.
/cast [nocombat] Stealth; VanishMouseover BlindExactly what it says: mouse over a target and push your keybind.
/cast [target=mouseover] BlindAttack!Put
/startattack in a macro after your main attack to insure constant DPS time even when you don't have the energy for your main attack. Also helpful with targeting macros.
ex.
/tar Spitfire Totem
/startattack
ShamanEarth ShockThis will stop whatever you are casting and cast Earth Shock on your current focus target. If your focus target is dead it will clear it. If you do not have a focus target it will shock your current target or whatever that person is targeting.
#showtooltip Earth Shock
/stopcasting
/clearfocus [target=focus,dead]
/cast [target=focus,harm,exists] Earth Shock(Rank 1)
/cast [harm] Earth Shock; [target=targettarget, harm] Earth Shock(Rank 1)
PurgeIf you are targeting a hostile, it will cast Purge on your target. If you are targeting a friendly, it will cast Purge on whatever they are targeting.
#showtooltip Purge
/cast [harm, nodead] [target=targettarget,harm,nodead] Purge
Totem Killer Macro
This macro will not function until Patch 2.4 is live!Taken from the Elitist Jerks forum.
The new Totem UI allows us to kill individual totems. This returns mana equal to what Totemic Recall would give, and
does not invoke the Global Cooldown. This macro will kill all of your totems using this new feature. It can be used whenever, including while in Ghost Wolf.
/run DestroyTotem(1) DestroyTotem(2) DestroyTotem(3) DestroyTotem(4)
Alternately, you can create macros tied to an individual totem school to kill it before refreshing the totem since it does not invoke the GCD.
DestroyTotem(TotemSlot)
The totem slots are defined as:
FIRE_TOTEM_SLOT = 1;
EARTH_TOTEM_SLOT = 2;
WATER_TOTEM_SLOT = 3;
AIR_TOTEM_SLOT = 4;
Warlock ___________
[........................]
[....keyboard............] <-- roll face here
[........................] ~Drakely
Warriorthese macros r pretty simple but they do the job - if u r on a different stance - gotta press the macro 2-3 times for it to complete due to dumb global cooldown
******
taunt resisted? get more spell hit noob. this macro will switch stances and cast mocking blow
#showtooltip Mocking Blow
/cast [stance:1] Mocking Blow; Battle Stance
******
mouse over sunder armor - sunder them suckers without targetting ... i think.. been a while since i tanked on my warrior
#show Sunder Armor
/cast [target=mouseover, harm, nodead] [] Sunder Armor
******
intercept.. will change stances if needed
#showtooltip Intercept
/cast [stance:3] Intercept; Berserker Stance
pretty much with every ability this can be done
[stance:1] = battle
[stance:2] = defensive
[stance:3] = berserking
Some Macro's I use with Menthu..mainly solo stuff for now
Heal Me
/cast Intimidating shout
/stopattack
/use [target=player] Heavy Netherweave Bandage
Auto charge from any stance in any situation.
Place these three macros under the same button, it will rotate through what is needed until you charge the target.
Defensive
/cast [stance:2, combat] Berserker Stance [stance:2, nocombat] Battle Stance
Beserker
/cast [stance:3, combat] Intercept; [stance:3, nocombat] Battle Stance
Battle
/cast [stance:1, combat] Berserker Stance; [stance:1, nocombat] Charge
Boss SpecificTerestian IllhoofTo instantly target the Demon Chains to get the sacrifice victim out faster.
/target Demon ChainsCuratorAdd targeting.
/target Astral FlareMorogrim TidewalkerFor healers to alert the other healers that they have been sent to a Watery Grave. Especially important for the MT healers.
/<Healer Channel #> ***I'm in the grave!! Pick up healing!!***Fathom Lord KarathressFor DPS on Shaman
/tar Spitfire Totem
/startattack (or other spell/ability)Lady VashjTainted Core Toss (must have a target)
#showtooltip Tainted Core
/yell %t has a core!
/script local target = UnitName("target"); SendChatMessage("You have a core", "WHISPER", "orcish", target);
/use Tainted Core
Easy Link
BBCode Link: [guide=Macro]Macro Guide[/guide]
URL: http://www.exquisitepain.dkpsystem.com/guide/Macro
|