地址: |
上海市长宁区 |
电话: |
025-21-8777777 |
传真: |
032-21-8777777 |
邮箱: |
tian7xin7@126.com |
网址: |
http://www.wg8090.com |
|
|
房间里光圈过验证脚本示例 |
发布时间:2017-02-17 文章来源:www.wg8090.com 浏览次数:1596 |
function 过程处理()
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
|
|