![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I am looking to make a macro for my mounts. Is there a way to set up 1 button to use my flying mount if im in outlands or use my land mount if im in azeroth. I have lookied around a littlebit in the forums here and havent seen quite what i am looking for. thanks for any help
|
|
||||
|
/stopmacro [flying,nooutdoors]
/use [flyable] FLYING_MOUNT_NAME; GROUND_MOUNT_NAME /dismount If you are in outlands it'll use flying mount, otherwise ground mount. If you already mounted, it'll dismount you. First line is for accidental dismounting during flying, can be erased if wanted. Not checked macro yet, it should be working.. EDIT: Not Working :/ Don't know why. Use above one. Or /stopmacro [nooutdoors] /use [flyable] FLYING_MOUNT_NAME; GROUND_MOUNT_NAME /dismount [noflying] Stopmacro [nooutdoors] used to prevent annoying you can't mount here message, macro won't execute in you are indoors^^
__________________
..Born in hell, boy of fire.. Topic: What macros can not do CastBySpellName() Only thing needed in macros where blizz don't permit it.
Last edited by MiracleMage : 06-08-2008 at 03:34 AM. |
|
||||
/lol myself I use these also after getting first epic flying mount and the second macro don't work Use first it's OK.
__________________
..Born in hell, boy of fire.. Topic: What macros can not do CastBySpellName() Only thing needed in macros where blizz don't permit it.
|
|
|||
|
I am not sure if there is a way to make it use a random mount or not. I have since downloaded the mazzleui and have an addon called gogomount that does random mounts. It works good and I can have it keybound instead of having a macro.
|
|
||||
|
With /userandom instead of /use you can select random maounts.
With new patch, mounts will listed in a panel so i don't know the way to randomizing, /userandom either work or not, however no /clickrandom exists and can't test because i didn't renew my account yet ![]()
__________________
..Born in hell, boy of fire.. Topic: What macros can not do CastBySpellName() Only thing needed in macros where blizz don't permit it.
Last edited by MiracleMage : 10-18-2008 at 11:38 PM. |
|
||||
|
Seems meaningful.
But before at 2.4.3 use and cast could be used interchangeably. i dont know it's valid at 3.0.2, but for ease as a mount spell, /castrandom seems really good.
__________________
..Born in hell, boy of fire.. Topic: What macros can not do CastBySpellName() Only thing needed in macros where blizz don't permit it.
|
|
|||
|
Before 3.0.2 this mounting macro worked for my Shaman......well it broke. Any ideas how to fix it?
#showtooltip /cast [stance][combat,nomounted] Ghost Wolf /cast [nostance,nocombat,noflyable] Reins of the Swift Frostsaber /cast [nostance,nocombat,flyable] Ebon Gryphon /dismount [mounted] /cancelform [stance] Stu |
|
|||
|
This should do it
![]() Code:
#showtooltip [flyable] Ebon Gryphon;Reins of the Swift Frostsaber /dismount [mounted] /stopmacro [mounted],[nooutdoors] /cast [combat] Ghost Wolf /use [flyable,nobutton:2] Ebon Gryphon;Reins of the Swift Frostsaber |
![]() |
| Thread Tools | |
| Display Modes | |
|
|