I have been toying around with the mass guild invite macro in attempts to make a macro that will invite ALL people in the who list to the party that I am currently in.
So far no luck
/script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("Hello "..c.."! <Servants of Xenu> OPEN Bank 590+mem, Leveling, Raids, Wealth","WHISPER","COMMON",c); PartyInvite(c); end; i=i+1; end;
I will rep you if you can help me with this.