--出发
移动到范围2("n3",320,333,5)
等待(1500)
坐标对话(320,333)
等待(1500)
选择("@主宰者领域")
等待(1500)
end
do
--开始
while true do
local mapid=获取地图id()
if mapid=="n3" then
回城()
elseif mapid=="nlts102" then
if 边走边打2("nlts102",85,22,3)==true then
坐标对话(85,22)
等待(1500)
选择("@主宰者领域")
等待(1500)
end
else
使用物品("盟重传送石")
等待(1500)
end
end
end