View Single Post
10-20-12, 01:27 PM   #14
Caetan0
A Warpwood Thunder Caller
Join Date: Aug 2011
Posts: 99
Now yes it is with all the checks that I desire.
Thank you for your help and sorry for the inconvenience or lack of information, I am Brazilian and I use the Google translator to communicate with you. Sorry and thanks.

Just one last curiosity, liha this command ...
Code:
	local message, sender, _, _, _, _, _, channel = ...
		if sender ~= UnitName("player") and (channel == 1 or channel == 2) then
			for _, mystring in pairs(MESSAGES) do
				if message == mystring then
					timeUntilNextMessage = 330
					print("resetado")
				end
			end
		end
There are some (not me) sent a text table and resets the timer addon for 330. As it has reset the timer randomly on a scale from 330 to 300?
  Reply With Quote