Wow Classic Macro Equip Slot
Macros |
---|
General guides |
Macros Beginners Guide |
Useful macros by class |
Main Menu |
---|
Equips an item in your inventory to a specific slot.
Hi, I just found a working solution (for me at least). I modified a macro based off this Reddit post I found. Replaced the proper spells and weapons and it worked! Hope this helped. Original Reddit macro below. #showtooltip Berserker Stance /equipslot 16 name of the main hand weapon /equipslot 17 name of the other weapon /cast. Equipping items Macro There are three commands for equipping items: /equip, /equipslot, and /equipset. /equip simply takes an item name and will equip it to the default slot as if you had right-clicked it in one of your bags. /equipslot takes an inventory slot ID and an item name, and equips the item to the specified slot. Equip - /equip, /eq - Equip an item to its default slot. Equipset - /equipset - Change equipped items to a set stored in the Equipment Manager equipslot - Equip an item to a specific slot. Friend - /friend,/friends - Adds a player to your Friends list. Follow - /f,/follow,/fol - Set yourself to follow the selected target.
Usage
This command accepts secure command options. The value associated with the first satisfied condition will be interpreted as described below. If no conditions are satisfied, no action will be performed.
Wow Classic Macro Equip Slot Download
Arguments
- InvSlot
- The numeric slot on your character to equip the item to.
- item
- The name of the item to be equipped.
- BagID slot
- The bag the item is in (0 is backpack, etc...), and the bag slot number, starting at 1.
This post is not hunter specific, but it’s something I’d been meaning to share for awhile…
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. 😉
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 Slot Machine
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. 🙂
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.
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. 😉