Equip Trinket Slot Macro

  1. Equip Trinket Slot Macro Quest
  2. Equip Trinket Slot Macro Cheat
  3. Equip Trinket Slot Macro
Macros
General guides

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

Useful macros by class


  • 1Macro Formatting Guidelines
  • 2Useful Macros
  • 3Swapping Talents, Equipment and Stances
  • 4Suppressing Sound and Error Messages
  • 5Training and Levelling
  • 6Trading, Bags and Money
  • 7Professions
    • 7.1Link your professions in the trade channel
    • 7.5Fishing with your Weather-Beaten Fishing Hat
  • 8Raiding and Parties
    • 8.3Parties and Raiding
  • 9Just For Fun
    • 9.2Vanity Pets
    • 9.3Out of Date Vanity Pet Macros
  • 10Food & Water

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

Equip slots in Macros When creating macros based on 'click to use' items (especially trinkets), the common practice is to enter the actual item name. However Using the numeric designations for an equipment slot is a much more effective method as it eliminates the need to manually modify your macro when you upgrade a particular item. In this case, you use trinket slot 1 and 2, if possible. This way you don’t have to change the name of your trinket, but it will go wrong sometimes if you equip your PvP trinket in slot 1. I thought I’d share this. /use 13 (top trinket slot in character pane, 14 is the bottom) jemaris. /use That on Use Trinket Or macro it with a cooldown spell /cast Tiger's Fury.

  • 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

Useful Macros

Switch language

  • Credit: Telarrus @ US-MoonGuard. Based on original code by Yza @ EU-Ysondre.
  • Use: Intelligent swicth between default and racial language for races that have one. Does nothing for races with only one language.
  • Works in 7.3.5

Cycle language

  • Credit: Kiingy @ US-Frostmourne. Based off the above switch language macro.
  • Use: For those with only 2 languages it will toggle between them. For those with 3+ it will cycle through each of them, moving to the next language on click.
  • Works in 8.0.1, for both factions and all races/classes.

Swapping Talents, Equipment and Stances

Swap Current Dual-Spec Talent

  • Credit: Earthsoul of Thunderhorn, many thanks to Desiday of Antonidas for inspiration
  • Use: 'Quickly' swaps your Primary/Secondary talent specs.
  • Also changes your equipped item set, only need to change the name of Eq1 and Eq2
  • Works in 3.1.1

Here is one that switches the set before the spec (may avoid some errors):

Just have to replace PSS with the name of your primary spec set, and SSS with the name of your secondary spec set.

Swap Talents, Equipment, and Stance

This macro will switch your talent spec and put you into the respective gear and stance.

Here is an alternate version for fury warriors that cannot use the above macro due to Titan's Grip. Left click swaps the talent spec, right click swaps gear and stance.


A one button spec, stance and equipment interchanger, caters for Furry Warriors Titan's Grip

Offhand weapon switching

You might find yourself in a situation where you have two offhand weapons with the same name but different poisons on them and you want to switch between them quickly. Or perhaps you just want to alternate between two offhand weapons with just one hotkey.

  • Keep your alternate dagger in the sixteenth slot (lower right corner) of your main (rightmost) backpack.
  • The number 17 refers to your offhand weapon slot.
  • #showtooltip makes the macro's icon and tooltip display the icon of the equipped weapon, or hold down a modifier key (say Alt) and it will display the icon of the weapon that's ready to be switched in.
  • Works in 3.2.2

Suppressing Sound and Error Messages

Sound and Message Error Cleaner

When you spam a spell you get sounds and error messages that can be annoying. Using the macro below you will avoid all that.This example is a macro which you can use to spam Arcane Missiles. It will not cut an already channeling Arcane Missile cast, nor will it make the error sound or spam your screen with error messages.

  • Credit: Vermin of Talnivarr.
  • Use: Change the third line to the spell you want to spam.
  • Works in 3.3 but at least one or two errors will not be cleaned with this macro

No Error Text or Sound (Improved)

For people that macro cd's into normal spells, such as petattacks, trinkets, everlasting potions, etc. it gets annoying being spammed with 'This ability is not ready' and that fun error sound. I've seen a common solution online (similar to the macro above) that fixes this problem with a single issue that's almost as bad as the problem it's fixing.

For people who play without sound to begin with, these macro will -enable your sound- every time you use them. So here is my solution:

The overall effect is the same, but my macro checks to see what you sound currently is set to (enabled or disabled), disables it for the error, and then sets it back where you had it. (ex: if your sound was already off, it will prevent the text error without turning your sound on at the end)

  • Credit: Xaeros of Shadowmoon
  • Use: Replace 'ExampleTrinket1' and 'ExampleSpell2' with your cd(s) and abilities, then drag to your bar like a normal macro.
  • Works in 3.3.3a

No Error Text or Sound (Improved Again)

This is just like the one above but with an added tooltip that matches the original skill, and doesn't disable sound for the skill's error messages. Sound and error messages for the trinket use are still suppressed though. If you set the name of the macro to a blank space, you can't even tell it's a macro. This one is designed more for trinket use than anything else, but it's here for when you only want to silence one of the two skills this macro uses.

If you're running low on characters and you're using this for a trinket, you can replace the use command with 'use 13' (for upper trinket) or 'use 14' (for lower trinket).

Tutorial
  • Credit: Vandalite of Feathermoon, and Xaeros of Shadowmoon for the macro this was based on.
  • Use: Replace 'ExampleTrinket2' and 'ExampleSpell1' With your cooldowns and abilities, then drag to your bar like a normal macro.
  • Works in 3.3.2

Training and Levelling

Learn all Spells from a Trainer

  • Click a second time to stop learning

Tanks: Check unhittability and avoidance (+ how far away hard-defcap)

Gear By iLevel

  • Lists all of your equipped gear sorted by iLevel

Trading, Bags and Money

Print Money and Currencies to Chat Frame

  • Left click to display your total money in the chat window.
  • Click any other way to display your money and all your watched currencies.
  • Works in 3.3.2

Sell all grey items

  • Use: sells all grey quality items
  • Works in 4.0.3
  • May get you in trouble since the selling is so fast that sometimes the server thinks it's spam.

Sell all grey items

  • Use: sells all grey items, shows what was sold and how much money was made from selling
  • Works in 4.0.3

Item Link

  • Use: Displays an item link in the default chat frame.
  • Replace '10000' with the desired item ID #.
  • Works in 4.0.3

Spell Link

  • Use: Displays a spell link in the default chat frame.
  • Replace '10000' with the desired spell ID #.
  • Works in 4.0.3

Professions

Link your professions in the trade channel

Link a single profession

This macro sends a link with your Profession recipes to a Channel.

Replace #prof# with your profession.If your Profession is Engineering, then write:

Link two professions

One button to link both of your professions to trade chat and guild chat. Just replace 'Inscription' and 'Enchanting' with your two professions.Also, trade chat is not necessarily always your number 2 channel. Make sure you check it and adjust accordingly.Replace channel with guild to link it to your guild, or raid to link to raid chat.

One-Button Disenchant/Milling/Prospecting

You can of course change the order, skill and modifier to suite your needs

AIO Profession Button

You can of course change the order, skill and modifier to suite your needs

Fishing

Fishing with your Weather-Beaten Fishing Hat

  • This macro will equip your fishing pole and [Weather-Beaten Fishing Hat], attach lure and start fishing just by repeatedly clicking the button. One-button fishing never was easier.
    • Change the name of your fishing pole if you are not exalted with the Tuskar yet.
  • Works 4.3.4

Modifier Swap

  • Credit: Xaeros of Shadowmoon
  • Use:(Make sure to replace the fishing pole/weapons with your own)
    • On click, you will attempt to cast fishing.
    • On mod+click you will switch between your fishing pole and your weapon(s).
  • Works in 3.3.3a

Set Swap

  • Uses the Blizzard Equipment Manager
    • Requires one set called Fishing that contains your fishing pole and any equipment you want to wear while fishing (fishing hat, gloves or similar) and two sets that fit your specs (replace Set1 and Set2 with your names)

If your fishing set is equipped, click will cast Fishing, mod-click will equip the set fitting your current spec. Otherwise, mod-click will equip your fishing set, normal click will equip the spec-relevant set.

Alternate version for toons with just one spec or equipment set:

Automated Equipment Manager Fishing & Lure Macro

  • Credit: Taurolyon of Sargeras-US --Taurolyon (talk) 15:53, October 14, 2009 (UTC)
  • To use:
  1. Create a Fishing outfit in your equipment manager (or if you use the Outfitter Addon, save the outfit to server)
    • Outfit must be named Fishing
  1. Create a Normal outfit for your primary spec
  2. Create a DPS outfit for your secondary spec (or remove the last line in the macro if you only have one set of gear/spec)
  • If you don't have your fishing pole equipped, it will automatically equip your 'Fishing' outfit from your equipment manager
  • Clicking on this macro after your fishing pole is equipped, will automatically cast your line and start fishing.
  • Shift-Clicking on this macro will apply a lure to your equipped fishing pole (Change Bright Baubles to any lure you'd like. I.E. [Weather-Beaten Fishing Hat])
  • Alt-Clicking on this macro will equip your Normal set of gear.
  • Ctrl-Clicking on this macro will equip your DPS set of gear.

Binding this macro to a button on your mouse will allow for easy one handed casting and reeling.--Taurolyon (talk) 15:53, October 14, 2009 (UTC)

Multi Gathering Macro

Can of course be modified to your liking and professions

  • Not holding down a button: Will summon a mount of your choice (Note:<Mount of your choice> has to be swapped with a mount in your possession).
  • Holding down ctrl: Will make mining nodes appear on your minimap.
  • Holding down shift: Will make herb nodes appear on your minimap.
  • Holding down alt: Will show the Smelting pane, where you can smelt your ore bars.

Craft a single item

(replace 'First Aid' and 'Linen Bandage' with the craft and item you want)

Craft many items of a single type

(replace 'First Aid' and 'Linen Bandage' with the craft and item you want, and 100 with the number you want; use a large number for 'as many as possible')

Equip Trinket Slot Macro Quest

Raiding and Parties

Reload UI and notify group

Reload your UI, send a message to your party/raid telling them you're doing so and set an appropriate /afk message.

  • Credit: Ashel of Antonidas
  • Works in 3.2.0a

Autoassist tank if the tank's target can be attacked

  • Use /focus to set focus on the main tank (or right click on the tank and select focus).
  • Your target will be set to the main tank's target, but only if the tank is targeting an enemy which is alive.
  • Works in 3.3
  • The melee dps version also starts attacking, and sets the icon to your attack ability.

Parties and Raiding

Announce Discord in Party or Raid

  • Use: Announces your Discord details to your party or raid.
  • Works in 7.3.5

List raid members without a food buff

Use this version to list members without a food buff to yourself:

Use this version to send the list to raid chat:

  • Credit: Xaeros of Shadowmoon
  • Use: Click the macro to report members in raid that are neither food buffed nor eating.
  • Works in 7.1

List raid members without a flask active

Use this version to list members without an active flask to yourself:

Use this version to send the list to raid chat:

  • Credit: Xaeros of Shadowmoon
  • Use: Click the macro to report members in raid that are neither food buffed nor eating.
  • Works in 7.1
  • Will not report people using the [Flask of the North].

Just For Fun

Below are macros that serve no real purpose in-game beyond amusement.

Mounts

There's a whole page dedicated to Mount Macros.

Vanity Pets

Wheel O' Pets

  • Credit Xaeros of Shadowmoon
  • Use: Click to summon a random vanity pet. This macro has 49 free characters, so feel free to change your message. By default it says: '[player] spins the Wheel O' Pets! The wheel stops on [[random pet number]/[total pet number]]: [random pet's name]!
  • Works in 5.4.7

Random Pet with Announce

  • Credit Xaeros of Shadowmoon
  • Use: Click to summon a random vanity pet. This macro has 33 free characters, so feel free to change your message. By default it says: '[player] gasps as [pet] hops out of [his/her] pocket! (The [his/her] is based on the character's gender)
  • Works in 5.4.7

Out of Date Vanity Pet Macros

  • Use: This will first attempt to dismiss any vanity pet you have summoned, and then attempt to randomly summon a new one.
  • Works in 3.1.2
  • Use: This is a more advanced version of the above macro, as it first attempts to determine whether or not you already have a pet summoned. If not, it summons one, else it dismisses it. (Note: There's no IsMounted() equivalent for pets, hence the for loop)
  • Works in 3.1.2

Summon Random Pet with salutation

  • Credit: Strunge 12:55, December 23, 2009 (UTC) (Talk)
  • Use: This is a compact version of the above macro that also sends a chat message stating what pet, you have summoned. All 255 characters are used, so you can only change the text in the SendChatMessage-part to a statement with the same amount of characters.
  • Works in 3.3

Random Pet with Announce (Dismiss First)

  • Credit Totemfellow of Silvermoon
    • Based on the above macro by Xaeros of Silvermoon
  • Use: Click to summon a random companion. You will first dismiss any companion you already have out. The default message is '[player] calls for [his/her] faithful friend, [pet name].' This uses all 255 characters, so any altered message will need to be equal or shorter in length.
  • Works in 4.3.4

Target's Gender

Have you ever wondered, 'Is Razorscale a boy or a girl?', when directing a raid to attack 'him' or 'her'? Well now you can pronoun with confidence!

Maybe not the most 'useful' macro, but a fun one :) Use this to discover your target's gender. You may be surprised, every once in a while Blizz slips up and flags Male NPCs as Female and vice-versa.

  • Credit: Xaeros of Shadowmoon
  • Use: Click the macro to print the target's gender. Shift+Click to announce in /SAY.
  • Will not help in the [77] Tails Up (Cats are flagged as unknown, Bears are all flagged male.)
  • Works in 7.1

Raid Blame (now with Guild Blame!)

Have you ever been in a raid that had an unfortunate wipe? Has your raid ever been left wondering, 'What just happened? Who should we blame this on?'? Well, wonder no more! With this macro blame can always be placed upon those who most deserve it with 100% accuracy! [NEW!] Too much blame to go around, and not enough raiders? Well now you can blame the whole guild!

  • Credit: Xaeros of Shadowmoon
  • Use: Click the macro to blame any member of your guild in /guild ! (ex: [iBlame]: RandomGuildie)
  • Use: Shift+Click the macro to blame any member of your raid in /raid ! (ex: [iBlame]: RandomRaider)
  • Extra: This macro currently pulls a random guild member from the entire guild, if you'd rather only blame ONLINE members, change 'x=GetNumGuildMembers(1)' to 'x=GetNumGuildMembers(0)'
  • Works in 3.3.3a

Target Wealth

By selecting a (player) target and clicking this macro, you can see the most amount of gold that player has ever owned! This doesn't show the total amount of money they've ever had, just the single largest sum of money they've ever possessed at once.

  • Works in 4.2.2

Gold Counter

This macro allows you to track how much gold you've made or lost in a specified span of time. Shift/Ctrl/Alt click to set the starting point. Then just click it to show how much gold you've made/lost since the last starting point. Clicking it does not reset the starting point, you have to Shift/Ctrl/Alt click again to reset it.

Usage:

  • Shift, Ctrl, or Alt click to set the starting point
  • Click to show the total amount of money made/lost since the last starting point
  • Works in 4.2.2

Experience Announcer

Clicking this macro will output a message similar to the following: 'I am 16.2 bars into 64 (3.8 bars left)' into party chat.

  • Works in 4.2.2

Food & Water

Equip Trinket Slot Macro Cheat

Eating and drinking

  • Use: Let you eat an drink at the press of one button
  • Works in 3.3.5

Eating and drinking with dynamic food & water

  • Use:This macro uses Items from a fixed Bag slot so you can easily exchange the food (B1 Slot 20)/water (B1 Slot 16) you want to be consumed.
    • Default: this macro will use the item in slot 20 and 16 of the first bag (to the left of the bavkpack which is zero) so you immediately start eating an drinking.
    • Modifiers: You can use the modifiers [alt] and [shift] if you only want to drink or eat. The Modifier alt also views a count of water currently in bag.
    • Buttons: btn1 is default; btn3 is similar to the shift modifier; btn2 is similar to the alt modifier.

Old macros

Macros written before the current patch that have not been re-validated in newer patches can be found on the Old Macros page.

Equip Trinket Slot Macro

Retrieved from 'https://wow.gamepedia.com/Useful_macros?oldid=5495957'