Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » AddOns, Compilations, Macros » Macro Help » Disband raid macro help

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off