Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:MACRO equipset
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{macroapi}} __NOTOC__ Changes equipped items to stored item set in Equipment Manager /equipset options setname; options setname; ... == Aliases == :none == Arguments == :;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) ===Options=== You may use "no" in front of any of these to invert the logic result. :;combat : If you are in combat :;equipped ⇔ worn : If you are currently equipping a specific item, item of a particular class or subclass, or have an item in a particular slot. (ex. equipped:item, see below for details). :;group : If you are in a group. You may optionally specify group:party or group:raid. :;mounted : If you are mounted. :;modifier ⇔ mod: If the click is modified with shift, ctrl, or alt. You may optionally specify modifier:<i>key</i> (key=shift,ctrl,alt). :;stance ⇔ form : If you are in a particular stance. May also use stance:# to specify a particular stance (#=stance number). :;vehicleui : If you are in a vehicle with a vehicle UI. ===Item Types for equipped=== :;Slots:Two-Hand,Bag,Shirt,Chest,Back,Feet,Finger,Hands,Head,Held In Off-hand,Legs,Neck,Ranged,Chest,Off Hand,Shoulder,Tabard,Thrown,Trinket,Waist,One-Hand,Main Hand,Off Hand,Wrist :;Item Types:Armor,Container,Projectile,Quiver,Weapon :;Item Sub-Types: Cloth,Idols,Leather,Librams,Mail,Miscellaneous,Shields,Totems,Plate,Bag,Enchanting Bag,Engineering Bag,Herb Bag,Soul Bag,Arrow,Bullet,Ammo Pouch,Quiver,Bows,Crossbows,Daggers,Guns,Fishing Pole,Fist Weapons,Miscellaneous,One-Handed Axes,One-Handed Maces,One-Handed Swords,Polearms,Staves,Thrown,Two-Handed Axes,Two-Handed Maces,Two-Handed Swords,Wands == Examples == -- This will equip an armor set per spec if mounted or on a vehicle, unless a miscellaneous item is equipped (like an Argent Lance) /equipset [mounted, spec:1][vehicleui, spec:1] Set1; [mounted, spec:2, noequipped:Miscellaneous][vehicleui, spec:2] Set2
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Macroapi
(
edit
)
Template:Macronav
(
edit
)
Template:Tocright
(
edit
)