NoCombatLog automatically and completely disables the combat log. You will not have anything in the chat window for combat events, at all.
While this seems drastic, due to a current issue with the text log handlers, having the combat log enabled can cause CTD issues for some players. If you're experiencing frequent CTDs (more than 1-2 per play session), you may want to try disabling the combat log, either by using this addon or via running a macro each time you log in for the following:
- /script TextLogSetEnabled("Combat", false)
If you want to force the combat log to be enabled again, use the opposite macro/command:
- /script TextLogSetEnabled("Combat", true)
Hopefully Mythic will hotfix the issue with textlogs soon, so that this measure will no longer be necessary, at which point you can simply delete this addon.
Note to addon developers - this will also disable the UiLog when zoning, to prevent it being left on by accident. If you're wanting to use the UiLog to test something, toggle it back on (you may need to hit the button twice.)
- 1 comment
- 1 comment
Facts
- Date created
- 05 Nov 2008
- Category
- Last update
- 05 Nov 2008
- Development stage
- Inactive
- License
- MIT License
- Curse link
- NoCombatLog
- Recent files
- #1
mkosan Sun, 16 Nov 2008 15:38:14I wanted to thank you. I installed this long time ago now, pretty much the day you released this addoon upon reading your description, as though I was suffering from frequent CTDs. Nowadays game will crash once per session tops ;3 So tyvm ;*
Btw, are you aware wherever mythic has any plans for fixing this?