传奇挂机回收验证码输入骰子点数:
/<
function 过验证()
local str=获取NPC对话内容()
if str:match("输入骰子点数") then
local content=str:match("<Img:(%d+):")
local id=str:match("INPUTTEXT:(%d+):")
local cmd=str:match("/(@[^>]+)>")
if content and id and cmd then
合成命令(cmd,id..":"..content)
清空NPC对话内容()
等待(1500)
end
end
end
过验证() -- 回收验证保留此行,删除下面一行
设置用户检测("过验证",2000) -- 脱机验证保留此行,删除上面一行
/>