内容摘要:发送自定义封包(0,171,6,0,0)等待(1500)选择("@在线回收")等待(1500)aa=NPC对话内容 passcode=匹配内容(aa,[[{(\d{1,8})]]) 输出信息(passcode) if passcode~=...
发送自定义封包(0,171,6,0,0)
等待(1500)
选择("@在线回收")
等待(1500)
aa=NPC对话内容
passcode=匹配内容(aa,[[<答案提示:/SCOLOR=250>{(\d{1,8})]])
输出信息(passcode)
if passcode~=nil then
findapi=匹配内容(NPC对话内容,[[(@@InPutString\d{1,3})]])
if findapi~=nil then
api=findapi
else
api=匹配内容(NPC对话内容,[[(@@InPutInteger\d{1,3})]])
end
合成命令(api,passcode)
end
等待(1500)
选择("@一键回收")