Newbie Poison train macro help

EvilAcid

Grandmaster
Currently training poisoning, and was curious about a more efficient way to macro for an amateur razor user as myself. Right now I am getting stacks of ten poison potions, and then double clicking each pile and poisoning a dagger. Then i replace each wait time with like 2 second delays, and then a seven second delay between absolute target and use next poison skill.

Curious what the better way to go would be that isnt too complicated so i dont have to keep remaking this macro every new session, very tedious putting in these pauses everytime. Thanks a lot.
 

HellGuy

Adept
Hi,

I know you would probably have maxed out the poisoning by now but this might help others.

" If " is for checking health, if it is lower, it means he poisoned himself and needs healing, thus applies band-aids.

Double clicks on keg
uses skill on green potion
targets newbie dagger



!Loop
Assistant.Macros.IfAction|0|1|100
Assistant.Macros.DoubleClickTypeAction|6464|True
Assistant.Macros.PauseAction|00:00:01
Assistant.Macros.UseSkillAction|30
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.TargetTypeAction|False|3850
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.AbsoluteTargetAction|0|0|1076719918|61|104|0|3922
Assistant.Macros.PauseAction|00:00:09
Assistant.Macros.ElseAction
Assistant.Macros.DoubleClickTypeAction|3617|True
Assistant.Macros.WaitForTargetAction|30
Assistant.Macros.HotKeyAction|1059|
Assistant.Macros.PauseAction|00:00:11
Assistant.Macros.EndIfAction
 
Top