Thread Tools Display Modes
11-21-10, 07:23 PM   #1
Flarin
A Frostmaul Preserver
 
Flarin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 290
DK Macro Help

Hi - I have stumbled upon some macro's on the web that are as such:

Code:
#showtooltip Icy Touch
/cast Rune Strike
/cast Icy Touch
My hope was if Rune Strike is available it will cast it, if not then Icy Touch. Seems simple, but mashing it has no effect!

Thanks for the help!
__________________

"I will crush and destroy and...ooo...shiny..."

  Reply With Quote
11-21-10, 08:17 PM   #2
brotherhobbes
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 313
I believe Rune Strike used to be an "on next attack" ability like Heroic Strike for Warriors and Maul for Feral Druids. They are not like that anymore and are on the GCD.
  Reply With Quote
11-21-10, 08:28 PM   #3
betadan
A Defias Bandit
Join Date: Apr 2008
Posts: 2
try this

Code:
#showtooltip
/cast Icy Touch
/cast !Rune Strike
  Reply With Quote
11-21-10, 09:10 PM   #4
Nobgul
A Molten Giant
 
Nobgul's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2009
Posts: 693
Originally Posted by Flarin View Post
Hi - I have stumbled upon some macro's on the web that are as such:

Code:
#showtooltip Icy Touch
/cast Rune Strike
/cast Icy Touch
My hope was if Rune Strike is available it will cast it, if not then Icy Touch. Seems simple, but mashing it has no effect!

Thanks for the help!
Macro's cannot check for conditions. IE: if x is off cd do y else do b.
__________________
[SIGPIC][/SIGPIC]
  Reply With Quote
11-21-10, 10:53 PM   #5
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
RS doesn't have a cooldown. Macros like what Flarin posted above used to work pre-4.0, as RS is a reactive ability - it was only usable after a dodge. What brotherhobbes posted is truth - I had to ditch my macros, too, and put RS on its own button.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » DK Macro Help

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off