function 回城()
移动到范围2("盟重改",339,346,5)
等待(1500)
坐标对话(339,346)
等待(1500)
选择("@蜈蚣洞穴")
等待(1500)
选择("@进入蜈蚣洞穴")
等待(1500)
end
function 刷塔()
边走边打2("jjc02",21,9,3)
边走边打2("jjc02",18,22,3)
边走边打2("jjc02",33,18,3)
使用物品("盟重传送石")
等待(1500)
end
do
--开始
while true do
local mapid=获取地图id()
if mapid=="盟重改" then
回城()
elseif mapid=="jjc02" then
刷塔()
end
end
end