женагуфа писал(а):
окей, мб обьясните как?
содержание файла
----------------------------------------------------
-- Interrupt Bar by Kollektiv
----------------------------------------------------
InterruptBarDB = InterruptBarDB or { scale = 1, hidden = false, lock = false, }
local abilities = {}
local order
local band = bit.band
local spellids = {[6552] = 10, [2139] = 24, [19647] = 24, [16979] = 15, [1766] = 10,
[47528] = 10}
Сюда добавь спеллИд(возьми с вовхеда) [spellID]=sec for spellid,time in pairs(spellids) do
local name,_,spellicon = GetSpellInfo(spellid)
abilities[name] = { icon = spellicon, duration = time }
end
-----------------------------------------------------
-- Edit this table to change the order
-----------------------------------------------------
-- 6552 Pummel
-- 2139 Counterspell
-- 19647 Spell Lock
-- 16979 Feral Charge
-- 1766 Kick
-- 47528 Mind Freeze
-----------------------------------------------------
local order = {6552, 2139, 19647, 1766, 47528, 16979}
не уверен что нужно, но добавь и сюда ID