Hi,
I was wondering if there is a way to run macros the way i run spells (Spell.CastSpell),
the problem im facing at the moment is that sometimes my warlock pet attacks some mobs while my character is not doing anything waiting for the pet to finish so im creating something like
new Decorator(ret=> Me.CurrentTarget == null && Me.PetInCombat,
new PrioritySelector(
//Get PetTarget Macro)),
if there is another better way tell me please,
I was wondering if there is a way to run macros the way i run spells (Spell.CastSpell),
the problem im facing at the moment is that sometimes my warlock pet attacks some mobs while my character is not doing anything waiting for the pet to finish so im creating something like
new Decorator(ret=> Me.CurrentTarget == null && Me.PetInCombat,
new PrioritySelector(
//Get PetTarget Macro)),
if there is another better way tell me please,