Wow Macro Equip Slot Average ratng: 5,0/5 1047 reviews

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

Equip Slot Macro Wow Classic

  • 1 Aliases 2 Arguments 2.1 Options 2.2 Item Types for equipped 3 Examples Slash commands Changes equipped items to stored item set in Equipment Manager /equipset options setname; options setname. None options List of options below, separated by commas, enclosed in setname The name of the set to switch to as it was saved in the Equipment Manager (note this is case sensitive) You may use.
  • 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. 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.
  • I just made 2 macros. One for slot 16 and the other for slot 17. At this point it doesn't even seem worthwhile to switch between them except for maybe the first freeze/shatter. If you check logs, it's not contributing much unless you have to shatter like 3 times.
  • The way mounts work in patch 8.2 is a little different than it used to be in World of Warcraft.Now, on the mount selection pane, there’s a single gear slot that allows you to equip various forms of mount equipment.

My Handy Dandy Fishing Macro

So in theory, you can Right-Click the macro to equip the first named items, or Left-Click the macro to equip the second named items. MAIN-HAND WEAPON SWAP (Right-Click / Left-Click) Left-click to equip the second weapon, right-click to equip the first weapon. /equipslot 16 button:2.

#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. 😉

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.

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.

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 Macro Equip SlotMacro

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 Equip Slot Quest

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. 😉