если нет кулдауна абилки, то показывает кулдаун формы, если есть.PHP код:
/run local o=GetShapeshiftFormCooldown GetShapeshiftFormCooldown=function(i)local s,d,e if i==1 then s,d,e=GetSpellCooldown(8983)if s>0 then return s,d,e end elseif i==3 then s,d,e=GetSpellCooldown(5215)if s>0 then return s,d,e end end return o(i)end