Thread Tools Display Modes
12-28-14, 07:26 PM   #1
laukond
A Black Drake
Join Date: Dec 2011
Posts: 87
How to disable Loss of Control red bars?

Patch notes said you could disable it in interface, but it doesn't work for me?
Tried the loss of control remover AddOn which worked for me before but doesn't anymore.
  Reply With Quote
12-28-14, 08:32 PM   #2
Tim
A Rage Talon Dragon Guard
 
Tim's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2008
Posts: 309
You've been able to disable it in the interface options for some time now. However, I do see that some people still encounter various issues and there's multiple solutions on AJ (arenajunkies.com).

http://www.arenajunkies.com/topic/23...orking-method/
http://www.arenajunkies.com/topic/25...bal-during-cc/
__________________
AddOns: Tim @ WoWInterface
Battle Tag: Mysterio#11164
Current PC Setup: PCPartPicker List
  Reply With Quote
12-29-14, 05:06 PM   #3
laukond
A Black Drake
Join Date: Dec 2011
Posts: 87
Thanks for the reply Tim, found a working solution in one the ArenaJunkies threads.

This worked for me
Code:
hooksecurefunc('CooldownFrame_SetTimer', function(self)
   if self.currentCooldownType == COOLDOWN_TYPE_LOSS_OF_CONTROL then
      self:SetEdgeTexture("Interface\\Cooldown\\cooldown2");
      self:SetCooldown(4500,4500);
      self:SetSwipeColor(0.35, 0.25, 0.25, 0);
   end
end)
  Reply With Quote
12-29-14, 08:14 PM   #4
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Lose Control Options Fix will expand the in-game option to let you control whether to show loss of control effects on your action bar, on the alert thing in the middle of the screen, both, or neither. You can also move the pop-up alert around.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » How to disable Loss of Control red bars?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off