Wow Macro Equip Slot

  
Wow Macro Equip Slot Average ratng: 3,5/5 2233 votes

Once installed, you can bring up the SuperMacro window by typing '/macro' in the chat box, or pressing Esc to click on the new SuperMacro button. You will notice immediately that you have more macro slots available. Can someone write two macros, one that would equip: Warglaive of Azzinoth in main hand and Swiftsteel bludgeon in offhand. And a second macro that would equip Bulwark of Azzinoth in offhand! Ofc +Rep to that one which will do it correctly. It’s simple to macro weapon swaps from a 2h weapon 1h weapon / shield. Equipping a 2h replaces your 1h, and equipping a 1h replaces your 2h; automatically allowing space for your shield. What’s not simple, is equipping two 1h in each slot while already wearing a shield because the shield overrides the second 1h weapon.

Buy WoW Gold Cheap

  • 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.
WEAPON-SWAP MACROS:
Lots of requests for Weapon Swaps, so here are some of the basics. From these you should be able to substitute the Spell of your choice and swap away!
Please Note: If you are spamming these it is possible for you to hit the macro before the game registers that you have the correct weapon in hand, which will cause you to switch weapons again instead of casting the appropriate ability.
We have also heard of people having trouble with these macros when using non-standard UIs or ¡°Bar¡± addons. Wow Macro Equip Slot
THE BASICS
/equipslot <slot> <itemname>
Wow macro equip trinket slot WEAPON-SWAP then AMBUSH
Hit it once to switch to a dagger, then spam it to cast Ambush as soon as it's ready. I generally use this in conjunction with the Weapon-Swap then Backstab macro below. This allows me to toggle back to my main weapon after I de-stealth.
/equip <item name>
/cast Ambush

WEAPON-SWAP then BACKSTAB
Assuming you don¡¯t have a dagger equipped, this will swap your weapon on first click, then cast Backstab AND swap weapon back on the second click.
/cast Backstab
/run UseContainerItem(x,y)

Alternatively:
/cast [equipped:daggers] backstab; equip <dagger name>

Wow Macro Gear Slots


SWORD / DAGGER SWAP -> MUTILATE / SINISTER STRIKE
The first macro will equip a dagger then cast Mutilate.
/cast [noequipped:One-HandSword] Mutilate
/equip [equipped:Sword] <dagger name>

This one will equip a sword, then cast Sinister Strike.
/cast [equipped:Sword] Sinister Strike;
/equip [noequipped:Sword] <sword name>

MAIN-HAND <=> OFF-HAND WEAPON SWAP
This macro swaps your Main-Hand weapon with your Off-Hand weapon.
/equipslot 16 <link weapon>
/equipslot 17 <link weapon>

Or, you could try using a Modifier (shift/ctrl/alt) or Button:
/equipslot 16 [button:2] <weapon name>, <weapon name>
/equipslot 17 [button:2] <weapon name>, <weapon name>

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) Slot
Left-click to equip the second weapon, right-click to equip the first weapon.
Wow macro equip bag slot/equipslot 16 [button:2] <weapon name>, <weapon name>
This one is similar, but is not Main-Hand specific:
/equip [button:2] <weapon name>, <weapon name>
AMBUSH = DAGGER / HEMORRHAGE = SWORD -> WEAPON SWAP MACRO

Wow Macro Equip Slot Wow

If you are stealthed it will equip a dagger, if you are not stealthed it will equip a sword. If you have a dagger equipped and are stealthed it will cast Ambush. If you have a One-Handed Sword equipped it will cast Hemorrhage.
/equip [stealth] <dagger name>, [nostealth] <sword name>
/cast [equipped:daggers, stealth] Ambush; [equipped: One-Handed Swords] Hemorrhage

STEALTH -> MAIN-HAND / OFF-HAND SWAP -> BACKSTAB
This macro will stealth, then switch main and off hand weapons, cast back stab, then switch weapons again all in one macro. Reset the /castsequence by pressing ctrl then clicking the macro.
/castsequence reset=ctrl Stealth, Backstab
/script PickupInventoryItem(16); PickupInventoryItem(17)
Wow macro equip slot machine
MAIN-HAND SWAP -> DAGGER <=> SWORD
This looks for your Sword and if it IS equipped, it will swap in the Dagger. If the Sword is NOT equipped, then it will swap in the Sword.
/script if strfind(GetInventoryItemLink('player',16)or', '<sword name>') then EquipItemByName('<dagger name>', 16) else EquipItemByName('<sword name>', 16) endHey,
Because NRB don't allow to switch weapons while auto attacking (which is not blizzlike), i write this macro to allow us to unequip bow/gun on the hunter clas call of Nefarian :
Code: Select all
/script AttackTarget()
/script ClearTarget()
/script TargetLastTarget()
/run local p,s='player',18 if GetInventoryItemLink(p,s)then PickupInventoryItem(s)PutItemInBackpack()end

It work great. It's very easy to write a macro to desequip/equip your ranged weapon in one button, but it's very risky and i prefer have a bind on this macro, and another on my bow.

Wow Macro Equip Slot

Dev