WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Class Discussions (https://www.wowinterface.com/forums/forumdisplay.php?f=7)
-   -   Priest Macro (https://www.wowinterface.com/forums/showthread.php?t=9752)

Raptorz 05-01-07 05:47 AM

Priest Macro
 
How i can make macro where I dismount and cast levitate in 1 click? or How i can make /castsequence macro with same thing? :) Thanks!

lingering 05-01-07 06:24 AM

/cancelaura [mounted] Swift Frostsaber
/cast Levitate

ravagernl 05-01-07 06:35 AM

Or better yet: /dismount

Raptorz 05-01-07 09:39 AM

I tried both and neither worked.. even /castsequence dismoun,levitate wont work...

Seerah 05-01-07 10:19 AM

Does dismounting trigger the GCD? I don't remember right now....

Cirk 05-01-07 11:01 PM

You can do:
Code:

#showtooltip
/dismount
/cast [nomounted] Levitate

(remove the [nomounted] if you want to see the error message from Levitate)

It won't work in one key-press if you are mounted because it takes time for you to dismount - the /dismount command doesn't trigger the GCD, but it takes at least the server round-trip time to actually perform the dismount (if you are mounted), plus any additional delay the server introduces. If you aren't mounted, then /dismount does nothing.

That macro is what I use anyway (wrote it after riding off the Aldor tower while using the wrong mount, and not being able to lev because I was mounted, d'oh!)

Oh, you might also want to change this to something like the following when you get a flying mount:

Code:

#showtooltip
/stopmacro [flying]
/dismount
/cast [nomounted] Levitate

To stop you dismounting and casting Levitate if you are already flying!


All times are GMT -6. The time now is 11:54 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI