Wow Classic Macro Equip Slots

This post is not hunter specific, but it’s something I’d been meaning to share for awhile…

Here is a list of the item slot numbers for your character: Head = 1 Neck = 2 Shoulders = 3 Body = 4 (shirt) Chest = 5 Waist = 6 Legs = 7 Feet = 8 Wrist = 9 Hand = 10 Finger1 = 11 Finger2 = 12 Trinket1 = 13 Trinket2 = 14 Back = 15 Mainhand = 16 Offhand = 17 Tabard = 19. Here is a graphical explaination of your character's item slot numbers. Setting up WoW Classic Warrior macros isn’t any different from creating macros for any class. First, you’ll have to open the Macros window – either by typing /macro (or simply /m) in the chat or choosing Macros from the Main Menu. Equips an item in your inventory to a specific slot. /equipslot options InvSlot item /equipslot options InvSlot bagID slot This command accepts secure command options. The value associated with the first satisfied condition will be interpreted as described below. 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.

My Handy Dandy Fishing Macro

#showtooltip Fishing
/equip Mastercraft Kalu’ak Fishing Pole
/equip Weather-Beaten Fishing Hat
/console Sound_EnableSFX 0
/use Weather-Beaten Fishing Hat
/console Sound_EnableSFX 1
/use Fishing
/script UIErrorsFrame:Clear()

Yes folks… I have a macro for just about everything. 😉

Wow

While this may seem needless and a bit silly, it’s actually quite practical. This macro takes care of many tasks…

  • It equips all of my fishing gear.
  • It automatically applies a lure when the buff falls off.
  • It casts my fishing pole.

Wow Classic Macro Equip Slots

Wow classic macro equip trinket slot

Equip Offhand Macro

Macros

Pressing the macro for the first time will equip your fishing gear and apply a lure. After that, the macro will simply cast your fishing line. When your lure wears off, the macro will automatically reapply it when needed. There are a couple of other lines in there to mute the error spam (fishing lure not ready yet, etc.), but still allow you to still hear the whiz of the fishing reel, as well as the splash of water when you have a fish on the line.

Wow Item Slots

The macro just basically makes it really easy to toss on all of your +fishing gear, equip your pole, and never forget to keep your fishing lure buff applied. Nothing super fancy, but a space-saving convenience macro nonetheless. It’s a one-button solution for fishing. 🙂

Wow Classic Macro Equip Trinket Slot

Those of you who like to do a little fishing now and again – you should try it. Be sure to replace or add any additional pieces of equipment if your fishing gear differs from mine.

Wow Macro Item Slot

I created it a few months ago when I started going after the Blacktip Shark. I haven’t had any luck catching it yet, but at least the event caused me to script this macro. 😉