[원문] 가방1~4까지 있는템 닥치고 다파는 매크로좀 ㅠㅠ

못찾겠네요.. 만들어주실수잇는 능력자분 없나요 ;ㅁ;

5번가방에 필수품목은 안건드리고

1~4에 잡템만 싹다 팔수잇으면 좋겟습니다!


-------------------------------------------------------------------------------------

회색템만 파는 매클

 

 

 

/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))