/run for i=0,4 do for x=1,C_Container.GetContainerNumSlots(i) do y=C_Container.GetContainerItemLink(i,x) if y then if GetItemInfo(y)=="물건 이름" then C_Container.PickupContainerItem(i,x) DropItemOnUnit("target") break end end end end

1. "물건 이름" 부분을 원하는 아이템의 이름으로 바꿔주면 자동으로 거래 후 물건을 올려줌

2. 하코에서 되는거 확인