Ive been trying to write my own mac find snip and what not that will work for me. But Ive been having problem with my mac, if i get a couple add's and my toon get below set Hp for med it tries to med instead of finishing killing then medding. Was hoping someone could point out what I'm doing wrong.
/if (!${agro} & !${Me.Combat}) /goto :med
Is Used to get to the med portion of my mac.
Then Inside the :Med Sub i have these to try and keep it from going to med if agroed.
/if (${Me.Combat}) /goto :main
/if (${Agro}) /goto :main
/if (${Agro} & ${Me.Combat}) /goto :main
Well there what i got im just learning about mac and still lost on alot of stuff so any help is Appreciated!!
/if (!${agro} & !${Me.Combat}) /goto :med
Is Used to get to the med portion of my mac.
Then Inside the :Med Sub i have these to try and keep it from going to med if agroed.
/if (${Me.Combat}) /goto :main
/if (${Agro}) /goto :main
/if (${Agro} & ${Me.Combat}) /goto :main
Well there what i got im just learning about mac and still lost on alot of stuff so any help is Appreciated!!