funtime:warcraft:macros

This is an old revision of the document!


Макросы для WoW

Общие

Продать серый шмот из сумок

/run local c,i,n,v=0;for b=0,4 do for s=1,GetContainerNumSlots(b)do i={GetContainerItemInfo(b,s)}n=i[7]if n and string.find(n,"9d9d9d")then v={GetItemInfo(n)}q=i[2]c=c+v[11]*q;UseContainerItem(b,s)print(n,q)end;end;end;print(GetCoinText(c))

Обменять Эмблема триумфа на Эмблема героизма

#showtooltip Эмблема героизма
/run local buy=function(n,q) for i=1,30 do if n == GetMerchantItemInfo(i) then BuyMerchantItem(i,q) end end end buy("Эмблема завоевания",1) buy("Эмблема доблести",1)  buy("Эмблема героизма",1)

Паладин

Макрос на Боп под красного слизня

#showtooltip Длань защиты
/цель Облако газа
/cast [@targettarget] Длань защиты
funtime/warcraft/macros.1623685543.txt.gz · Last modified: 2021/06/14 15:45 by Chugreev Eugene