![]() |
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Now I currently use a macro that auto selects between flying or ground mounts depending upon my location.
/use [flyable] "mountname" /use "mountname" What I was wondering is: Is there any way to make a double random macro for my flying mounts and ground mounts in a single macro? So if i am in Outland it will randomly select a flying mount and if I am in Azeroth it will randomly select a ground mount. If this has already been discussed before please redirect me. -Nacho |
|
||||
|
There is a random flying mount topic and a flying/gound mount selection topic. For ease i'll combine them for you:
Code:
/stopmacro [flying,nooutdoors] /castrandom [flyable] flying#1,flying#2,flying#3 /castrandom [noflyable] ground#1,ground#2,ground# /dismount If you want dismounting during flying, erase flying keyword in stopmacro line.
__________________
..Born in hell, boy of fire.. Topic: What macros can not do CastBySpellName() Only thing needed in macros where blizz don't permit it.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|