PDA

View Full Version : Mount Macro



jono
03-23-2009, 04:57 PM
I'm looking for a macro that will summon flying mount when a key is pressed and summon ground mount when it is pressed while shift is held. So far i have

/cast [modifier:Shift] Swift Timber Wolf; Green Wind Rider

seems to work with mouse clicks but not with keyboard strokes. Any idea guys??


thanks.

Bigfish
03-23-2009, 05:12 PM
/cast [mod:shift] Swift Timber Wolf; [nomod] Green Wind Rider

I also believe there is a way to use one or the other based on if you are in an expansion area or not, though I'm not sure the syntax.

Talamarr
03-23-2009, 05:26 PM
I believe it is:

/use [flyable] FlyingMountName; LandMountName

Turenn
03-23-2009, 05:32 PM
Hmm, that's a hard one, how about...1 keybind for the ground mount and one for the flying mount? Problem solved.

Heenan
03-23-2009, 05:36 PM
I'm looking for a macro that will summon flying mount when a key is pressed and summon ground mount when it is pressed while shift is held. So far i have

/cast [modifier:Shift] Swift Timber Wolf; Green Wind Rider

seems to work with mouse clicks but not with keyboard strokes. Any idea guys??


thanks.
I'm guessing you have Shift+# already mapped to something (they default map to your first 6 pages of action bars). If you remove the mapping you should be able to use the shift key modifier.

jono
03-23-2009, 06:15 PM
I'm guessing you have Shift+# already mapped to something (they default map to your first 6 pages of action bars). If you remove the mapping you should be able to use the shift key modifier.That was it :)
boy do i feel silly.

Edit:
I believe it is:

/use [flyable] FlyingMountName; LandMountName this is a much better job altogether.

thanks guys