World of Warcraft Cataclysm Guide

Applying Poisons Macros

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 3.00 out of 5)
Loading ... Loading ...

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

Posted by Wow Macros
wowmacros@yahoo.com wowmacros.googletalk

Wow Macros. We provide the most complete wow macros list for all class. Paladin, Warrior, Shaman, Priest, Mage, Warlock, Hunter, Rogue. You can use this to describe yourself, which server you play, your guild or just to show off your toons or whatever. The social contact is just an example :)

joana wow leveling guide

4 Responses to “Applying Poisons Macros” Macro

  1. Mark says:

    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. ^_^

  2. Wow Macros says:

    Thanks for sharing Mark! :)

  3. Paul says:

    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)

  4. Seymour Buttocks says:

    It’s not complicated paul lol. Basic Scripting :P

Leave a Reply