Thread Tools Display Modes
05-01-07, 06:59 PM   #1
Dreadlorde
A Pyroguard Emberseer
 
Dreadlorde's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 2,302
Exclamation Macro Help

What's wrong with this macro?

Code:
/cast Demon Skin(Rank 2)
/stop casting
/cast Detect Invisibility
/stop casting
/cast Unending Breath
/stop casting
this should work right?

I tried clicking it more than once, and it just re-cast demon skin



Thanks for any help


-Dreadlorde
__________________

Funtoo - Plan 9 - Windows 7
  Reply With Quote
05-01-07, 07:15 PM   #2
Lywellyn
A Wyrmkin Dreamwalker
 
Lywellyn's Avatar
Join Date: Feb 2007
Posts: 53
According to a website I looked up, it should be:

/stopcasting
__________________
  Reply With Quote
05-01-07, 07:27 PM   #3
ReverendD
A Rage Talon Dragon Guard
 
ReverendD's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 343
You need to use the /castsequence command for casting a different spell per click on the same button.
__________________
"Computers have enabled people to make more mistakes faster than almost any invention in history, with the possible exception of tequila and hand guns" - Mitch Ratcliffe
“A computer once beat me at chess, but it was no match for me at kick boxing” - Emo Phillips
  Reply With Quote
05-01-07, 10:15 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
So it would be:

Code:
/castsequence Demon Skin(Rank 2), Detect Invisibility, Unending Breath
You could then put in a reset if you ever only want to cast Demon Skin on yourself.
__________________
"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
05-02-07, 04:36 AM   #5
Dreadlorde
A Pyroguard Emberseer
 
Dreadlorde's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2006
Posts: 2,302
Thanks

(too short)
__________________

Funtoo - Plan 9 - Windows 7
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Macro Help


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