axazol
New Member
- Joined
 - Jun 27, 2010
 
- Messages
 - 308
 
- Reaction score
 - 8
 
It's a World of Warcraft in game addon like others.
1. UnZip them into your Addons folder.
2. Open spam_chanel.lua file by any text editor.
3. Setup your spam message and few other settings.
4. Run WoW.
Addon Logic:
They can spam in 2 different chanels (trade and LFG, for example). Based on settings in spam_chanel.lua file.
After starting wow and entering world, addon start continuesly spaming in selected chat chanels in selected delays of times.
If you set 2 different chat addon firstable send message in first chanel, then in second and so on.
Also you can set a number of messages from other players in chanels, after which addon put theyr message in chanel before specified delay. That can be helpfull in raiding prime-time.
	
	
	
		
PS: Idk where to post thread like that, so move it to right place =)
				
			1. UnZip them into your Addons folder.
2. Open spam_chanel.lua file by any text editor.
3. Setup your spam message and few other settings.
4. Run WoW.
Addon Logic:
They can spam in 2 different chanels (trade and LFG, for example). Based on settings in spam_chanel.lua file.
After starting wow and entering world, addon start continuesly spaming in selected chat chanels in selected delays of times.
If you set 2 different chat addon firstable send message in first chanel, then in second and so on.
Also you can set a number of messages from other players in chanels, after which addon put theyr message in chanel before specified delay. That can be helpfull in raiding prime-time.
		Code:
	
	-----------------------[ START SETTINGS ]-----------------------
-- Spam message:
local spam = "..."
-- Global delay between chanel rotation in seconds:
local delay = 130 
-- First spam chanel number:
local chat1 = 2
-- First flood message count:
local chan1flood = 20
-- Second spam chanel number ( set to zero if u dont use it):
local chat2 = 4
-- Second flood message count:
local chan2flood = 20
------------------------[ END SETTINGS ]------------------------
	Attachments
			
				Last edited: 
			
		
	
								
								
									
	
								
							
							





