View Single Post
12-31-21, 03:58 PM   #1
zENK
A Murloc Raider
Join Date: Dec 2021
Posts: 5
Disband raid macro help

Hi,

Is there a way to make this disband raid macro work so it gets the name-realm from "player" as well? Currently when I use this macro some of my alts are still left in the group and have to manually remove them if they have the same name but are on a different realm, I'm using this macro to disband my group after summoning my alt army to different places. Also, is it possible to make it so it works for both party and raid?

Thanks

/run for i=1,GetNumGroupMembers() do if UnitName("raid"..i) ~= UnitName("player") then UninviteUnit("raid"..i, "reason") end end LeaveParty()

Last edited by zENK : 12-31-21 at 06:15 PM.
  Reply With Quote