传奇点击输入--线内数字挂机验证码:
/<
function 过验证()
local str=获取NPC对话内容()
if str:match("防止挂机") then
local content=str:match(">【([^<]+)】<")
local cmd=str:match("/(@@[^>]+)>")
if cmd and content then
合成命令(cmd,content)
等待(2000)
end
end
end
过验证() -- 回收验证保留此行,删除下面一行
设置用户检测("过验证",2000) -- 脱机验证保留此行,删除上面一行
/>