Use trinket slot 1 macro

By Guest

Can you make a macro to cast a trinket with a spell? ... It would be /use Trinket Name since it's an item and not a spell. Try this: ... Macro's cannot check for cooldowns. However, LUA can with the GetActionCooldown(slot) function. But you cannot do any casting based on the results because of Blizzards protected functions.

What /use # stands for? • WoW Lazy Macros When making macros, you can put also special enchants with use like engineering enchants on gloves or belt, etc. Instead of putting the whole name of the item in the macro, you can just add a “/use #” and save space for more abilities. Here is a list of what each number represent in a slot. 0 Ammo. 1 Head. 2 Neck. 3 Shoulder. Useful macros (1.0) | WoWWiki | FANDOM powered by Wikia Use a Trinket/Item Edit /script UseInventoryItem(13) Use: Pops the trinket you have equipped in the first trinket slot. This way if you have several "on use" trinkets you can control any of them with a single button instead of creating multiple buttons for each trinket, as long as the trinket is in the appropriate slot. How to Macro Trinkets - World of Warcraft Forums Battle.net App. Downloads. Game Forums Trinket Macro? - Quality wow vanilla realm (1.12)

Example Of Using A Trinket With A Spell: | World of ...

Example Of Using A Trinket With A Spell: | World of Warcraft ... To make maximum use of this macro you will have to make sure that your "use" trinket is in the same item slot. This is because all items on your character has a slot number. For example, your Weapons, offhand and mainhand, have the slot numbers of 17 and 16, and your relic, wand, or ranged weapon slot number is 18. Macro for Trinkets : wow - reddit /equip trinket 1513 -> this will put the trinket that you type the name of into slot 15, which is your first trinket slot. Your second trinket slot is 16 14. You could also just use gear sets from your character screen. Edit: I was incorrect on the trinket slot numbers.

Find Out How to Use Your Items in World of Warcraft Macros

Using, Equipping, and Managing Items with Macros. Trinkets are the most commonly useable equipped items, so this command is most applicable to the trinket slots: 13 and 14 (a full list of slots appears below). Thus, a macro to activate whatever trinket is in your top trinket slot would include the command /use 13. Bags have numerical values as well, as we will see in the next example. Vuhdo mouse over macro for a trinket : wow - reddit Looking for help with a mouseover macro that will work with vuhdo frames for the KJ healing trinket. I haven't been able to find anything that works. This works for any other spell: showtooltip /use [@mouseover,help,nodead][help,nodead][@player] The Deceiver's Grand Design. But for some reason doesn't work with that trinket. Useful macros (1.0) | WoWWiki | FANDOM powered by Wikia Use: Pops the trinket you have equipped in the first trinket slot. This way if you have several "on use" trinkets you can control any of them with a single button instead of creating multiple buttons for each trinket, as long as the trinket is in the appropriate slot. For the second trinket slot, substitute (14). Mage - Burst macro with Icy Veins and both trinkets

For valid macro information, refer to Making a macro, Useful macros, or UI beginner's guide. ... You have to use 17, because it is 2nd Actionbar and 5th slot ((2-1)*12+5=17). ... Use: Pops the trinket you have equipped in the first trinket slot .

Useful macros - Wowpedia - Your wiki guide to the World of Warcraft Sep 18, 2018 ... Sound and error messages for the trinket use are still suppressed though. ... / script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do ... Mage - Burst macro with Icy Veins and both trinkets - Macros - Arena ...