Thread Tools Display Modes
04-11-17, 11:15 AM   #1
mahdishahidi
A Murloc Raider
Join Date: Apr 2016
Posts: 7
Auto whisper

Can anyone create an addon to whisper all players in the /who list a simple sentence with a delay?
  Reply With Quote
04-11-17, 11:26 AM   #2
Kanegasi
A Molten Giant
 
Kanegasi's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2007
Posts: 666
That sounds super annoying. What are you trying to do, send guild spam?
  Reply With Quote
04-11-17, 12:34 PM   #3
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
There are a plethora of addons for that and it can be as simple as this script

Code:
/run for i = 1, GetNumWhoResults() do SendChatMessage("spam spam spam", "WHISPER", nil, GetWhoInfo(i)) end
  Reply With Quote
04-11-17, 07:51 PM   #4
mahdishahidi
A Murloc Raider
Join Date: Apr 2016
Posts: 7
Originally Posted by Ketho View Post
There are a plethora of addons for that and it can be as simple as this script

Code:
/run for i = 1, GetNumWhoResults() do SendChatMessage("spam spam spam", "WHISPER", nil, GetWhoInfo(i)) end

Thank you but the problem is about the blacklisting. I mean are you sure if this script won't send the same player my spam message?
  Reply With Quote
04-11-17, 08:01 PM   #5
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
http://lmgtfy.com/?q=guild+invite+addon
  Reply With Quote
04-12-17, 08:31 AM   #6
mahdishahidi
A Murloc Raider
Join Date: Apr 2016
Posts: 7
Originally Posted by Ketho View Post
I don't want the addon to invite players in a guild.
I want just whispers to all players not just players without guild
  Reply With Quote
04-12-17, 09:45 AM   #7
jeffy162
A Pyroguard Emberseer
 
jeffy162's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 2,364
Search "whisper" on any addon site. You should find something that you can use.
__________________
Ahhhh, the vagueries of the aging mind. Wait.... What was I saying?


Carbonite <----- GitHub main module (Maps ONLY) download link. The other modules are also available on GitHub.
Carbonite-CLASSIC<----- GitHub link to Carbonite Classic. Thanks to ircdirk for this!
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Auto whisper


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