Return to site

Wow Classic Use Trinket Slot Macro

broken image


Buy WoW Gold Cheap

  • I tried the macro but doesn't work for me. Here's a copy paste of the macro: /script UseInventoryItem(13); /cast Greater Heal(Rank 3) it just says 'another action is in progress' and casts the heal without using the trinket first. The trinket in question is Blessed Prayer Beads. It doesn't trigger GCD but has a castanimation, is that why?
  • You cant use if statements in WoW Macros, or any decision operators with Blizzards LUA. Hypothetical code would be something like /run if GetItemCooldown('Mark of Supremacy')0 then UseAction(62) end; Where Mark of Supremacy is the item and 62 is actionbar slot Can use external program to bypass this however, PM if want more info.

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 equipment slot identifiers eliminates the need to manually modify macros after upgrading a particular item.

  • Buy Cheapest WoW Classic Gold Instant Delivery with a 4% off coupon: SEAN. Buy Cheap WoW Gold Classic at PVPBank using PayPal.
  • Buy WoW Gold Safe and Fast with a 3% off coupon: AOE. Aoeah is one of the best places to buy WoW Gold. Register a new account and enjoy an extra 1% discount.
OTHER USEFUL MACROS:
THISTLE TEA MACROS
This will drink your Thistle Tea then follow up with a Cold Blood and Eviscerate.
#show Thistle Tea
/use Thistle Tea
/castsequence reset=180 Cold Blood, Eviserate

Alternatively, you could designate a Button-Click or a Modifier ¡°[modifier:shift/ctrl/alt]¡± for using your Thistle Tea...
/use [button:2] Thistle Tea
/Castsequence reset=target Premeditation, Ambush, Eviscerate, Thistle Tea, Backstab, Sinister Strike, Hemorrhage

This macro will Premed -> Ambush -> Evis, then use your Tea, then Backstab -> Sinister Strike -> Hemorrhage. The nice thing about this macro is that you could simply use it for Thistle Tea at ANY TIME by just Right-clicking the Macro! This can help save space on your action bar.
To watch the Thistle Tea cooldown, just use the ¡° ¡± macro icon and add ¡°#show Thistle Tea¡± as the first like of your macro.
USE TRINKET MACROS:
I generally use the Equipped Macro Icon addon for these so that I can see exactly what trinkets I have equipped, but I am waiting for the addon to be debugged for 2.0, as it currently interferes with Stealth-Bar toggling.
These lines can also be added to the beginning of other macros, for that ¡°trinket boost¡± prior to putting the smack down!
Use Trinket in Top Slot:
/Use 13
Use Trinket in Bottom Slot:
/Use 14
Example of a ¡°use a Trinket by name, then cast a spell¡± Macro:
This macro requires 2 button pushes to activate the item and the spell. The '#show' at the beginning will display the item named and its cooldown - whether or not the item is actually equipped (I believe it is grayed out if it is not equipped). Be sure to use the ¡° ¡± macro icon.
#show
/use
/cast Blade Flurry

Alternatively, you may use a ¡°/castsequence¡± and insert the item name:
/castsequence reset=120 , Blade Flurry
Example of a Right-Click to Cast / Left-Click to Trinket macro. This will also show your Trinket on the icon so you can monitor the cooldown.
#show Black Pearl Panther
/startattack
/cast [button:2] Black Pearl Panther; Sinister Strike

APPLYING POISONS / SHARPENING STONES MACROS:
Useful for applying poisons with a few clicks. No need to open your Character window.
*We have heard of people having trouble with these macros when using non-standard UIs or ¡°Bar¡± addons.
This first one will apply poison to the MH with a ctrl-click and to the OH with an alt-click. It will also show how many doses of poison you have left in your bags.
#show
/use
/use [modifier:ctrl] 16
/use [modifier:alt] 17

This second macro will apply your poison and to the Main Hand (16) if you left-click the macro. It will apply your poison to the Off Hand (17) if you right-click the macro. It will also show how many doses of poison you have left in your bags.
#show
/use
/use [button:2] 17; 16

For applying a different poison to each weapon:
/castsequence [button:1] Crippling Poison II; [button:2] Wound Poison IV
/use [button:1] 16; [button:2] 17

Left-click it for main hand poison, right-click it for offhand poison. Also, because it is a ¡°/castsequence¡±, if you use the ¡° ¡± macro icon the icon changes to whichever poison you just applied and shows how many uses are left as well!

Wow Classic Trinket Slot Macro

GUNS AND BOMBS!
SINISTER STRIKE (Left-Click) -> SHOOT (Right-Click)
Classic
Replace the ¡°Shoot Bow¡± with ¡°Shoot ¡±.

Wow Classic Use Trinket Slot Macro File

/cast [button:2] Shoot Bow; Sinister Strike
SHOOT (Left-Click) -> BOMB / GRENADE (Right-Click)

Wow Classic Use Trinket Slot Macro Converter


Put your bombs in your bag and update the ¡°x y¡± for the bag and slot, or just use the item by name.
/use [button:2] x y
/cast [button:1] Shoot Bow




broken image