13.06 работал один замечательный макрос сильно облегчавший учесть Ювелиров и Начерталок. На сегодня он напрочь не работает.
/run function FnH() for i=0,4 do for j=1,GetContainerNumSlots(i) do local t={GetItemInfo(GetContainerItemLink(i,j) or 0)} if t[7]=="Трава" and select(2,GetContainerItemInfo(i,j))>=5 and t[11]>=200 then return i.." "..j,t[1] end end end end
/run local f,l,n=AuM or CreateFrame("Button","AuM",nil,"SecureActionButton Template") f:SetAttribute("type","macro") l,n=FnH() if l then f:SetAttribute("macrotext","/cast Измельчение\n/use "..l) SetMacroItem("Измельчение",n) end
/click AuM
(Макрос для Начертания)
Можно узнать причину его отключения или это случайность которая в скором исправиться ?