06.11Applying Poisons Macros
Poison Main Hand Weapon with One-Click:
/run UseContainerItem(x,y)PickupInventoryItem(16)
Poison Off-Hand with First Click, Main Hand with Second Click:
/run if GetWeaponEnchantInfo(nil)then UseContainerItem(x,y)PickupInventoryItem(17)else UseContainerItem(x,y)PickupInventoryItem(16)end
Poison Main-Hand with Click, Off-Hand with Alt-Click:
/run UseContainerItem(x,y)
/run if IsAltKeyDown()then PickupInventoryItem(17)else PickupInventoryItem(16)end
Poison Main-Hand with Click, Off-Hand with Alt-Click – using 2 different poisons…
/run if IsAltKeyDown()then UseContainerItem(x,y)PickupInventoryItem(17)else UseContainerItem(x,y)PickupInventoryItem(16)end






Similarly, you can do /use Deadly Poison X(where X is the rank)
I find it easier to Make 3-4 macros for all my poisons using the shift modifier for OH/MH and bind them to my key pad.
Great macro though. ^_^
Thanks for sharing Mark!
Wow that seams complicated to what i use:
/use Deadly Poisen X(where X is the rank)
/use 16(main hand) or 17 (off hand)
It’s not complicated paul lol. Basic Scripting