Is there a way to link a chat event such as has become ENRAGED to the current target, to my pet macs to only turn off attack if it is his, or at least a similar, target?
Thanks
Moderator: MacroQuest Developers

Don't just say yes, and not post anything.Ariain wrote:Yes
Code: Select all
#event enraged "has become ENRAGED"
Sub Main
:loop
/doevents
/goto :loop
/return
Sub Event_Enranged
/if $p0~~"$target(name)" {
/pet back off
}
/return