地图不定时单独拉到房间过光圈坐标验证脚本如图:

---------------------------------------------------
if 当前地图编号=="Q004" then
停止战斗()
等待(1500)
local pass
local pp
local k1
local k2
local passcode
对话NPC("脱机验证员")
等待(1500)
pp=NPC对话内容
k1=string.find(pp,"@脱机",1,true)
if k1~=nil then
pass=string.sub(pp,k1,k1+7)
k2=匹配内容(pass,[[(\d)]])
if k2~=nil then
if k2=="1" then
走到(10,14,0)
end
if k2=="2" then
走到(14,18,0)
end
if k2=="3" then
走到(16,16,0)
end
if k2=="4" then
走到(16,12,0)
end
if k2=="5" then
走到(14,12,0)
end
if k2=="6" then
走到(14,16,0)
end
passcode=table.concat{"@脱机",tostring(k2)}
选择(passcode)
等待(3000)
end
end
开始战斗()
end
end
过程处理()