View Single Post
06-11-09, 03:33 AM   #12
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Oh **** button 1 (last stand)
Code:
#showtooltip Last Stand
/use 13
/use 14
/cast Stoneform
/cast Shield Block
/cast Last Stand
Oh **** button 2 (Schildwall)
Code:
#showtooltip Shield Wall
/use 13
/use 14
/cast Stoneform
/cast Shield Block
/cast Shield Wall
ShieldSlam button, my target select key also
Code:
#showtooltip Shield Slam
/cleartarget [dead],[help]
/targetenemy [noexists]
/startattack
/use 13
/use 14
/cast Shield Block
/cast Shield Slam
Attacke (charge it)
Code:
/castsequence reset=14 Charge, Intercept
/startattack
/use 13
/use 14
/cast Shield Block
/cast Heroic Throw
Bandage
Code:
/stopattack
/use [target=player] Heavy Frostweave Bandage
Mouseover Sunder macro, casts sunder armor on mouseover targets, devastate otherwise on target (sundering sheeps possible)
Code:
/cast [target=mouseover] Sunder Armor; Devastate
Intervene Macro
Code:
/cast [target=mouseover, help] Intervene; [target=targettarget, help] Intervene; [help] Intervene
Heroic strike macro. Heroic strike and cleave should be used with a exclamation mark infront thus they cannot be disabled while spamming.
Code:
/startattack
/cast !Heroic Strike
Shield bash on mouseover -> focus -> target otherwise
Code:
/cast [target=mouseover,exists,harm] Shield Bash; [target=focus,exists,harm] Shield Bash; [harm] Shield Bash
Does anyone has a macro that is able to perform shield bash on a focus target (if there is one) and if not casts it on the target?
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 06-11-09 at 04:17 AM.
  Reply With Quote