1. Ищи в аддонах/луа что то типо :
hooksecurefunc("ActionButton_OnEvent",function(sel f, event, ...)
if ( event == "PLAYER_TARGET_CHANGED" ) then
self.newTimer = self.rangeTimer
end
end)
hooksecurefunc("ActionButton_UpdateUsable",functio n(self)
local icon = _G[self:GetName().."Icon"]
local valid = IsActionInRange(self.action)
if ( valid == 0 ) then
icon:SetVertexColor(1.0, 0.1, 0.1)
end
end)
hooksecurefunc("ActionButton_OnUpdate",function(se lf, elapsed)
local rangeTimer = self.newTimer
if ( rangeTimer ) then
rangeTimer = rangeTimer - elapsed
if ( rangeTimer <= 0 ) then
ActionButton_UpdateUsable(self)
rangeTimer = TOOLTIP_UPDATE_TIME
end
self.newTimer = rangeTimer
end
end)
как найдеш удали этот аддон
2.Я не вижу бафы на таргете , поэтому помочь не могу
3.скачай tiptac http://www.curse.com/addons/wow/tip-tac/427096 настроить цвет можно в меню /tip и там general
same guild color там выбереш какой хочеш