View Single Post
05-24-14, 09:23 PM   #1
acapela
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 241
SetCVar() protected in combat?

update: it appears the answer is "yes", but it is specific CVARs that are protected, not the SetCVar() function.

Blue post http://us.battle.net/wow/en/forum/topic/12674209697

(My initial google search didn't turn this up.)

I will compare/contrast with Blizzard default UI activity (i.e. are Blizzard's keybindings active during combat?), and cogitate on what to do about this. At the very least, the Aloft Auto Show/Hide module will need to lose its combat-related configuration options, and generically delay taking action until the player exits combat.

-----

I am experiencing some weirdness with nameplates in combat.

With the latest WoW patch (5.4.8), Aloft's keybindings to enable hostile and friendly nameplates, wholesale, are not working in combat (they used to), and I am seeing taint-related issues in the error log related to the Blizzard SetCVar() API function (which is what Aloft uses to control this, via setting values on the correct CVAR).

Things seem to work as expected, out of combat.

So, has Blizzard "protected" the SetCVar() function? Can anyone confirm this?

Thanks.
__________________
Retired author/maintainer of Aloft (the nameplate addon)
http://www.wowinterface.com/download...AloftBeta.html
-----
Zippy said it best: "All life is a BLUR of Republicans and Meat!"

Last edited by acapela : 05-24-14 at 09:32 PM.
  Reply With Quote