七星辅助官网过聊天框中的骰子点数识别图
图片:
配置图:
验证码:
发言("@服务")
等待(1000)
选择("@随身回收")
等待(1000)
选择("@yesgo1")
等待(1000)
kk=取记录公告内容()
--"④③②⑤⑥①"
aa="①"
findkk=string.find(kk,aa,1,true)
if findkk~=nil then
hello=匹配内容(NPC对话内容,[[(@一[a-z])]])
输出信息(hello)
if hello~=nil then
选择(hello)
end
end
aa="②"
findkk=string.find(kk,aa,1,true)
if findkk~=nil then
hello=匹配内容(NPC对话内容,[[(@二[a-z])]])
if hello~=nil then
选择(hello)
end
end
aa="③"
findkk=string.find(kk,aa,1,true)
if findkk~=nil then
hello=匹配内容(NPC对话内容,[[(@三[a-z])]])
if hello~=nil then
选择(hello)
end
end
aa="④"
findkk=string.find(kk,aa,1,true)
if findkk~=nil then
hello=匹配内容(NPC对话内容,[[(@四[a-z])]])
if hello~=nil then
选择(hello)
end
end
aa="⑤"
findkk=string.find(kk,aa,1,true)
if findkk~=nil then
hello=匹配内容(NPC对话内容,[[(@五[a-z])]])
if hello~=nil then
选择(hello)
end
end
aa="⑥"
findkk=string.find(kk,aa,1,true)
if findkk~=nil then
hello=匹配内容(NPC对话内容,[[(@六[a-z])]])
if hello~=nil then
选择(hello)
end
end
最后修改时间: 2020年06月01日00:00