Incidentally, was reported AFK in one AV out of the 40 I have now played.
Was easy to click the AV Trinket, to hearth to defense which cancelled the debuff... and to then stay in combat on defense.

And I got to test out the new macro, which works perfectly.
Had several people complain about being reported AFK; I said something like, "Yeah I hate idiots that report me, when I am actively playing..."
AFK reports everyone in the BG, except those from my server.
Thanks for the macro.


/run for i=1,GetNumRaidMembers()-1 do local unit = "raid"..i local name,realm = UnitName(unit) if(realm) then ReportPlayerIsPVPAFK(name.."-"..realm) end end