This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Blows the whistle on whoever used a Toy Train Set.
to get rid of the "out-of-date" message, change ## Interface: 30000 to ## Interface: 40000 in the file "TrainWhistle.toc" located in the "World of Warcraft\interface\addons\TrainWhistle" folder
to get the add on spam the message to /raid or /say you can add the line SendChatMessage("TrainWhistle: " .. srcName .. " has used a Toy Train Set", "SAY") just below DEFAULT_CHAT_FRAME:AddMessage("|cff33ff99TrainWhistle|r: " .. srcName .. " has used a Toy Train Set")
in the file "TrainWhistle.lua" located in the "World of Warcraft\interface\addons\TrainWhistle" folder
you can change "SAY" to "YELL", "RAID" or "PARTY" ... personally I advise to keep it at "SAY" since there are no checks to see if you are in a party or raid and with "YELL" you spam just as much
Is it possible to get an update on this in light of 4.0.1? As far as I can tell it still works fine, my OCD is upset that it's listed as out-of-date, though.
## Interface: 30000
to
## Interface: 40000
in the file "TrainWhistle.toc" located in the "World of Warcraft\interface\addons\TrainWhistle" folder
SendChatMessage("TrainWhistle: " .. srcName .. " has used a Toy Train Set", "SAY")
just below
DEFAULT_CHAT_FRAME:AddMessage("|cff33ff99TrainWhistle|r: " .. srcName .. " has used a Toy Train Set")
in the file "TrainWhistle.lua" located in the "World of Warcraft\interface\addons\TrainWhistle" folder
you can change "SAY" to "YELL", "RAID" or "PARTY" ... personally I advise to keep it at "SAY" since there are no checks to see if you are in a party or raid and with "YELL" you spam just as much
/cheer Sleepysteve ;)
-T
ie. /raid or /s