Wow macro use slot 13

The most inclusive guide for World of Warcraft macros on the web, this guide is your first stop for learningFor using trinkets within other macros just use their slot number /use 13 for the top trinket slotWell I no longer play wow, and I believe there are some changes to the macro system since...

Note that you should never use these values in AddOns, since they may change. Use GetInventorySlotInfo (invSlotName) to get the current mapping. This list is only meant to be used as a reference for reverse mapping while debugging, or possibly for use in macros. Graphical Explanation. The current IDs for Inventory Slots are: Equipment slot | World of Warcraft Wiki | FANDOM powered Equip slots in Macros Edit. 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. Example Of Using A Trinket With A Spell: | World of This will use both slots, but only your usable trinket is usable, so, the macro will use it. If you have two "use" trinkets, the macro will use whatever is in slot 13 (the top trinket), the other trinket will have a 20 second cool down. If you're spamming this macro then there will be no problem in getting full use of both of the "use" trinkets. What is the Item # for trinket slot 2? - UI & Macros Jun 26, 2018 · We may also share information about your use of the site with our social media, advertising and analytics partners. Please note that if you are using an ad blocker we may be unable to save a cookie with your preference and you will continue to see this popup every time you visit the site.

If, for example, you had food in that slot, but had used it all, you could simply move more food into that slot instead of creating a new Macro. This saves time and hassle (because no-one wants to stop a raid while they sort out their Macros)! This post is part of the series: A Guide to Using Macros Within World of Warcraft

WOW Macros / By SP Clark / PC, World of Warcraft, World of Warcraft Mods Items and Macros Many items within World of Warcraft have a ‘use’ ability incorporated into them. 2 spells / 2 keybinds = 1 macro (1 action bar slot) : wow No need to use a macro to do that. Just place transcendence on actionbar 1 button 1 and transfer on button 2. They are defaulted to key 1 and 2 so it will do what you want. Yes I know it takes up two slots on your actionbar but you can't do that with a macro anyway so this is your option. World of Warcraft - Macro tips and tricks. - YouTube Macro used = what they do: #showtooltip = show the tooltip of your spells. /startattack = attack whats infront of you. /stopcasting = cancel all spell cast. /cancelaura = remove a buff from you.

How to use an item with a macro Wow Macro | Macro for Wow ...

I'm not too sure what you want to achieve, unless you macro the trinket to an ability there is no point using a macro. But you are right that trinkets are slot 13 (top trinket) and 14 (bottom) and the macro would be /use 14. Making a macro | WoWWiki | FANDOM powered by Wikia If you're happy with the spell that WoW is choosing for the feedback, you can use #showtooltip without a spell to save space in your macro. WoW will still use whichever spell it was choosing before, but it will now show the tooltip info for that spell/item. You cannot use #show and #showtooltip in the same macro, the second one will be ignored. "/use [combat]13" and "/use [combat]14" Explanation (Gnome ... I’m on a roll with posting, so another question that has me perplexed. Can someone explain why “/use [combat]13” and “/use [combat]14” are included in some macros? Searching those terms only returns a truck load of macros with those lines included. Thanks again.

13 Hunter Macros (and then some - World of Warcraft (WOW ...

General macros and templates that you can use to enhance your .... start by replacing “Carafe of Searing Light” with the Trinket slot: 13 – Top, 14 – Bottom. Better Roguing Through Macros | Ravenholdt Apr 30, 2015 ... Using effective macros can increase your efficiency and .... Your upper trinket is in gear slot 13 and your lower trinket is in gear slot 14. SuperMacro/functions.txt at master · Monteo/SuperMacro · GitHub Addons for World of Warcraft 1.12.1. ... Functions and slash commands found in SuperMacro addon that can be helpful in your macros are listed here in alphabetical order. ... use(bag,slot), use(item), /use, /smuse ..... Ex. /script use(13); -- trinket. Nostalrius Begins - Quality wow vanilla realm (1.12) • View topic ...

I’m on a roll with posting, so another question that has me perplexed. Can someone explain why “/use [combat]13” and “/use [combat]14” are included in some macros?

Glyphs are spell and ability enhancements that add cosmetic effects or minor enhancements, created by scribes. Glyphs are color-coded to the class for which they are meant. Useful macros for warlocks - Wowpedia - Your wiki guide to the 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 …

Equipment slot - Wowpedia - Your wiki guide to the World of ... There are 18 equipment slots on a character, as well as 4 bag slots above the Micro Menu and a mount equipment slot in the Mount Journal. The combination of equipment slot and item type is often the first categorization of items used. Macro to use a trinket only if it's equipped - World of Warcraft Macro to use a trinket only if it's equipped Using the /use command in a macro for a trinket will equip the trinket (OOC) if it's not equipped. I was wondering if there is a way to make a macro that will use the trinket only if the trinket is equipped and not equip it if it's not equipped.