SpamBayes for Warhammer Online

1 - Chat filters disabled

What steps will reproduce the problem?
1. loging in
2. reloging
3.

What is the expected output? What do you see instead?
The addon mess up my chat filters.

What version of the product are you using?
v1.4.0 build 2

Do you have an error log of what happened?
no

Please provide any additional information below.
Further the addon works perfect thanks for this.

User When Change
merah Nov 16, 2010 at 11:56 UTC Changed status from Verified to Fixed
merah Nov 15, 2010 at 12:39 UTC Changed status from Fixed to Verified
merah Nov 14, 2010 at 20:41 UTC Changed status from Started to Fixed
merah Nov 14, 2010 at 11:49 UTC Changed name from Chat filters mesed up to Chat filters disabled

Changed priority from Medium to High
merah Nov 14, 2010 at 11:45 UTC Changed status from Waiting to Started
merah Nov 14, 2010 at 11:44 UTC Changed status from Accepted to Waiting
merah Nov 14, 2010 at 11:44 UTC Changed status from Verified to Accepted
merah Nov 13, 2010 at 15:51 UTC Changed status from New to Verified
Godwyn Nov 13, 2010 at 15:22 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 5 comments
  • Avatar of merah merah Nov 15, 2010 at 12:36 UTC - 0 likes
    /script for a, b in pairs(ChatSettings.ChannelColors) do if a >= 101000 then ChatSettings.ChannelColors[a] = nil end end
    /script for a, b in pairs(EA_ChatWindow.Settings) do if type(b) == "table" then for e, f in pairs(b) do if type(f) == "table" then for g, h in pairs(f) do if type(h) == "table" then for i, j in pairs(h) do if type(j) == "table" then for k, l in pairs(j) do if type(l) == "table" then for m, n in pairs(l) do if m >= 101000 then l[m] = nil end end end end end end end end end end end end
    /reloadui
    

    this will reset just SpamBayes settings leaving chat settings untouched

    Last edited Nov 15, 2010 by merah
  • Avatar of merah merah Nov 15, 2010 at 11:50 UTC - 0 likes

    you have to reset, the past revision corrupted your ea settings. if you don't want bugs then wait for a release. Things like that happens on Beta/Alpha

    without resetting everything you have to open SavedVariables.lua of the EA_ChatWindow and delete the table entries from id 101000 to superior in colors and settings

    Last edited Nov 15, 2010 by merah
  • Avatar of Godwyn Godwyn Nov 15, 2010 at 09:23 UTC - 0 likes

    I have updated but it stil don't work. The chat window filters still mess up.

    The script you provided resets all to defoult, i don't want that either. I have a seperate window with only combat text.

    I hope to see a fix soon, i love this addon but i disabled it till a fix comes.

    Greetings

  • Avatar of merah merah Nov 14, 2010 at 20:41 UTC - 0 likes

    fixed in spambayes-1.4.0.04-beta or svn revision 4

  • Avatar of merah merah Nov 13, 2010 at 16:03 UTC - 0 likes

    confirmed the bug on a fresh new profile, it did not occur on the toon profile I was coding on that's why I haven't caught this before.

    if you are looking to temporarily fixe this issue

    /script ChatSettings.ChannelColors = nil;EA_ChatWindow.Settings = nil;
    /reloadui

    Last edited Nov 14, 2010 by merah
  • 5 comments

Facts

Last updated
Mar 30, 2012
Reported
Nov 13, 2010
Status
Fixed - Developer made requested changes. QA should verify.
Type
Defect - A shortcoming, fault, or imperfection
Priority
High - Strongly want to resolve in the specified milestone.
Votes
1

Reported by

Possible assignees