Disenchanting the item:
/cast Disenchant
/use Gaudy Winter Veil Sweater
/use Gaudy Winter Veil Sweater
/run for i=1,GetMerchantNumItems() do local l=GetMerchantItemLink(i) if l then if l:find(70923) then BuyMerchantItem(i, quantity)end end end
A good distribution of slots would be 5:2, which means for every 5 slots of Strange Dust you have 2 slots of Lesser Magic Essence.
A fast macro to separate items from stack of 20 in just pieces would be the following (requires your mouse to be over the stack of items):
/run local x=GetMouseFocus()local b,s=x:GetParent():GetID(),x:GetID()SplitContainerItem(b,s,1)for i=0,4 do for j=1,GetContainerNumSlots(i)do if not GetContainerItemID(i,j)then PickupContainerItem(i,j)end end end
http://speedy.sh/RwCCg/Zomtorg.exe
Loop
{
ControlSend,,1,World of Warcraft
Sleep, 100
ControlSend,,3,World of Warcraft
Sleep, 100
}
{
ControlSend,,1,World of Warcraft
Sleep, 100
ControlSend,,3,World of Warcraft
Sleep, 100
}