Donnavan2005
New member
- Joined
- May 30, 2005
- RedCents
- 0¢
I need someone to check these snippets of a macro I added to my sk tank macro and see if I am doing this right. I recently got a wavecrasher and want to start with wavecrasher (have exchange line to make sure it is in)
now I am adding the event to my macro to switch out my wavecrasher when it procs.
#Event Slowed "is slowed by the mist"
and this is my sub
|--------------------------------------------------------------------
|SUB: Slowed
|--------------------------------------------------------------------
Sub Slowed
/echo Slowed! Time to kick some ass!
/exchange "Blade of Disruption" mainhand
/delay 1s
/return
Did I do this right?
now I am adding the event to my macro to switch out my wavecrasher when it procs.
#Event Slowed "is slowed by the mist"
and this is my sub
|--------------------------------------------------------------------
|SUB: Slowed
|--------------------------------------------------------------------
Sub Slowed
/echo Slowed! Time to kick some ass!
/exchange "Blade of Disruption" mainhand
/delay 1s
/return
Did I do this right?