
/<
lastmsg=""
function 过验证()
for i=1,2 do
local str=获取NPC对话内容()
if lastmsg==str then return end
lastmsg=str
if str:match("相同[的]*星珠") then
local img=str:match("<Img:(%d+):%d+:")
if img then
local cmd=str:match("<ImgEX:%d+:"..img..":[^/]+/(@[^>]+)>")
if cmd then
选择(cmd)
等待(1000)
end
end
end
end
end
过验证() -- 回收验证保留此行,删除下面一行
设置用户检测("过验证",2000) -- 脱机验证保留此行,删除上面一行
/>
