--刷塔
function 回城()
--出发
移动到范围2("0",322,271,5)
等待(1000)
坐标对话(322,271)
等待(1000)
选择("@YHZT")
等待(1000)
选择("@YHZT传送")
等待(1000)
移动到范围2("5",115,353,5)
等待(1000)
坐标对话(115,353)
等待(1000)
选择("@永恒之塔开始闯关")
等待(1000)
选择("@随机点数开始")
等待(4500)
end
do
--开始
while true do
local mapid=获取地图id()
if mapid=="0" then
回城()
elseif mapid=="0139" then
if 边走边打2("0139",23,27,3)==true then
使用物品("比奇传送石")
等待(1000)
end
else
使用物品("比奇传送石")
等待(1000)
end
end
end