View Single Post
07-02-10, 03:22 AM   #34
ffcloud2000
A Fallenroot Satyr
Join Date: Jul 2005
Posts: 24
Originally Posted by Slakah View Post
lua Code:
  1. local f,l=CF()f:SSc("OnEvent",function()for b=0,4 do for s=0,GetContainerNumSlots(b)do l=GetContainerItemLink(b,s)if l and select(3,GetItemInfo(l))==0 then ShowMerchantSellCursor(1)UseContainerItem(b,s)end end end end)f:R"MERCHANT_SHOW"

Ok heres an autojunk seller, 237 characters (it's not tested but it's pretty much identical to tekjunkseller).
Causes my fps to drop hard when i run it and makes AutoMcRun's memory usage to go through the roof
__________________
  Reply With Quote