DennisWG / Roid-Macros

Vanilla macros on steroids!
MIT License
58 stars 20 forks source link

how? enchant or buff or use poisons / consumables on weapons #31

Closed grand-lotus-iroh closed 11 months ago

grand-lotus-iroh commented 6 years ago

How do I apply poison to offhand and main hand weapon? What about a consumable like Sharpening Stone?

May you please assist?

Thanks in advance. Great work with the addon. Incredible..


This is a an example super macro

/script UseItemByName("Instant Poison")
/script PickupInventoryItem(17)
/script ReplaceEnchant();

http://www.wow-one.com/forum/topic/97693-lf-poison-re-apply-macro/?do=findComment&comment=746064

/script UseContainerItem(0, 1)
/script PickupInventoryItem(16)
/script ReplaceEnchant();

http://www.wow-one.com/forum/topic/97693-lf-poison-re-apply-macro/?do=findComment&comment=728044