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
ill try this. i noticed "enforce on startup" is enabled again, however im still having trouble where the default wow healing isnt staying enabled, getting turned off whenever i log off.
The default state for the healing floating combat text is "enabled", so this isn't just resetting itself, it sounds like you have something actively changing it.
Type /cvar, find "floatingCombatTextCombatHealing", if it's 0 then hover over it and see what's changing it at the bottom of the tooltip.
Hmmm. As you see on the SS those options are Blizzards Cvars, are server side stored and are not per character so "Enforced startup" is not applicable and getting deactivated is much unlikely. Now if you are sure it´s getting "defaulted" you can check it by dumping the value after logout / login.
That makes sense and fixed my problem. I didnt know it wasnt character specific.
I use a scrolling combat text addon that has a "disable wow healing" option. I have it disabled on all of my healers but I didnt think to mess with it on my pure dps/tank classes, so when I logged into them it turned off my healing text.
Hi, there. Rather than finding a way to bring back the enforcement option, perhaps consider adding a check box next to each cvar which tells the addon to set it upon login so that we can use the same variables across multiple characters without needing to set them manually for each character. I wish there was an easy way in WoW to synchronise character-specific cvars across multiple characters. Thanks!
I use this solely for the "stop fading my map when moving" option, but it doesn't seem to be saving the settings across sessions. I have to change it every time I log in or swap toons. :(
It should be keeping your setting for that at least between relogs on the same character, so if it's reverting then something is probably changing the setting on you.
You can type /cvar to bring up the browser, and try looking it up and seeing if it knows what last modified it in its tooltip when you hover over the cvar.
I disabled all addons except this one and it was still happening. :( I don't know why, so I just wrote a little addon to do it instead. Thank you though! I appreciate you trying to help.
One other thing that could cause this is if the game didn't have write access to its "WTF" directory, which is where it stores its local cvar config file (and addon settings), or if it was set to sync with the server and you were playing from more than one location and it was reapplying your other settings.
The "mapFade" cvar, even without this addon enabled, does not reset itself when you relog or /reload the ui. It is character-specific, so it would have to be disabled on every character once to turn it off, but it shouldn't be turning itself back on for the same character after turning it off.
I know there is a cvar that is listed that sets the "style" of timestamps for chat (showtimestamps I believe). How can I use that in a command? I want to create a button to access the styles, rather than all the time/clicks necessary to go through the Blizz UI. The cvar browser even showed me exactly the format I'd like to use (%I:%M %P)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
-
View User Profile
-
Send Message
Posted Sep 24, 2018In reply to Apoxiosis:
/script SetCVar("floatingCombatTextCombatHealing", 1);
Combat text your absorbs for your shields on you.
/script SetCVar("floatingCombatTextCombatHealingAbsorbSelf", 1);
Combat text your absorbs for your shields on target.
/script SetCVar("floatingCombatTextCombatHealingAbsorbTarget", 1);
-
View User Profile
-
Send Message
Posted Oct 3, 2018In reply to delabarra:
-
View User Profile
-
Send Message
Posted Oct 3, 2018In reply to Apoxiosis:
-
View User Profile
-
Send Message
Posted Oct 3, 2018In reply to Apoxiosis:
/dump GetCVar("floatingCombatTextCombatHealingAbsorbSelf");
/dump GetCVar("floatingCombatTextCombatHealingAbsorbTarget");
*where 1 = true and 0 = false.
-
View User Profile
-
Send Message
Posted Oct 6, 2018In reply to delabarra:
-
View User Profile
-
Send Message
Posted Aug 9, 2018Hi, there. Rather than finding a way to bring back the enforcement option, perhaps consider adding a check box next to each cvar which tells the addon to set it upon login so that we can use the same variables across multiple characters without needing to set them manually for each character. I wish there was an easy way in WoW to synchronise character-specific cvars across multiple characters. Thanks!
-
View User Profile
-
Send Message
Posted Aug 9, 2018In reply to worMatty90376:
-
View User Profile
-
Send Message
Posted Aug 10, 2018In reply to Semlar:
-
View User Profile
-
Send Message
Posted Aug 2, 2018I use this solely for the "stop fading my map when moving" option, but it doesn't seem to be saving the settings across sessions. I have to change it every time I log in or swap toons. :(
-
View User Profile
-
Send Message
Posted Aug 2, 2018In reply to SatPagle:
-
View User Profile
-
Send Message
Posted Aug 3, 2018In reply to Semlar:
-
View User Profile
-
Send Message
Posted Aug 3, 2018In reply to SatPagle:
-
View User Profile
-
Send Message
Posted Aug 4, 2018In reply to Semlar:
I was, yeah. :-/ I'll try it again soon and see if it's still doing it.
-
View User Profile
-
Send Message
Posted Aug 4, 2018In reply to SatPagle:
-
View User Profile
-
Send Message
Posted Sep 24, 2018In reply to SatPagle:
-
View User Profile
-
Send Message
Posted Jul 30, 2018[deleted]
-
View User Profile
-
Send Message
Posted Jul 28, 2018Hello Semlar, I have an issue with the floating combat text ( option : energy gains and combo points)
Everytime I generate my first combo point, the combat text says : <0 combo points> while I have 1 point on my target.
(Sorry for my english, not my main language)
Thanks for reading !
-
View User Profile
-
Send Message
Posted Jul 28, 2018In reply to Forge_User_04278969:
-
View User Profile
-
Send Message
Posted Jul 28, 2018In reply to Semlar:
-
View User Profile
-
Send Message
Posted Jul 25, 2018I know there is a cvar that is listed that sets the "style" of timestamps for chat (showtimestamps I believe). How can I use that in a command? I want to create a button to access the styles, rather than all the time/clicks necessary to go through the Blizz UI. The cvar browser even showed me exactly the format I'd like to use (%I:%M %P)