I am looking for a macro that will attempt to kick all players listed in a raid, assuming you have the ability to kick them.
I will rep you if you can make this.
I am looking for a macro that will attempt to kick all players listed in a raid, assuming you have the ability to kick them.
I will rep you if you can make this.
You can either KICK everyone or you just leave the party. Same effect.
/kick raid 1
/kick raid 2
/kick raid 3
/kick raid 4
/kick raid 5
/kick raid 6
/kick raid 7
/kick raid 8
/kick raid 9
/kick raid 10
/kick raid 11
/kick raid 12
/kick raid 13
/kick raid 14
/kick raid 15
/kick raid 16
/kick raid 17
/kick raid 18
/kick raid 19
/kick raid 20
Click 2 times and voila. Also there might not be spaces between raid and number but im not sure.
I would think it would be more complicated then that... But I will give it a try
edit: This macro is non discriminant and is often going to kick yourself before you get to chance to kick anybody else.
Also the macro only kicks the first listed person.. IT does not go down the line..
Last edited by FNOG; 06-29-2009 at 07:51 AM.
Is this place like dead or something?
Try Ora2 / Ora3
Last edited by XT-GNOM; 05-29-2010 at 12:54 PM.
Here is a working macro that will kick everyone from the raid (aka disband the raid):
Code:/script for i=GetNumRaidMembers()-1,1,-1 do UninviteUnit("raid"..i); end