Page 1 of 1

DisableCombatLog v1.0

Posted: Wed Mar 06, 2024 2:00 am
by Omegus
Made this one a while ago and it was publicly shared on the ROR Discord, but I forgot to put a copy here. I hope you enjoy the least controversial add-on I've ever made (PocketPalette doesn't count as I didn't originally make it).

Download link: https://github.com/Zomega-WAR/AddOns/ra ... batLog.zip

README.md wrote:Performance improving add-on that disables the combat log. This add-on is simply doing the equivalent of this when you login with a character:

Code: Select all

/script TextLogSetEnabled ("Combat", false)
If you wish to enable to the combat log again, either disable this add-on or put this command in chat:

Code: Select all

/script TextLogSetEnabled ("Combat", true)