Page 1 of 1

Enemy Add on - Missing

Posted: Fri Jun 09, 2023 5:43 am
by Nickalispicalis
Combat Log/Parser. I don't know what else to do. The configuration option is not there. Combat log is missing. I have deleted the add on, and reinstalled. I see under the files it is there, but not on the application.

Any suggestions?

Re: Enemy Add on - Missing

Posted: Fri Jun 09, 2023 3:28 pm
by xyeppp
xyeppp wrote: Mon Apr 26, 2021 1:53 pm This has been disabled on VinyUI Enemy, and since I modded his version it is also disabled here.
It throws errors which I didn't bother looking at as I don't use it myself either, but they aren't related to any of my changes.

To turn it back on you need to go to Interface/Addons/Enemy/Core/Main.lua and remove "--" from before the Enemy.CombatLogInitializ() line.
All the init functions start at line 72.

Re: Enemy Add on - Missing

Posted: Fri Jun 09, 2023 4:29 pm
by Nickalispicalis
Thank you for the response.