
Originally Posted by
P&G Corp
dan jgn lupa macro ini nich buat ngapus barang biar ga cape2 ^^
/run for x=0,4 do for y=1,GetContainerNumSlots(x) do l=GetContainerItemLink(x,y) if l then if GetItemInfo(l)=="Eternal Water" then PickupContainerItem(x,y) DeleteCursorItem() return end end end end
ini buat ngapus eternal water, nah kembangkan sendiri d kl mau ngapus yg laen ^^
Share This Thread