PDA

View Full Version : can any1 help with this macro????


Skoth
08-07-2007, 10:41 AM
Im a night elf hunter and i have this idea for a macro, i want to be able to dismiss my pet, then cast aspect of the beast and shadowmeld. trouble is dismiss pet has a 5 second cast time while aspect of the beast and shadowmeld are instant cast, but i want a delayed cast time on aspect of the beast and shadowmeld to account for the 5 second cast time of dismiss pet. i can cast the aspect and shadowmeld simultaneously with no problem with the following code line:

#showtooltip Shadowmeld
/cast Aspect of the Beast
/stopcasting
/cast Shadowmeld

So can any1 help me fix the code to where it casts Dismiss Pet with a 5 second cast time, followed by casting aspect of the beast and shadowmeld simultaneously...any help would be appreciated

Skoth

promithius
09-07-2007, 12:22 PM
you cant have delays in macro's. however, you could do it with a cast sequence. Try this:

/castsequence reset=combat Dismiss Pet, Aspect of the Beast, Shadowmeld

First click of it will dismiss pet, 2nd press will AoB, 3rd will shadowmeld. it will reset when you finish combat.