помогите зделать так чтоб цвет класса оставался всегда, а не менялься на зеленый
WoWScrnShot_011520_130114.jpg
http://wowtut.ru/load/whoa_unitframes/9-1-0-2063
помогите зделать так чтоб цвет класса оставался всегда, а не менялься на зеленый
WoWScrnShot_011520_130114.jpg
http://wowtut.ru/load/whoa_unitframes/9-1-0-2063
PHP код:local UnitIsPlayer, UnitIsConnected, UnitClass, RAID_CLASS_COLORS =
UnitIsPlayer, UnitIsConnected, UnitClass, RAID_CLASS_COLORS
local _, class, c
local function colour(statusbar, unit)
if UnitIsPlayer(unit) and UnitIsConnected(unit) and unit == statusbar.unit and UnitClass(unit) then
_, class = UnitClass(unit)
c = CUSTOM_CLASS_COLORS and CUSTOM_CLASS_COLORS[class] or RAID_CLASS_COLORS[class]
statusbar:SetStatusBarColor(c.r, c.g, c.b)
end
end
hooksecurefunc("UnitFrameHealthBar_Update", colour)
hooksecurefunc("HealthBar_OnValueChanged", function(self)
colour(self, self.unit)
end)
Вов продуманая игра там не было затупов затупы придумал игрок ©litoorg5
Vampire_Lestat (16.02.2021),Брейд (20.02.2021)