• 1 page(s)
Create List of Players

Hi,

I am modding a macro i found online that takes the list of players from the /who command and then sends out a message and a guild recruitment invite.

I would like to then add the players that the invite is sent out to to a list so that i never ask the same players twice as this could develop into spamming.

It would also have to filter out players already in this list. Is this possible? If so, how?

If it goes above 255 characters I think i can compile to addon.

 

Here is current macro:

/script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("Hi "..c.."MESSAGE TO PLAYERS","WHISPER","COMMON",c); GuildInvite(c); end; i=i+1;

Thanks for any help,

SSP

Report this thread post

a)please

b)dont

c)this is spam even when sent only once

Report this thread post

I dont think that it is. I am using the /who command to find a very specific group of targeted people. I am not just asking people randomly.

Report this thread post

It is an unsolicited whisper so YES it is spamming. The last thing that we want when we are playing on our unguilded alts is someone sending a tell asking to join their guild.

 

Please, please just don't do it.

See my "Thread to end all threads thread" for the answer to your question!

Report this thread post

kk

Report this thread post
  • 1 page(s)
Subscribe to this thread: (you will receive emails when new posts are made)