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
Alright. I will keep trying and see if anything changes.
Really appreciate your response though, so thank you very much for your time!
Edit: After a lot of trial and error, I discovered it was a conflict with SCT-Damage and not an issue with AIO at all. Although I use it exclusively for interrupt notifications, the option to anchor text to nameplates seems override the AIO options. I am not sure why it would enable friendly nameplates, since it is only used on hostile ones but... That was definitely the problem.
There used to be an interface option in WoW where you could choose to not have healthbar numbers (percentage, numeric valure or both) showing on your party frames, but only on your own healthbar. Will you be adding this option?
It will tell you with an error stack whenever an addon is changing those cvars
local t = {enableFloatingCombatText=1, TargetNearestUseOld=1, TargetPriorityAllowAnyOnScreen=1} hooksecurefunc("SetCVar", function(cvar, value) if t[cvar] then error(debugstack()) end end)
Im trying to setup Name Plates so that in PvP I see only enemy players, not their pets or minor. So in Cvar i filtered all "NameplateShow" items and set it to "0" except for "NameplateShowEnemies".
But i have another problem..under the ''NameplateShowenemyminus'' i have a 0 red number and if i scroll my mouse over it say ''default value 1'' maybe is that the problem causing those plates to show cos it set to value 1 and i cant turn it to 0.
Hello! Just wondering if the ActionCam feature still works or not? I know Blizzard removed it but this addon have the ability to re-add it or no? I keep trying to enable it in the interface options but the minute I click "okay" it goes back to off. Never turns on :( really loved this feature for playing melee.
Alright. I will keep trying and see if anything changes.
Really appreciate your response though, so thank you very much for your time!
Edit: After a lot of trial and error, I discovered it was a conflict with SCT-Damage and not an issue with AIO at all. Although I use it exclusively for interrupt notifications, the option to anchor text to nameplates seems override the AIO options. I am not sure why it would enable friendly nameplates, since it is only used on hostile ones but... That was definitely the problem.
Does the "Action Cam mode" works ? I tried to activate it but after closing the advanced interface options window it reverts back to OFF.
This is a really awesome addon, I just wanted to say thank you for making and keeping up with it! <3
ShowQuestUnitCircles is missing from your cvar list.
Just came here to ask if that could be added.
Thanks, ShowQuestUnitCircles should be included in the next version
My camera distance isn't saving. It always reverts back to 1.9. Any ideas why that might happen?
The camera distance should be properly saved with the latest v1.0.5 release, does it work when only AIO is enabled?
There used to be an interface option in WoW where you could choose to not have healthbar numbers (percentage, numeric valure or both) showing on your party frames, but only on your own healthbar. Will you be adding this option?
Once Semlar adds those SavedVariables again without overriding/managing all cvars in the game by default, then yes
I'm changing TargetNearestUseOld and TargetPriorityAllowAny but they reset every time I restart the game. Is there a way to stop them doing that?
Im also having this same problem. Same with "Scrolling Combat Text for Self" keeps deselecting randomly.
That's weird, does this also happen with all other addons disabled?
Otherwise can you turn this snippet into an addon with http://addon.bool.no/
It will tell you with an error stack whenever an addon is changing those cvars
Hi,
Im trying to setup Name Plates so that in PvP I see only enemy players, not their pets or minor. So in Cvar i filtered all "NameplateShow" items and set it to "0" except for "NameplateShowEnemies".
Still seeing those mages pets and other thrash...
Anything I can do more?
im having the same problem HOW THE FUCK..!! i cant turn off those bloody pet nameplates a GM suggested me to use
/run SetCVar("nameplateShowEnemyPets", 0)
/run SetCVar('nameplateShowEnemyGuardians',0)
but that doesnt work..so he told me to reset my interface lol.. no way i have my personal UI it would take me forever to remake it.
But i have another problem..under the ''NameplateShowenemyminus'' i have a 0 red number and if i scroll my mouse over it say ''default value 1'' maybe is that the problem causing those plates to show cos it set to value 1 and i cant turn it to 0.
How am i supposed to turn this number to 0.
you need to doubleclick the number, change it and press Enter, otherwise it will return back to what it was.
Hello! Just wondering if the ActionCam feature still works or not? I know Blizzard removed it but this addon have the ability to re-add it or no? I keep trying to enable it in the interface options but the minute I click "okay" it goes back to off. Never turns on :( really loved this feature for playing melee.
Most of the ActionCam features have been disabled until Blizzard adds them back into the game, it's not something an addon can work around.