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
Since 7.2, the color of the name plates for opposing faction players is red-orange, close enough to the casual scan of surroundings to make them appear flagged for PVP. Is there an option within the interface that could be toggled or set to change it to some other color?
Question: Wow used to have a counter that showed the number of quests we have in our quest log, but this was removed along with many of the other useful features that we now need add ons for.
My LUA errors keep getting turned on even after unchecking the box, using a script, and changing the Cvar to 0. I read in the comments about typing /fstack and hovering over the Cvar browser but it didn't tell me what addon is enabling it. Any ideas? This is getting annoying.
Page says "Updated 4 days ago", latest version to download is from March 29th. Is this still the old bug that popped up a few months ago with new versions not showing up?
Or is this some new behavior where you make minor changes within the latest version without making a new one? Which would still be weird, since that version should at least still update to the latest date changes were made to it.
Or alternatively, is Updated status not related to releases at all? Which would be kinda misleading.
It's counting alpha versions which haven't been marked for "release" yet, but can be downloaded by clicking on the "Project Site" link at the top of the page and going to the Files tab directly, or configuring the curse client to download alpha projects.
Personally I'd just upload everything as a release and fix it when people start complaining that I broke something, but maybe that's why I'm not in charge of the release cycle.
Does anyone know if there is a CVar setting to disable the appearance of the "Mission Complete" toasts that pop up every time you zone while having a completed order hall mission? (See ScreenShot)
Is there a list somewhere of useful/interesting CVars that folks feel everyone should consider? Personally, this addon is 100% worth it for the variable "autoQuestWatch" (which I prefer to be FALSE.)
Could you clarify what are the differences between cvar "minimapShowQuestBlobs" and cvar "minimapShowArchBlobs", please? Both of their descriptions say "Stores whether to show the quest blobs on the minimap.".
I searched both cvars on Google and the only relevant result is AdvancedInterfaceOptions' github page.
I clicked on "Display Lua Errors" to debug some addons, and now it won't let me disable it again. I untick the checkbox, but on any reload the box it checked again and I get the occassional lua errors window when there's an addon problem.
The Cvar shows the setting as "0", even though it's still clearly on.
Try this snippet, turn it into an addon with http://addon.bool.no/
https://gist.github.com/anonymous/dccde766e48bec7ae8258739160434f4
It works great! thanks a lot.
Since 7.2, the color of the name plates for opposing faction players is red-orange, close enough to the casual scan of surroundings to make them appear flagged for PVP. Is there an option within the interface that could be toggled or set to change it to some other color?
No, sorry.
Question: Wow used to have a counter that showed the number of quests we have in our quest log, but this was removed along with many of the other useful features that we now need add ons for.
Is there any way to put this quest counter back?
There is no cvar to put the quest counter back, but there are addons
My LUA errors keep getting turned on even after unchecking the box, using a script, and changing the Cvar to 0. I read in the comments about typing /fstack and hovering over the Cvar browser but it didn't tell me what addon is enabling it. Any ideas? This is getting annoying.
Please try disabling all of your other addons and seeing if you still can't disable lua errors so we can try and identify what's causing this.
If you're running an alpha version of weak auras, it's turning your errors back on.
That could be it. I have my Curse client set for alpha releases.
Question:
Page says "Updated 4 days ago", latest version to download is from March 29th. Is this still the old bug that popped up a few months ago with new versions not showing up?
Or is this some new behavior where you make minor changes within the latest version without making a new one? Which would still be weird, since that version should at least still update to the latest date changes were made to it.
Or alternatively, is Updated status not related to releases at all? Which would be kinda misleading.
It's counting alpha versions which haven't been marked for "release" yet, but can be downloaded by clicking on the "Project Site" link at the top of the page and going to the Files tab directly, or configuring the curse client to download alpha projects.
Personally I'd just upload everything as a release and fix it when people start complaining that I broke something, but maybe that's why I'm not in charge of the release cycle.
Two Questions:
Thanks!
You can go to http://addon.bool.no and paste this into it to have it make an addon for you
If you don't want any toasts from that system you can use this instead
Thanks -- great suggestion!
Could you clarify what are the differences between cvar "minimapShowQuestBlobs" and cvar "minimapShowArchBlobs", please? Both of their descriptions say "Stores whether to show the quest blobs on the minimap.".
I searched both cvars on Google and the only relevant result is AdvancedInterfaceOptions' github page.
Thank you,
Serenus
minimapShowArchBlobs is for toggling the display of archaeology digsites.
Thank you! I am sorry for the late reply. Curse did not notify me of your reply.
Problem:
I clicked on "Display Lua Errors" to debug some addons, and now it won't let me disable it again. I untick the checkbox, but on any reload the box it checked again and I get the occassional lua errors window when there's an addon problem.
The Cvar shows the setting as "0", even though it's still clearly on.
Anything I can do to fix this?
If the scriptErrors cvar is set to 0, then the "lua error window" that you're seeing is from one of your addons.
You can type /fstack and mouse over it to see if it has a name that you can identify.
If the cvar is getting set back to 1, then if you hover over it in the cvar browser it should tell you what addon is enabling it.
After enabling each addon in turn, I've found that Weak Auras is causing it :(