Macro to manage raid

Share or request WoW addons
Post Reply
User avatar
mindscourge
Posts: 2

Macro to manage raid

Post by mindscourge »

Macro is designed to drop dead bots and keep alive bots. Its perfect if you are playing healer class and you need to clean up dead bots.

/script for i=1, GetNumRaidMembers() do local c = UnitName("raid"..tostring(i)) if ((not(c==nil)) and (UnitHealth("raid"..tostring(i)) < 1)) then UninviteByName(c) end end
User avatar
mbannout
Posts: 1

Re: Macro to manage raid

Post by mbannout »

Hello,

I tried to use this macro on 1.14 and nothing happens. dead bots do not get kicked. any idea what i'm doing wrong ?
Post Reply