Monday, December 31, 2012

[Money] Get some easy money during Winterveil with enchanting


Disenchanting the item:

/cast Disenchant
/use Gaudy Winter Veil Sweater
Buying the robe from the vendor (Vendor window opened is required):
/run for i=1,GetMerchantNumItems() do local l=GetMerchantItemLink(i) if l then if l:find(70923) then BuyMerchantItem(i, quantity)end end end
For an even more faceroll disenchanting, you can put 1 of each - Strange Dust and Lesser Magic Essence on some of the places in your bag in order to spam both macros, without facing the problem of NOT having a place where to put your disenchanted items because your inventory is full:



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
P.S. Download the program, made with Autohotkey, that spams both keys (usable in background):
http://speedy.sh/RwCCg/Zomtorg.exe


Loop
{
ControlSend,,1,World of Warcraft
Sleep, 100
ControlSend,,3,World of Warcraft
Sleep, 100
}

Ditulis Oleh : techexe // 5:50 AM
Kategori: