WoW Quotes addon Dragonflight/Wrath of the Lich King Classic 2025
logo
wow addon Quotes

Quotes

Game Version: 6.2.2
Total Downloads: 1,243
Updated: Oct 28, 2015
Created: Dec 9, 2014
download QuotesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Quotes 6.2.2 release 5.60 KB Oct 28, 2015 6.2.2 705 download Quotes Quotes 6.2.2 releaseDownload
Quotes 6.1.0 release 5.60 KB Mar 9, 2015 6.1.0 332 download Quotes Quotes 6.1.0 releaseDownload
Quotes v.1.0.1 release 5.60 KB Dec 26, 2014 6.0.3 206 download Quotes Quotes v.1.0.1 releaseDownload

Screenshots

Description

Share this:

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

Comments

Add a comment