Friday, August 7, 2015

Heavy Junkbox farming o/

 

06:30 takes the full run, without any of the other weird things i did, tried to show off the talents etc.

I am sure there might be faster farming methods, but i get 120 boxes within ~40 min. Then send em all to your bank/box-alt or CoD em directly to the customer :)

Macro for pick pocketing mobs:
/console set targetnearestdistance 10
/cleartarget
/targetenemy [target=target, noexists]
/cast pick pocket

Macro for deleting all the junk:
/run f=string.find;for b=0,4 do for s=1,32 do n=GetContainerItemLink(b,s);if n and(f(n,"Homemade Cherry Pie")or f(n,"An Exotic Cookbook")or f(n,"Roasted Quail")or f(n,"Superior Healing Potion")) then PickupContainerItem(b,s);DeleteCursorItem();end;end;end