Thread: caelUI
View Single Post
01-11-11, 05:07 PM   #2
Anj
A Chromatic Dragonspawn
 
Anj's Avatar
Join Date: Feb 2010
Posts: 178
Some common problems and solutions:

Originally posted by Jankly
1.) Volume issue: You need to goto Interface/Addons/caelCore/modules/cvarData.lua and adjust the cVar values for the volume so it doesn't reset on each reload and login.

2.) The bug is because you had a different chat system loaded outside of caelChat. You need to go to WTF/Account/<account name>/<server name>/<character name of all characters that get this bug>/chat-cache.txt and remove the DIMENSION and POSITION lines from the file. Word pad is your better choice for removing the line due to line endings being LF not CRLF.

3.) General Chat does not show up in certain zones, mainly raid instances. If you'd like to change this, check out Interface/Addons/caelChat/cealChat.lua and search for "chatStuff = function" and adjust that function to your liking (This should be around line 515).


Originally posted by Piwafwi
(regarding "missing" chat messages) Look at caelChat/chatFilters.lua. Comment out lines 76 and 77 (comment out meaning placing a "--" at the start of that line).

Should look like this:

Code:
local Spam = {
	[1] = "You have .+ the title '.atron Caellian'%.",
	--[2] = "^(%S+) has come online%.",
	--[3] = "^(%S+) has gone offline%.",
	[4] = "You have unlearned",
	[5] = "You have learned a new spell:",
	[6] = "You have learned a new ability:",
	[7] = "Your pet has unlearned",
	[8] = "You have gained the maximum amount of guild reputation allowed this week.",
That should give you the notification in-chat.
  Reply With Quote