简单挂A版自动爬喵喵传奇50层通天塔挂机脚本分享:无需回城
脚本代码如下:
function 回城()
移动到范围2("3",337,327,5)
等待(1500)
坐标对话(337,327)
等待(1500)
选择("@挑战通天塔2")
等待(1500)
end
function 刷塔()
边走边打2("Q004",13,14,3)
local map=获取地图()
if map=="通天塔50层" then
使用物品("通天塔加1卷")
等待(2000)
else
移动到范围2("Q004",15,13,5)
等待(1500)
坐标对话(15,13)
等待(1500)
选择("@挑战通天塔")
等待(1500)
end
end
do
--开始
while true do
local mapid=获取地图id()
if mapid=="3" then
回城()
else
刷塔()
end
end
end