Runestrike macro? - TankSpot
Remove Advertisements
Runestrike macro?
TankSpot // TankSpot News & Discussion // User Interface, Addons, and Macros
Reply
 
Thread Tools
  #1  
Old 06-27-2009, 03:33 PM
New Registrant
WoW Characters
 
Join Date: Jun 2009
Posts: 15
Runestrike macro?

I've heard a lot of talk about Runestrike macros but I don't actually know how to set one up.

As a tank I guess it'd be really useful for it to auto use when ever possible... Any help on how to get this working please?

Thanks
Reply With Quote
  #2  
Old 06-28-2009, 10:40 PM
New Registrant
WoW Characters
 
Join Date: Jun 2009
Posts: 1
Code:
#showtooltip Icy Touch
/cast Rune Strike
/cast Icy Touch
You can replace Icy Touch with any of your abilities for Rune Strike spamming.
Reply With Quote
  #3  
Old 06-29-2009, 06:31 PM
Established Registrant
WoW Characters
 
Join Date: Dec 2008
Posts: 245
A more convoluted version:

#showtooltip
/cast Plague Strike
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE")
/cast Rune Strike
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE")

I raise this as spamming RS will give you an error message, and i put this in early in my DK career to remove that headache/eyesore. Haven't looked back since. Note that the error message is removed only during this attempted RS, so you still get them normally elsewhere in the UI.
Reply With Quote
  #4  
Old 06-30-2009, 06:43 AM
New Registrant
WoW Characters
 
Join Date: Jun 2009
Posts: 15
Source: Esch
A more convoluted version:

#showtooltip
/cast Plague Strike
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE")
/cast Rune Strike
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE")

I raise this as spamming RS will give you an error message, and i put this in early in my DK career to remove that headache/eyesore. Haven't looked back since. Note that the error message is removed only during this attempted RS, so you still get them normally elsewhere in the UI.
Don't you have to put it what rank you want it to cast etc?
Reply With Quote
  #5  
Old 06-30-2009, 08:16 AM
New Registrant
WoW Characters
 
Join Date: Jun 2009
Posts: 1
Try this :

Code:
#showtooltip Plague strike
/cast Plague Strike
/cast !Rune Strike
It works fine for me.
Reply With Quote
  #6  
Old 07-01-2009, 03:43 AM
GravityDK's Avatar
Death Knight and sponsor
WoW Characters
 
Join Date: Nov 2008
Location: UK
Posts: 244
Don't need rank in macros anymore.

Also I use the ! before rune strike.
__________________
My blog on tanking, thinking and leadership at pwnwear.com.
Reply With Quote
Reply

Bookmarks

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


World of Warcraft™ and Blizzard Entertainment® are all trademarks or registered trademarks of Blizzard Entertainment in the United States and/or other countries. These terms and all related materials, logos, and images are copyright © Blizzard Entertainment. This site is in no way associated with or endorsed by Blizzard Entertainment®.