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
On my characters that are fine, there are 3 notable CVar settings: nameplateShowAll (1), nameplateShowEnemies (1), and nameplateShowFriends (0). When I try to replicate this on other characters, the nameplateShowFriends value always resets to 1 upon relogging or reloading and I need to disable the nameplates again.
No idea why that would be happening, the nameplateShowFriends cvar doesn't seem to reset to 1 upon relogging or reolading for me
Those cvars are character-specific though, you would have to set them on all respective toons
Maybe in the future AIO will optionally support setting character-specific cvars to be account-wide if that helps with cvars resetting back
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.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
View User Profile
-
Send Message
Posted Sep 27, 2016No idea why that would be happening, the nameplateShowFriends cvar doesn't seem to reset to 1 upon relogging or reolading for me
Those cvars are character-specific though, you would have to set them on all respective toons
Maybe in the future AIO will optionally support setting character-specific cvars to be account-wide if that helps with cvars resetting back
-
View User Profile
-
Send Message
Posted Sep 27, 2016Alright. 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.
-
View User Profile
-
Send Message
Posted Sep 26, 2016Does the "Action Cam mode" works ? I tried to activate it but after closing the advanced interface options window it reverts back to OFF.
-
View User Profile
-
Send Message
Posted Sep 25, 2016This is a really awesome addon, I just wanted to say thank you for making and keeping up with it! <3
-
View User Profile
-
Send Message
Posted Sep 24, 2016ShowQuestUnitCircles is missing from your cvar list.
-
View User Profile
-
Send Message
Posted Sep 25, 2016Just came here to ask if that could be added.
-
View User Profile
-
Send Message
Posted Sep 25, 2016Thanks, ShowQuestUnitCircles should be included in the next version
-
View User Profile
-
Send Message
Posted Sep 21, 2016My camera distance isn't saving. It always reverts back to 1.9. Any ideas why that might happen?
-
View User Profile
-
Send Message
Posted Sep 22, 2016The camera distance should be properly saved with the latest v1.0.5 release, does it work when only AIO is enabled?
-
View User Profile
-
Send Message
Posted Sep 18, 2016There 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?
-
View User Profile
-
Send Message
Posted Sep 18, 2016Once Semlar adds those SavedVariables again without overriding/managing all cvars in the game by default, then yes
-
View User Profile
-
Send Message
Posted Sep 13, 2016I'm changing TargetNearestUseOld and TargetPriorityAllowAny but they reset every time I restart the game. Is there a way to stop them doing that?
-
View User Profile
-
Send Message
Posted Sep 22, 2016Im also having this same problem. Same with "Scrolling Combat Text for Self" keeps deselecting randomly.
-
View User Profile
-
Send Message
Posted Sep 22, 2016That'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
local t = {enableFloatingCombatText=1, TargetNearestUseOld=1, TargetPriorityAllowAnyOnScreen=1} hooksecurefunc("SetCVar", function(cvar, value) if t[cvar] then error(debugstack()) end end)-
View User Profile
-
Send Message
Posted Sep 12, 2016Hi,
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?
-
View User Profile
-
Send Message
Posted Sep 12, 2016im 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.
-
View User Profile
-
Send Message
Posted Sep 12, 2016But 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.
-
View User Profile
-
Send Message
Posted Sep 12, 2016you need to doubleclick the number, change it and press Enter, otherwise it will return back to what it was.
-
View User Profile
-
Send Message
Posted Sep 10, 2016-
View User Profile
-
Send Message
Posted Sep 9, 2016Hello! 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.