-
永恒狂刀辅助随机成语-模糊匹配
时间:2014/4/16 18:55:00 作者:永恒狂刀 来源:www.xpyouxi.com 阅读:9124 评论:1内容摘要:随机成语-模糊匹配:他只给你提示一个成语中的两个字,让你选择正确的成语。用法:直接CTRL+A全选后复制。 等待(2500)k1=string.find(提示框内容,"请在对话框内选择",1,true)bb=string.sub(提示框内...随机成语-模糊匹配:他只给你提示一个成语中的两个字,让你选择正确的成语。
用法:直接CTRL+A全选后复制。
等待(2500)
k1=string.find(提示框内容,"请在对话框内选择",1,true)
bb=string.sub(提示框内容,k1+21,k1+30)
--输出信息(bb)
bb1=string.sub(bb,1,2)
bb2=string.sub(bb,3,4)
bb3=string.sub(bb,5,6)
bb4=string.sub(bb,7,8)biao=string.find(NPC对话内容,"@[",1,true)
--输出信息(biao)
biao1=string.sub(NPC对话内容,biao+0,biao+24)
--输出信息(biao1)
biao2=string.sub(NPC对话内容,biao+30,biao+54)
--输出信息(biao2)
biao3=string.sub(NPC对话内容,biao+64,biao+90)
--输出信息(biao3)
if biao1~=nil then
kk1=0
if string.find(biao1,bb1,1,true)~=nil then
kk1=kk1+1
end
if string.find(biao1,bb2,1,true)~=nil then
kk1=kk1+1
end
if string.find(biao1,bb3,1,true)~=nil then
kk1=kk1+1
end
if string.find(biao1,bb4,1,true)~=nil then
kk1=kk1+1
end
dd1=string.find(biao1,"@",1,true)
dd2=string.find(biao1,">",1,true)
dd=string.sub(biao1,dd1,dd2-1)
if kk1>=2 then
--输出信息(dd)
选择(dd)
end
endif biao2~=nil then
kk1=0
if string.find(biao2,bb1,1,true)~=nil then
kk1=kk1+1
end
if string.find(biao2,bb2,1,true)~=nil then
kk1=kk1+1
end
if string.find(biao2,bb3,1,true)~=nil then
kk1=kk1+1
end
if string.find(biao2,bb4,1,true)~=nil then
kk1=kk1+1
end
dd1=string.find(biao2,"@",1,true)
dd2=string.find(biao2,">",1,true)
dd=string.sub(biao2,dd1,dd2-1)
if kk1>=2 then
--输出信息(dd)
选择(dd)
end
endif biao2~=nil then
kk1=0
if string.find(biao3,bb1,1,true)~=nil then
kk1=kk1+1
end
if string.find(biao3,bb2,1,true)~=nil then
kk1=kk1+1
end
if string.find(biao3,bb3,1,true)~=nil then
kk1=kk1+1
end
if string.find(biao3,bb4,1,true)~=nil then
kk1=kk1+1
end
dd1=string.find(biao3,"@",1,true)
dd2=string.find(biao3,">",1,true)
dd=string.sub(biao3,dd1,dd2-1)
if kk1>=2 then
--输出信息(dd)
选择(dd)
end
end
等待(1000)
出处:永恒狂刀官网
网址:http://www.xpyouxi.com
转载时请注明出处和网址
永恒狂刀工作室目前有多种产品:三职业基本加速、三职业各种暗杀、战士无限刺杀、法师道士无限魔法、瞬间顶药、挂机打元宝等等一系列,作者QQ:4132466
- 相关评论
最近更新
-
04-25如何选择一个好客服
-
04-16永恒狂刀全新LOGO
-
04-16永恒狂刀辅助随机成语-模糊匹配
-
11-07请不要乱借账号给其他人
-
10-23好 消 息
精彩推荐
-
04-16永恒狂刀全新LOGO
-
04-16永恒狂刀辅助随机成语-模糊匹配
阅读排行
-
11-07请不要乱借账号给其他人
-
04-16永恒狂刀辅助随机成语-模糊匹配
-
04-16永恒狂刀全新LOGO
-
04-25如何选择一个好客服
-
10-23好 消 息