Rogue Poison macro broken

My main-hand and off-hand poison macros are broken, or rather the one I used to use is broken.

In case you're wondering this is what it was it's this...

Main-hand

/use Instant Poison
/use 16

Off-hand

/use Deadly Poison
/use 17

This made it so that with a press of a button I can apply Instant poison to my main-hand and Deadly Poison to my off-hand.

This isn’t a massive problem because when I noticed that the macro was broken I changed it to an item ID macro rather than an item name macro but I shouldn’t need to do that because it was working fine before. This is most likely due to me deleting the lvl 75 poison as it was working when I had that but not when I started using the Cataclysm Instant/Deadly Poisons which have a level requirement of 10 and 30 respectively.

In case you’re wondering what the item IDs are it’s…

/use item:6947 (Instant Poison)
/use item:2892 (Deadly Poison)

- Don’t include the brackets

2 Likes

Thank you, I was wondering how my poison macros broke too!

My macro to left/right/middle click each poison is this and it works now:
#showtooltip
/use [button:1]item:6947; [button:2]item:2892; [button:3]item:10918;
/use [button:1] 16; [button:2] 17; [button:3] 18
/click StaticPopup1Button1

Instant on left, Deadly on right, and wound on middle

1 Like

You can shorten it to this…

#showtooltip
/use [btn:1]item:6947;[btn:2]item:2892;[btn:3]item:10918
/use [btn:1]16;[btn:2]17;[btn:3]18
/click StaticPopup1Button1

I don’t like the click ones, I prefer a keybind. I have it bound to mouse button 5 and shift MB5.