Restores access to hidden interface options and provides a way to browse every CVar setting in the game!
General
Player Titles
Guild Names
Guild Titles
Stop Auto Attack
Attack on Assist
Cast action keybinds on key down
Fade Map when Moving
Secure Ability Toggle
Display Lua Errors
No Debuff Filter on Target
Reverse Cleanup Bags
Quest sorting mode (top vs proximity)
Select Action Cam mode
Chat
Remove Chat Hover Delay
Enable Mouse Wheel Scrolling
Floating Combat Text
Float mode (up/down/arc)
Energy Gains
Auras
Honor Gains
Reputation
Combo Points
Combat State (Entering/Leaving Combat)
Spell Mechanics
Healing
Absorb (Self and Target)
Directional Scale (brings back the classic, only upwards moving text)
Low HP/Mana
Plus many other options available through the built-in CVar browser, including some that have never been exposed by Blizzard, such as "violence level" and "nameplate distance"!
Type /aio for the main menu or /cvar to open the CVar browser directly
This happened a few times, not always: When I attempted to queue for Random Battlegrounds WoW gives me an error saying AdvancedInterfaceOptions tried to do something only the WoW UI can do.
4x [ADDON_ACTION_BLOCKED] AddOn 'AdvancedInterfaceOptions' tried to call the protected function 'PartyMemberFrame1:Show()'.
!BugGrabber\BugGrabber.lua:573: in function <!BugGrabber\BugGrabber.lua:573>
[C]: in function `Show'
FrameXML\PartyMemberFrame.lua:139: in function `PartyMemberFrame_UpdateMember'
FrameXML\PartyMemberFrame.lua:336: in function `PartyMemberFrame_OnEvent'
[string "*:OnEvent"]:1: in function `OnEvent'
FrameXML\UnitFrame.lua:921: in function <FrameXML\UnitFrame.lua:919>
Locals:
It looks like the code path is somehow being tainted. It shouldn't be happening, but it can be pretty hard to figure out what's causing something like this.
Does this happen often, or under any specific circumstances that you've noticed?
This is probably a dumb question, but is this addon character agnostic? For example, if I have the "force settings" option on and log into a different character, all CVars should be synced with the first character?
I knew the savedvariables were global, just making sure there isn't a character switch hidden somewhere. I made a code snippet of my own to capture and set cvars, but then I remembered I had this installed. Thanks for the reply.
check config-cache.wtf files under your account folder and also in each character's folder, and there is also a Config.wtf under WTF folder of Wow, they all possibly have some settings regarding floating combat text, check them all, delete all unwanted settings, or you can simply delete the files would reset settings.
I am using KUI nameplate and encounter problem with "tall" boss as the health bar is too high. Is there anyway i can position it lower using Advanced Interface?
Currently i have to move my camera view angle to see the boss's / target health bard
Your target nameplate should clamp to the top of your screen for tall bosses. Can you try setting these cvars back to default in the CVar browser or this command
/run for _, v in pairs({"nameplateOtherTopInset", "nameplateOtherBottomInset"}) do SetCVar(v, GetCVarDefault(v)) end
Will this add on be updated to support 7.2.5? I'm having some odd issues when this add on is running solo. My floating combat text saved state will not remain set to "1" even when hard coded in the WTF config file. Also, I get the popup message as to what's new in 7.2.5 repeatedly upon reloading. This message stops appearing when advanceinterfaceoptions is disabled. As of testing this is the only add on enabled and when I disable it things work correctly again.
Thanks and keep up the great work putting in what blizzard should have in by default lol.
It sounds like your "splashScreenNormal" cvar is getting reset to 0, when the game should be saving its new value as 10 after you see the splash screen for the first time.
Even after manually setting the value to 0 in the cvar browser and checking "enforce settings on startup" I can't get the addon to do what you're describing.
Download the current version of the addon and /reload after you see the splash screen. If you're still seeing it then try typing /script AdvancedInterfaceOptionsSaved = nil and /reload again.
It sounds like you're running an older version that was more aggressive about reapplying your settings when you logged in.
I'm playing on a triple monitor setup and the floating damage and heals text is just MASSIVE. I can't move it or hide it. But I literally can't see what's going on because it's filling up the center of my screen from top to bottom.
it works, thanks very much!
love your addon finaly my quest options are back <3
I have Stop Autoattack selected but I am still autoattacking.. what gives?
This happened a few times, not always: When I attempted to queue for Random Battlegrounds WoW gives me an error saying AdvancedInterfaceOptions tried to do something only the WoW UI can do.
Does this only happen after having changed a setting in AIO during that game session, or does it happen even when you haven't modified anything?
Has it only started recently?
Catched a bug:
It looks like the code path is somehow being tainted. It shouldn't be happening, but it can be pretty hard to figure out what's causing something like this.
Does this happen often, or under any specific circumstances that you've noticed?
When was the first time you noticed this happen?
This is probably a dumb question, but is this addon character agnostic? For example, if I have the "force settings" option on and log into a different character, all CVars should be synced with the first character?
Settings are stored globally, so if you enable that option it should apply them to any character that you log into.
I knew the savedvariables were global, just making sure there isn't a character switch hidden somewhere. I made a code snippet of my own to capture and set cvars, but then I remembered I had this installed. Thanks for the reply.
i just cant save my floating combat text settings....
everytime i reload UI, the setting change back to default, which is absolutely frustrating....
check config-cache.wtf files under your account folder and also in each character's folder, and there is also a Config.wtf under WTF folder of Wow, they all possibly have some settings regarding floating combat text, check them all, delete all unwanted settings, or you can simply delete the files would reset settings.
Hi Guys,
Thank you in advance for the help.
I am using KUI nameplate and encounter problem with "tall" boss as the health bar is too high. Is there anyway i can position it lower using Advanced Interface?
Currently i have to move my camera view angle to see the boss's / target health bard
Thanks a hip!
Your target nameplate should clamp to the top of your screen for tall bosses. Can you try setting these cvars back to default in the CVar browser or this command
Will this add on be updated to support 7.2.5? I'm having some odd issues when this add on is running solo. My floating combat text saved state will not remain set to "1" even when hard coded in the WTF config file. Also, I get the popup message as to what's new in 7.2.5 repeatedly upon reloading. This message stops appearing when advanceinterfaceoptions is disabled. As of testing this is the only add on enabled and when I disable it things work correctly again.
Thanks and keep up the great work putting in what blizzard should have in by default lol.
This addon does support 7.2.5.
It sounds like your "splashScreenNormal" cvar is getting reset to 0, when the game should be saving its new value as 10 after you see the splash screen for the first time.
Even after manually setting the value to 0 in the cvar browser and checking "enforce settings on startup" I can't get the addon to do what you're describing.
Download the current version of the addon and /reload after you see the splash screen. If you're still seeing it then try typing /script AdvancedInterfaceOptionsSaved = nil and /reload again.
It sounds like you're running an older version that was more aggressive about reapplying your settings when you logged in.
Does the latency tolerance not work with 7.2.5? Having issues with spells not queuing up, especially with procs.
What do you have it set to? 400 is the default, but you may be able to raise it by setting SpellQueueWindow in the cvar browser.
Actually it looks like 400 is also the max it will let you set it to.
I'm playing on a triple monitor setup and the floating damage and heals text is just MASSIVE. I can't move it or hide it. But I literally can't see what's going on because it's filling up the center of my screen from top to bottom.
Did you try changing the World Text Scale option to something smaller?