Page 1 of 1

Macro to remove all but one bot.

Posted: Fri Sep 20, 2024 5:43 am
by Cyndal
/script for i=2, GetNumRaidMembers() do local c = UnitName("raid"..tostring(i)) if (not(c==nil)) then UninviteByName(c) end end

Re: Macro to remove all but one bot.

Posted: Tue Sep 24, 2024 4:59 pm
by anubis88
Very usefull macro if you are raiding with another player or an alt :)