/<
function 过验证()
local str=获取NPC对话内容()
if str:match("<项链/@TJ") then
local t=[[
<350=项链><351=戒指><352=头盔><353=鞋子><358=宝箱><355=腰带><356=书本><357=红包><354=护腕>
<1070=项链><1071=戒指><1072=头盔><1073=鞋子><1078=宝箱><1075=腰带><1076=书本><1077=红包><1074=护腕>
]]
local id=str:match("Img:(%d+):")
if id then
local gn=t:match("<"..id.."=([^>]+)>")
if gn then
local cmd=str:match("<"..gn.."/(@[^>]+)>")
if cmd then
选择(cmd)
清空NPC对话内容()
等待(1500)
end
end
end
end
end
过验证() -- 回收验证保留此行,删除下面一行。
设置用户检测("过验证",2000) -- 脱机验证保留此行,删除上面一行。
/>