Wow Macro Equip Slot Numbers

Macros
General guides

Macros Beginners Guide
Making a macro
Macro conditionals
Macro commands
Category:Macros

Useful macros by class


1 Aliases 2 Arguments 2.1 Options 2.2 Item Types for equipped 3 Examples Slash commands Changes equipped items to stored item set in Equipment Manager /equipset options setname; options setname. None options List of options below, separated by commas, enclosed in setname The name of the set to switch to as it was saved in the Equipment Manager (note this is case sensitive) You may use. 1 Aliases 2 Arguments Slash commands Equips an item in your inventory to a specific slot. There are two valid methods /equipslot InvSlot item /equipslot InvSlot BagId slot none InvSlot The numeric slot on your character to equip the item to. Item The name of the item to be equipped. BagId The bag the item is in (0 is backpack, etc.) slot The bag slot number, starting at 1.

  • 1Macro Formatting Guidelines
  • 2Not Type Specific
  • 3Smart Mount Macros
  • 7Ground and Flying without Cold Weather Flying
  • 8Ground and Flying with Cold Weather Flying
  • 9Ground Only or Not Type Specific

Macro Formatting Guidelines

Note: With the release of 6.0.2, many spells have been renamed, and much of the scripted command functionality has been modified. In an effort to keep Wowpedia posts relevant, please re-validate and re-post macros that work in the current version.

Re-Creating Old Macros

When re-creating a macro in Useful macros please

  • follow the example format posted below (to get the frame around your macro, add a space before you start it)
  • describe what it does
  • note the version of WoW in which you tested it
  • remove it from the Old Macros page

Example Macro

  • Use: This yells, 'Hooray, I made a macro!'
  • Works in 6.x

    Not Type Specific

Favorite Flying/Swimming and Vendor/Broom

  • Choose from your favorite mounts in your collection
  • Always mounts the proper category of mount
  • Right Click to summon vendor mount
  • Dynamic Icon based on if you can mount
  • Validated: 9.0.2

Completely Random Mount

  • Validated: 4.0.1a, tested working 7.2
  • Summons a completely random mount of the ones you have learned.
  • Note: This may try to summon flying or aquatic mounts where they are not allowed, which will produce an error message.

    Smart Mount Macros

    Random Smart Mount with Sea Horse in Vashj'ir (improved)

  • Validated: 4.0.6
  • Replace g,g,g with your preferred ground mount slot numbers, f,f,f with flyers, and s,s,s with water mounts. If only one mount is desired in any time, just place one number in the {} with no commas. The number of mounts you can list is limited by the 255 character macro limit. The macro has been adjusted to function throughout Vashj'ir
  • Note: This macro will dismount you if you are already mounted/flying, so be mindful.

Flying mount, ground mount and Sea Horse in Vashj'ir (Blizzard macro modifier version)

  • Validated: 4.2.2
  • Replace mount names with your preferred mounts
  • Using a modifier (in this example: shift) will force the flying mount, for when you are swimming at the water's surface.
  • Note: This macro will dismount you even while flying, be mindful!

Flying/Ground/Sea Horse Macro with more flexibility and one-press dismount

  • Validated 4.3.2
  • Replace mount names with your preferred mounts
  • Works similar to preceding macro, with the following differences
    • Flying mount has priority while swimming (i.e. clicking macro will default to flying mount, use shift to select sea horse)
    • Allows for selecting ground mount in flyable area by pressing any modifier key (shift/ctrl/alt) and clicking button
    • clicking button while mounted will dismount you - regardless of mount (i.e. if on ground mount in flyable area, simply pressing the button will dismount you, instead of dismounting and using flying mount)

One Flying or Land Mount

  • Validated: 4.0.1a
  • This will use mount a if it is possible to fly, and mount x if it is not. The tooltip will let you know if the zone is flyable or not. If you were mounted already, you will dismount.
  • Note: This macro will dismount you even while flying, be mindful!

One Flying or Land Mount via Modifier

  • Validated 4.0.3

This is based off of the macro above, but with a conditional modifier added.You don't get forced onto your flying mount, or your ground mount unless the zone prevents you from doing so.

A second version of that same macro, but on one line:

You don't need the '/dismount [mounted]' line, unless you want to start mounting the other mount immediatly.

Random Flying or Land Mount

  • Validated: 4.0.1a
  • This will use a random one of mount a, mount b or mount c if it is possible to fly, and a random one of mount x, mount y or mount z if it is not. If you were mounted already, you will dismount for 1.5 seconds as the random mount is cast.
  • Note: This macro will dismount you even while flying, be mindful!

Right Click forces ground mount or dismounting while in flight

Wow
  • Validated: ??
  • Right Click forces ground mount or dismounting while in flight.

Ground and Flying mount macro that will not dismount you when flying unless you hold alt

Wow Macro Equip Slot Numbers

Replace mount a and mount b with the names of your preferred flying and ground mounts. Only dismounts when you are not flying or if you hold alt while flying.

And you can take it further too, by adding a safety spell to the macro. So now holding ctrl-alt while activating the macro will dismount you even in air and then cast your safety spell so you don't go squish. Priest's [Levitate], Mage's [Slow Fall] or an engineer's parachute can be added. Add this line to the macro:

Wow Macro Equip Slot Numbers Explained

  • Validated: ??

Multi-purpose Mounts

  • Validated: 4.0.1a
  • This enables you to summon a mount of choice while only taking up one bar space or keybind. Particularly useful when you want several mounts with different purposes to be easily accesible, but don't want to use them all the time, such as a vendor mount, aquatic mount or passenger mount.
  • Press normally to summon mount a, hold Shift to summon mount b, Alt to summon mount c or Ctrl to summon mount d. If you were mounted already, you will dismount.
Numbers

Mount Outside

  • Validated: 3.1
  • This will attempt to mount if you are outside and not mounted. There will be no reaction if you are in an area that does not permit mounts. It will produce an error if you are in combat.


Random mount

  • Validated: 3.1
  • This will randomly use one of the mounts listed in the macro. If you were mounted already, you will dismount for 3 seconds as the random mount is channeled.
  • Note: This macro will dismount you even while flying, be mindful!

    Need testing post-4.0

Random Smart Mount with Sea Horse in Vashj'ir

Replace g,g,g with your preferred ground mount slot numbers, f,f,f with flyers, and s,s,s with water mounts. If only one mount desired in any type, place one number in the {} with no commas. The number of mounts you can list is limited by the 255 character macro limit. The macro does not currently work everywhere in Vashj'ir because it is technically three zones: Kelp'thar Forest, Shimmering Expanse, and Abyssal Depths.

Fly where possible, ride, dismount if mounted

This will work in any area. Replace the number of the mount with the desired mount, 1 is the first mount in your mounts list.


Ground and Flying without Cold Weather Flying

Wow Macro Equip Slot Numbers Generator

Fly where possible without Cold Weather Flying

If, you have not yet mastered [Cold Weather Flying], this macro will only summon your flying mount in Outland. My flying mount is in slot 2 on the Mounts pane, while my two epic ground mounts are in slots 1 and 4. Replace these numbers as appropriate. (I have not found a function to show the continent you are currently in, only what continent the map shows. If you have just switched continent and this macro doesn't work as it should, a quick double-tap on the M-button should update your map, and fix it.)

  • Validated: 3.2.0a
  • Credit: Eldhannas of Wildhammer(EU)

Ground and Flying with Cold Weather Flying


Mount Macro for the right place and time

  • Validated: 3.2
  • Focus: Universal
  • This just checks to see whether the area you're in is flyable or not, works for Dalaran depending if you are inside the city, then your ground mount will be selected or if you're on Krasus' landing then your flying mount since IsFlyableArea() works for this. IsFlyableArea() also works Wintergrasp, but when the battle for wintergrasp starts then it will check to see if you're in Wintergrasp and if the timer is 0, it will then select your ground mount if so, but if you're in Wintergrasp and the timer is not 0 then you will use your flying mount. Also added IsSwimming() if you decide to mount when in water, although if you have a underwater mount then you can change the macro to the following to use your underwater mount.
  • Replace the values of m=(1) to the slot of your ground mount and m=(3) to the slot of your flying Mount and if you have a swimming mount, m=(2) to the slot of your Swimming mount
  • Note: this macro will dismount you in mid air. Use it wisely.
  • By Ryarc of Sunstrider

Random-from-list Mount and Dismount 3.2

  • Validated: 3.2
  • Focus: Universal
  • Credit: Smiteness of Barthilas
  • Use: This will fly if possible, and mount a grounded mount if possible, and if mounted OR in a vehicle, will get off. Works perfectly in Dalaran, Wintergrasp, Outland and Old World. Aka everywhere.
  • Replace: Simply add or remove mounts from the first line for flying mounts, and add or remove mounts from the second line for ground mounts.
  • Note: This works on ANY character, WITH or WITHOUT Cold Weather flying. Also works with lazy people who don't wish to count their mount's specific placing and just put the name down. This may produce an error on use, but you will mount anyway so I doubt you will care.

Random Smart Mount

  • Validated: 3.3.3a
  • Focus: Universal
  • Credit: Xaeros of Shadowmoon, Faceeater of Nozdormu
  • Use: When you are mounted the macro will dismount you (unless you are flying), when you are in any non-flyable zone (Kalimdor/Eastern Kingdoms/Dalaran/Wintergrasp) it will use your ground mount. When you can fly (anywhere else + Krasus' Landing in Dalaran) it will put you on a flying mount.
  • Replace G with a ground mount, and F with a flying mount. To find your mount number, open your mounts tab and count from left-to-right, top-to-bottom. (eg: The top-left mount on the first page is 1, the bottom-right mount on the first page is 12)
  • This macro produces no errors (for the most part, you can mount up manually in the room between Krasus' Landing and Dalaran, but not with this macro. This happens because you are being recognized as being in Krasus' Landing so the macro attempts to mount you on your flying mount, but the room itself is still in-doors.) and will not start re-casting a mount if you are already mounted.

Random Smart Mount with Flying Dismount

  • Validated: 3.2.2.10505
  • Focus: Universal
  • Credit: Magumbadin of Sen'Jin, Xaeros of Shadowmoon, Faceeater of Nozdormu
  • Use: When you are mounted the macro will dismount you (even if you are flying - only difference from the above 'Random Smart Mount'), when you are in any non-flyable zone (Kalimdor/Eastern Kingdoms/Dalaran/Wintergrasp) it will use your ground mount. When you can fly (anywhere else + Krasus' Landing in Dalaran) it will put you on a flying mount.
  • Replace G with a ground mount, and F with a flying mount. To find your mount number, open your mounts tab and count from left-to-right, top-to-bottom. (eg: The top-left mount on the first page is 1, the bottom-right mount on the first page is 12)
  • This macro produces no errors (for the most part, you can mount up manually in the room between Krasus' Landing and Dalaran, but not with this macro. This happens because you are being recognized as being in Krasus' Landing so the macro attempts to mount you on your flying mount, but the room itself is still in-doors.) and will not start re-casting a mount if you are already mounted.

Random Smart Mount 3.1 (Compact)

  • Validated: 3.1.3
  • Focus: Universal
  • Credit: Blindsight of Spirestone
  • Use: When you are mounted the macro will dismount you (including when you are flying), when you are in any non-flyable zone (Kalimdor/Eastern Kingdoms/Dalaran/Wintergrasp) it will use your ground mount. When you can fly (anywhere else + Krasus' Landing in Dalaran) it will put you on a flying mount.
  • Replace a,b,c with a list of ground mounts, and x,y,z with a list of flying mounts. To find your mount number, open your mounts tab and count from left-to-right, top-to-bottom. (eg: The top-left mount on the first page is 1, the bottom-right mount on the first page is 12. For each page add +12.)
  • This macro removes as many unnecessary characters as possible to allow for a longer list of mounts. Still be mindful of the 255 character limit.
  • This macro will summon a land mount in the Dalaran Sewer pipe and the top of the Violet Tower.
  • Note: This macro will dismount you even while flying, be mindful!


Random Smart Mount 3.1 (Alternate Compact)

  • Validated: 3.1.3
  • Focus: Universal
  • Credit: Faceeater of Nozdormu
  • Use: same as Blindsight's macro above.
  • Replace a,b,c with a list of ground mounts, and x,y,z with a list of flying mounts. (see above)
  • This macro offers the exact same functionality as the one from Blindsight.


Supercompact Smart Mount 3.1 (Works with large numbers of mounts)

  • Validated: 3.1
  • Focus: Universal
  • Due to the checks for Dalaran and Wintergrasp there is very little room left in other macros for mounts (because the game thinks Dalaran/Wintergrasp are flyable areas-some consider this a defect). This version uses a different technique to circumvent the lengthy wintergrasp/dalaran check: it attempts to mount twice - normally the second attempt will fail because you are already mounting. However in the case of wintergrasp or dalaran or other non-flyable areas the original mount attempt will have failed so the second mount command will succeed.
  • Replace a,b,c with a list of your flying mounts (e.g. 4,6,9,12,15), n,o,p with your ground mounts.
  • This macro will cause a 'You cant use that here' or 'Action already in progress' error. If you prefer not to see errors then you should choose a different mount macro but you may be limited in the number of mounts you can specify.
  • Note: This macro will dismount you even while flying, be mindful!

Supercompact Smart Mount 3.3

  • Validated: 3.2.2a and 3.3.0
  • Updated to fix will no longer cast second mount instead of dismount
  • Focus: Universal
  • They seem to have fixed the IsFlyableArea() script command, so this allows you to use a random mount. The second macro dismounts you, and dismounts you in-flight if you hold alt to click it.
  • Replace a,b,c and d,e,f with the list of your flying mounts and ground mounts, respectfully.
    • The list consists of the number of you mount as it appears in your pet tab on you character pane. (The first mount is 1, the last mount on the first page is 12, the first mount on the 2nd page is 13, and so on.)
    • You can have more or less than 3 in each list, just have a comma between each mount number.
  • Note: This macro is very similar to the one from above, it just allows you to use alt to dismount in air and does not show any errors.
    • Does work during in Wintergrasp during the battle.

Wow Macro Equip Slot Numbers List

Random Smart Mount 4.0 (Alliance version, english client)

  • Validated: 4.0.1
  • Focus: Universal
  • Credit: Puriella of Gilneas
  • There is still no easy way to determine if a mount is capable of flying
  • Use: When you are in any non-flyable zone it will use one of your ground mounts. When you can fly it will put you on a flying mount.
  • Replace G1,G2 with a list of ground mounts (watch for 255 characters!). To find your mount number, open your mounts tab and count from left-to-right, top-to-bottom. (eg: The top-left mount on the first page is 1, the bottom-right mount on the first page is 12. For each page add +12.)
  • It will look for certain parts in the mount name (p.e. 'rake' finds 'Red Proto Drake' as well as 'Albino Drake', 'ryp' will find 'Ebon Gryphon' as well as 'Cenarion War Hippogryph' or 'Argent Hippogryph', 'rpet' will find all sorts of 'Carpet', and 'qui' all 'Vanquishers'. You can localize your macro or adapt it to Horde (p.e. you could change 'ryp' to 'd R' for Wind Rider). But those parts should be unique to flying mounts, or there is a chance you may get a ground mount (p.e. 'Swift' will find 'Swift Green Gryphon' as well as 'Swift Frostsaber'). And it is case-sensitive.
  • This macro removes as many unnecessary characters as possible to allow for a longer list of mounts. Still be mindful of the 255 character limit.

Wow Macro Equip Slot Numbers For Today

Mount Macro Addon

There is an addon that creates an maintains a mount macro. It uses a LUA function call to an addon that keeps track of your location. The macro shows the icon of your favorite mount for flying or riding, depending on what it will operate. The macro will also exit from vehicles. This addon works everywhere as of patch 3.2.0. The addon is Mounty.Draewind (talk) 17:26, 14 August 2009 (UTC)


Mount Macro for the right place and time

  • Validated: 3.2
  • Focus: Universal
  • This just checks to see whether the area yur in is flyable or not, works for Dalaran depending if you inside the city, then your ground mount will be selected or if your on Krasus' landing then your flying mount since IsFlyableArea() works for this. IsFlyableArea() also works Wintergrasp, but when the battle for wintergrasp starts then it will check to see if your in wintergrasp and if the timer is 0, it will then slect your ground mount if so, but if your in wintergrasp and the timer is not 0 then you will use your flying mount. Also added IsSwimming() if you decide to mount when in water, although if you have a underwater mount then you can change the macro tot he following to use your underwater mount.
  • Replace the values of m=(1) to the slot of your ground mount and m=(3) to the slot of your flying Mount and if you have a swimming mount, m=(2) to the slot of your Swimming mount
  • Note: this macro will dismount you in mid air. Use it wisely.

by Ryarc of Sunstrider

Left/Right Click for Random Flying/Ground Mount

  • Credit: Xaeros of Shadowmoon
  • Use: Left-click to summon random flying mount, right-click to summon random ground mount. Replace the first set of numbers with your flying mounts, and the second set with your ground mounts. To find your mount number: open your mounts tab and count from top-left to bottom-right, starting on the first page. (ex: The first mount on page 1 is '1', the first mount on page 2 is '13')
  • Works in 3.3.3a


Left/Right Click for Random Flying/Ground Mount with swimming support

similar to previous one

  • Credit: Xaeros of Shadowmoon and my humble self nkv1
  • Use: Left-click to summon random flying mount, right-click to summon random ground mount. Replace the first set of numbers with your flying mounts, and the second set with your ground mounts, while third set of numbers are swimming mounts. To find your mount number: open your mounts tab and count from top-left to bottom-right, starting on the first page. (ex: The first mount on page 1 is '1', the first mount on page 2 is '13')
  • Works in 4.0.3

Ground Only or Not Type Specific


Equip

One-button flyer or ground mount with emote

  • Validated: 3.1.1
  • Replace Albino Drake, talbuk etc. with flyers and ground mounts of your choice.
  • This mounts you on your flying mount anywhere you can fly, if you are not already mounted. In Old School WoW and in no-fly zones (Dalaran, Wintergrasp etc.Tested in 3.1.1a, you still need a conditional for Dalaran, etc.) and Northrend if you don't have the skill) it summons your ground mount. Holding down alt will summon a 'showing off' ground mount. Pressing the macro when you are already mounted will do the 'mountspecial' emote (rearing, growling, stretching).



Mount macros written before Patch 3.1 that have not been re-validated in newer patches can be found on the Old Mount Macros page.

Retrieved from 'https://wow.gamepedia.com/Mount_macros?oldid=5926755'