|
2011-09-03 13:46
조회: 1,146
추천: 0
회색잡템메크로/run local p,N,c,n=0 for b=0,4 do for s=1,GetContainerNumSlots(b) do n=GetContainerItemLink(b,s) if n and string.find(n,"9d9d9d") then N={GetItemInfo(n)} c=GetItemCount(n) p=p+(N[11]*c)UseContainerItem(b,s) print(n) end end end print(GetCoinText(p))
EXP
2,347
(73%)
/ 2,401
|
나연양