宏命令:
/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
/cast 造水术(等级 1)
命令解析:
法师制作1级水,为了避免一直制作背包会满,再按此宏,则摧毁之前制作的物品,再重新制作。
这样系统就会判定你获取了物品,就不会踢下线。
配合按键精灵类软件,1分钟按一次这个宏即可永不掉线。