--刷塔
function 回城()
--存仓
if 是否需要存 then
游戏菜单(7)
等待(1500)
选择("@-1")
等待(1500)
存()
end
--回收
游戏菜单(3)
等待(1500)
选择("@263")
等待(1500)
选择("@262")
等待(1500)
选择("@261")
等待(1500)
选择("@260")
等待(1500)
选择("@259")
等待(1500)
选择("@257")
等待(1500)
选择("@256")
等待(1500)
选择("@254")
等待(1500)
选择("@255")
等待(1500)
选择("@258")
等待(1500)
--出发
移动到范围2("3",319,316,5)
等待(1500)
坐标对话(319,316)
等待(1500)
选择("@1")
等待(1500)
选择("@2")
等待(1500)
end
do
--开始
while true do
local mapid=获取地图id()
if mapid=="3" then
回城()
elseif mapid=="TXZT" then
if 边走边打2("TXZT",28,22,3)==true then
坐标对话(28,22)
等待(1500)
选择("@1")
等待(1500)
end
else
使用物品("盟重传送石")
等待(1500)
end
end
end