|
|
发表于 2024-12-28 00:59:26
|
显示全部楼层
本帖最后由 xunqitt 于 2024-12-28 01:00 AM 编辑
取 /run for bag=5,11 do for slot=1,50 do local i=GetContainerItemLink(bag,slot)if i and i:sub(18,22)=="60551"then UseContainerItem(bag,slot)end;end;end
存
/run for bag=0,4 do for slot=1,50 do local i=GetContainerItemLink(bag,slot)if i and i:sub(18,22)=="60551"then UseContainerItem(bag,slot)end;end;end
不知道哪个文档找出来的 你看看能用不.gif) 建议先找小号测试下 别吧东西删了。
|
|