1. #1
    Immortal Tharkkun's Avatar
    15+ Year Old Account
    Join Date
    Oct 2008
    Location
    Minnesnowta
    Posts
    7,058

    Any combat text mods work atm?

    I know sct is broken. Are there any good replacements that are functional?

    Thanks
    --------------------------------------------------------------------------------
    Essentia@Cho'gall of Inebriated Raiding.
    http://us.battle.net/wow/en/characte...ssentia/simple
    http://masteroverwatch.com/profile/pc/us/Tharkkun-1222

  2. #2
    For MSBT you have to go into the lua and add:
    local function ParseLogMessage(timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, recipientGUID, recipientName, recipientFlags, ...)
    to make it work, I would imagine its the same for all SCT's.

  3. #3
    Immortal Tharkkun's Avatar
    15+ Year Old Account
    Join Date
    Oct 2008
    Location
    Minnesnowta
    Posts
    7,058
    Thanks I'll check that out.
    --------------------------------------------------------------------------------
    Essentia@Cho'gall of Inebriated Raiding.
    http://us.battle.net/wow/en/characte...ssentia/simple
    http://masteroverwatch.com/profile/pc/us/Tharkkun-1222

  4. #4
    Brewmaster Indiglo's Avatar
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Pataskala, OH
    Posts
    1,355
    Quote Originally Posted by AlsDKsauce View Post
    For MSBT you have to go into the lua and add:
    local function ParseLogMessage(timestamp, event, hideCaster, sourceGUID, sourceName, sourceFlags, recipientGUID, recipientName, recipientFlags, ...)
    to make it work, I would imagine its the same for all SCT's.
    For us laid back folk, could you provide a little more detail how/where exactly this is done? Thanks :P
    Last edited by Indiglo; 2011-04-27 at 03:14 AM.

  5. #5
    On all three lines, insert a "hideCaster" between "event" and "sourceGUID". Make sure to get the commas right. So this:

    event, sourceGUID,

    becomes this:

    event, hideCaster, sourceGUID,

    ---

    MSBTCooldowns.lua
    CLEU event handler
    line 246

    MSBTParser.lua
    ParseLogMessage
    line 344

    MSBTTriggers.lua
    HandleCombatLogTriggers
    line 698
    --Any fool can criticize, condemn and complain and most fools do- (B. Franklin)--

  6. #6
    Brewmaster Indiglo's Avatar
    10+ Year Old Account
    Join Date
    Apr 2010
    Location
    Pataskala, OH
    Posts
    1,355
    Quote Originally Posted by Tatsu View Post
    On all three lines, insert a "hideCaster" between "event" and "sourceGUID". Make sure to get the commas right. So this:

    event, sourceGUID,

    becomes this:

    event, hideCaster, sourceGUID,

    ---

    MSBTCooldowns.lua
    CLEU event handler
    line 246

    MSBTParser.lua
    ParseLogMessage
    line 344

    MSBTTriggers.lua
    HandleCombatLogTriggers
    line 698
    Yeah, ended up going through the .lua files 1 by 1 and looking up ParseLogMessage, got it though, thanks.

  7. #7
    Imho best solution was to add a forwards compatible fix for 4.1.0 though, then it's way easier for users to switch to a new patch before patch day

    anyway it's a shame that mikord isn't active

  8. #8
    can anyone explain where to put these? i go into MKSBT - And see MikSBT.lua is this where i find the spot to fix all these?
    then when i go in its just a huge list of stuff -.-

    I don't really care what you call me, you can even call me cold...

  9. #9
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Godshot, Tatsu's message includes which files you need to open to make the changes, and also which LINES in each file needs to be changed.

    I suggest using a text editor addon that includes visible line numbering - Notepad++, PSPad, etc - to make this easier to find.

    To recap, these are the files and lines
    Code:
    MSBTCooldowns.lua - line 246
    MSBTParser.lua - line 344
    MSBTTriggers.lua - line 698

  10. #10
    Quote Originally Posted by Tatsu View Post
    On all three lines, insert a "hideCaster" between "event" and "sourceGUID". Make sure to get the commas right. So this:

    event, sourceGUID,

    becomes this:

    event, hideCaster, sourceGUID,

    ---

    MSBTCooldowns.lua
    CLEU event handler
    line 246

    MSBTParser.lua
    ParseLogMessage
    line 344

    MSBTTriggers.lua
    HandleCombatLogTriggers
    line 698
    for all those lazy asses out there, heres a fan update. just unzip it to your addons folder:

    http://www.wowinterface.com/download...FanUpdate.html

  11. #11
    Most have been updated.

  12. #12
    Immortal Tharkkun's Avatar
    15+ Year Old Account
    Join Date
    Oct 2008
    Location
    Minnesnowta
    Posts
    7,058
    SCT hasn't updated to my knowledge. MSBT has a 3rd party update but I did the 3 edits instead and have changed to a MSBT user. Thanks guys!
    --------------------------------------------------------------------------------
    Essentia@Cho'gall of Inebriated Raiding.
    http://us.battle.net/wow/en/characte...ssentia/simple
    http://masteroverwatch.com/profile/pc/us/Tharkkun-1222

  13. #13
    MSBT is ok.. but i like SCT better, suppose i'll just have to wait, unless someone has a fan update that fixes SCT

  14. #14
    SCT had a fan update posted right after the patch. It works good.

    http://www.realmdance.com/SCT.zip

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  15. #15
    Deleted
    Parrot was failing hard on my last night.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •