Hey, I was going to create a guild, and I was wondering ( because I know that there are ) what are the addons or scripts to invite mass of people into your guild. Thanks in advance!
Hey, I was going to create a guild, and I was wondering ( because I know that there are ) what are the addons or scripts to invite mass of people into your guild. Thanks in advance!
/script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("","WHISPER","COMMON",c); GuildInvite(c); end; i=i+1; end;
I get an error as I try to write that :S/script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("","WHISPER","COMMON",c); GuildInvite(c); end; i=i+1; end;
Fadelol, I don't know why, but even after I've downloaded the addon, as I try to write the commands ingame, it just doesn't happen... as if they don't exist. It says "Type /help for listing of a few commands"...
P.S. Fixed it. Thanks a lot <33
Last edited by Zomtorg; 11-26-2011 at 02:15 PM.