你放银行一部分,这样包里就不会太多了
摧毁碎片宏已经不好用了。
银行放20个碎片
身上带12个碎片。不用灵魂袋,就用霜纹包。还能空出8格放东西。
chatGPT 教的,亲测好用,一次销毁5个/run local count = 0 for b=0,4 do for s=1,GetContainerNumSlots(b) do local n=GetContainerItemLink(b,s) if n and string.find(n,"灵魂碎片") then PickupContainerItem(b,s) DeleteCursorItem() count = count + 1 if count >=
#showtooltip 灵魂碎片
/run local stop for i=0,4 do for j=1,28 do local item=GetContainerItemLink(i,j) if item and item:find("灵魂碎片") then PickupContainerItem(i,j) DeleteCursorItem() stop=1 break end end if stop==1 then break end end正在使用,好用的一批
chatGPT 教的,亲测好用,一次销毁5个/run local count = 0 for b=0,4 do for s=1,GetContainerNumSlots(b) do local n=GetContainerItemLink(b,s) if n and string.find(n,"灵魂碎片") then PickupContainerItem(b,s) DeleteCursorItem() count = count + 1 if count >=
欢迎光临 魔兽世界玩家社区APP官网 (https://huaijiufu.com/) | Powered by Discuz! X3.5 |