function 回城()
移动到范围2("x3",319,339,5)
等待(1500)
坐标对话(319,339)
等待(1500)
选择("@前进")
等待(1500)
end
function 刷塔()
边走边打2("bb",20,23,3)
边走边打2("bb",29,31,3)
local map=获取地图()
if map=="男人地图100层" then
使用物品("回城石")
等待(2000)
else
移动到范围2("bb",24,25,5)
等待(1500)
坐标对话(24,25)
等待(1500)
选择("@前进")
等待(1500)
点击("444d7367446c672f444d7367446c674f6b",813,424)
等待(2000)
end
end
do
--开始
while true do
local mapid=获取地图id()
if mapid=="x3" then
回城()
else
刷塔()
end
end
end