选择普通回收验证码
等待(2000)
aa=NPC对话内容
cc=string.sub(aa,35,42)
dd=string.sub(aa,51,58)
ee=string.sub(aa,67,74)
ff=string.sub(aa,116,123)
gg=string.sub(aa,132,139)
hh=string.sub(aa,148,155)
if cc=="↓回收↓" then
选择("@普通11")
end
if dd=="↓回收↓" then
选择("@普通22")
end
if ee=="↓回收↓" then
选择("@普通33")
end
if ff=="↓回收↓" then
选择("@普通44")
end
if gg=="↓回收↓" then
选择("@普通55")
end
if hh=="↓回收↓" then
选择("@普通66")
end
aa=nil
等待(1000)