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
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.
/run for _, v in pairs({"CombatState", "LowManaHealth", "EnergyGains", "Auras", "DodgeParryMiss", "FriendlyHealers", "DamageReduction", "HonorGains", "LowManaHealth", "Reactives", "RepChanges"}) do SetCVar("floatingCombatText"..v, 1) end ReloadUI()
If you click on the "Other Downloads" tab at the top of the description on this page, and download version 1.0.4 it should actually save and reapply all of your settings when you log on.
It was reverted in the latest version because some people complained (mainly other addon others) that it didn't play nice with other addons and I haven't come up with a suitable solution for it yet.
That must also mean some other addon or compilation (maybe Tukui) keeps changing that cvar, try testing that option with only AIO enabled and see if it's saving after a restart or /reload
On another note, the "Loot to leftmost bag" option is character-specific, you'd have to set that option on each of your respective toons, or use the mentioned 1.0.4 version
Am I the only one having trouble with getting the "Cast action keybinds on key down" to work? - This feature was one of the primary reasons why I downloaded this addon but sadly I can't get it to work 0.0
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
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.
-
View User Profile
-
Send Message
Posted Sep 10, 2016Most of the ActionCam features have been disabled until Blizzard adds them back into the game, it's not something an addon can work around.
-
View User Profile
-
Send Message
Posted Sep 9, 2016Hi.
Is there any way to stop Blizzard's Quest map to not fade out when you move your character other than mousing over it?
I can find Map Fade under CVar Browser in AIO, but I don't know if it can be changed and if it can I don't know how.
Edit: Thanks to a guildie of mine, I've solved my own "issue". By changing the value from 1 to 0 it eliminated the fading of the map.
-
View User Profile
-
Send Message
Posted Sep 7, 2016Cant delete this comment sry
-
View User Profile
-
Send Message
Posted Sep 9, 2016Try this script, this should be all of them
/run for _, v in pairs({"CombatState", "LowManaHealth", "EnergyGains", "Auras", "DodgeParryMiss", "FriendlyHealers", "DamageReduction", "HonorGains", "LowManaHealth", "Reactives", "RepChanges"}) do SetCVar("floatingCombatText"..v, 1) end ReloadUI()-
View User Profile
-
Send Message
Posted Sep 6, 2016I'm just wondering if I can disable Blizzard's incoming damage and Heal numbers on the combat text. I just want to keep my damage on the target.
-
View User Profile
-
Send Message
Posted Sep 7, 2016You can disable Scrolling Combat Text for Self in the Blizzard options or AIO options
http://i.imgur.com/bfwCYol.png
-
View User Profile
-
Send Message
Posted Sep 4, 2016"Loot to leftmost bag" is not saving via game restart or realoadui.
Please help, this is super frustrating.
-
View User Profile
-
Send Message
Posted Sep 4, 2016I'm finding the same thing and this is pretty much the main reason I got the addon! Please sort this it would be absolutely amazing!
-
View User Profile
-
Send Message
Posted Sep 5, 2016If you click on the "Other Downloads" tab at the top of the description on this page, and download version 1.0.4 it should actually save and reapply all of your settings when you log on.
It was reverted in the latest version because some people complained (mainly other addon others) that it didn't play nice with other addons and I haven't come up with a suitable solution for it yet.
-
View User Profile
-
Send Message
Posted Sep 5, 2016That must also mean some other addon or compilation (maybe Tukui) keeps changing that cvar, try testing that option with only AIO enabled and see if it's saving after a restart or /reload
On another note, the "Loot to leftmost bag" option is character-specific, you'd have to set that option on each of your respective toons, or use the mentioned 1.0.4 version
-
View User Profile
-
Send Message
Posted Sep 3, 2016Am I the only one having trouble with getting the "Cast action keybinds on key down" to work? - This feature was one of the primary reasons why I downloaded this addon but sadly I can't get it to work 0.0