What it does:
It waits for a set time then /say a quote.
How to customize Quotes .
To change a quote:
1. Open Quotes.lua with an editor (i.e. notepad).
2. Replace The "Meow?" with another quotes (i.e. [code] D = "Meow?" [/code] should now look like [code] D = "Woof?" [/code].
To add a new quote (increase the number of quotes):
1. Add another variable with a quote after [code] Z = " Something funny." [/code] (i.e. [code] Ab = "A new something funny." [/code]
2. Increase the number of quotes in the table by adding your new variable to it. i.e. [code] ranTable = {A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Ab} [/code]
ranTable = {A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Ab}
To change how frequently a quote is given.
1. [code] if total >= 600 then [/code] Should now look like [code] if total >= 3 then [/code]. Time is counted in seconds. We changed it from 10 min to 3 seconds.
Warning: 3 seconds is too short. Spamming messages frequently is not good to go.
To change where the quotes are shared:
1. If you don't want it to share in /say but /guild instead, replace the "SAY" in [code] SendChatMessage(currentSay[1],"SAY") [/code] with "GUILD" [code] SendChatMessage(currentSay[1],"GUILD") [/code].
Here is a link to a list of options. http://www.wowwiki.com/ChatTypeId