MrHepp
01-15-2009, 07:58 PM
I grew tired of applying poisons manually to my rogue alt's weapons and tried to write a macro that performs this automatically. The problem is that I don't want to replace any existing poison; I only want to apply it if there is none there before.
This macro almost works:
/use Deadly Poison VII
/use 16
/click StaticPopup1Button2
It attempts to apply Deadly Poison to the main hand weapon, and clicks "No" if the "Do you want to replace <existing poison> with <this poison>?" dialog box shows up. But if this happens the poison is still selected and I have to press Escape to deselect it.
Now I click the macro key first, wait a couple of seconds and then press Escape. It works, but I want to avoid the Escape part. I there any way to do this?
This macro almost works:
/use Deadly Poison VII
/use 16
/click StaticPopup1Button2
It attempts to apply Deadly Poison to the main hand weapon, and clicks "No" if the "Do you want to replace <existing poison> with <this poison>?" dialog box shows up. But if this happens the poison is still selected and I have to press Escape to deselect it.
Now I click the macro key first, wait a couple of seconds and then press Escape. It works, but I want to avoid the Escape part. I there any way to do this?