-
So, I've scoured google and this forum for my answer. I found what I thought to be the answer (to comment out the line disabling the oUF cast bar when quartz (or other cast bar addons are loaded), but it doesn't seem to work. All I really want from quartz is the swing timer (for burst in pvp mainly), but anytime I have quartz enabled, it auto disables the oUF cast bar, even with the line in disable.lua in the core folder looking like this:
--if (IsAddOnLoaded("Quartz") or IsAddOnLoaded("AzCastBar") or IsAddOnLoaded("eCastingBar")) then
-- TukuiCF["unitframes"].unitcastbar = true
--end(I tried setting it to true before commenting it out, with no luck)
I have also tried to look through any lua I could find with no luck there either.
Any help would be greatly appreciated.
Posted 1 year ago - #1
-
If you wish to help support this site please disable your adblock program.

-
That's the problem though. When i try to enable the cast bar in the config window, anytime the quartz bar is loaded, as soon as I press apply on the setting, it's automatically disabled as soon as the reload is complete :\
Posted 1 year ago - #3 -
Is there possibly another line in another lua file that also disables the oUF cast bar?
Or even a way to enable the oUF swing timer (that would solve my problem as well), I saw that there is lua code for it while browsing through files. Though, I don't see anything about a swing timer in the Tukui options in game.
Posted 1 year ago - #4 -
Jeanyes said:
That's the problem though. When i try to enable the cast bar in the config window, anytime the quartz bar is loaded, as soon as I press apply on the setting, it's automatically disabled as soon as the reload is complete :\Then the code is not commented in the files as you said.
Back on WoW for MoP, streaming almost everytime I play here.
"If you never fail, you're not trying hard enough."Posted 1 year ago - #5 -
I'm fairly new to lua, but -- is the comment command correct? I've even tried just flat out removing those 3 lines to no effect.
Just to make sure I'm not editing the wrong file or something silly the file I've changed is located at: ...World of Warcraft\Interface\Addons\Tukui\core\disable.lua
Posted 1 year ago - #6 -
Thank you SO much!!! I'd give you a hug if I could, I spent the last ~2 hours trying to figure this out. Love the UI btw :). I just updated with the patch, so disable.lua must have been a left over.
Posted 1 year ago - #8


Reply
You must log in to post.


