Need help with Poisoning Macro!!!

Monty2186

Novice
I need help with a poisoning macro that I can run while im around the house. I'll be semi-unattended. I can re-target the kegs and get the resources on my own, the macro doesn't need to do that. I need the macro to take the poison potion from the keg, apply the poison to the weapon, use bandages if I poison myself, then hide if I had to cure myself. Please let me know if someone can help, I can only right macros in Razor, but can't figure out how to even get one like this to work, Thanks.
 

Moosebish

Apprentice
Off the top of my head, my macro would go something like this:

Double-Click oil cloth

Target Dagger

Double-Click keg (this will be the keg your poison potion comes from)

Use Skill Poisoning

Target green potion

Target Dagger

If (poisoned) then

Cast Cure/Drink Orange Potion/Bandage Self

Else

Wait 10000

Repeat


This would go until you ran out of potions in the keg.
 
Top