03-29-2005, 04:46 PM
I just saw this forum thread on the WoW forums asking for the basic functionality of your AggroHelper mod. You might want to check it out. I would have posted but the login server is down (surprise surprise).
Interestingly, someone wrote a macro that might work as a "lite" version of the feature. It hasn't been tested though and I am not sure if it is equivalent:
/script for i=1,8 do TargetNearestEnemy(); AssistUnit("target"); if "HealerNameHere" == UnitName("target") then break end; end; TargetLastEnemy();
Interestingly, someone wrote a macro that might work as a "lite" version of the feature. It hasn't been tested though and I am not sure if it is equivalent:
/script for i=1,8 do TargetNearestEnemy(); AssistUnit("target"); if "HealerNameHere" == UnitName("target") then break end; end; TargetLastEnemy();