Macro to remove all but one bot.

Post Reply
User avatar
Cyndal
Posts: 2

Macro to remove all but one bot.

Post by Cyndal »

/script for i=2, GetNumRaidMembers() do local c = UnitName("raid"..tostring(i)) if (not(c==nil)) then UninviteByName(c) end end
User avatar
anubis88
Posts: 34

Re: Macro to remove all but one bot.

Post by anubis88 »

Very usefull macro if you are raiding with another player or an alt :)
User avatar
SpaceGhost
Posts: 1

Re: Macro to remove all but one bot.

Post by SpaceGhost »

I couldn't get this to work in 1.14 client
Post Reply