|
- -----扬州自动找徐霞客 by 无法风2019.12.25------
- xxkFind=function()
- DeleteTriggerGroup("xxkFind")
- create_trigger_t('xxkFind1','^(> )*\\s*徐霞客\\(Xu xiake\\)','','xxkFindFollow')
- create_trigger_t('xxkFind2','^(> )*这里没有 xu xiake','','xxkFindGoon')
- create_trigger_t('xxkFind3','^(> )*你决定跟随\\D*一起行动。','','xxkFindDone')
- create_trigger_t('xxkFind4','^(> )*你已经这样做了。','','xxkFindDone')
- SetTriggerOption("xxkFind1","group","xxkFind")
- SetTriggerOption("xxkFind2","group","xxkFind")
- SetTriggerOption("xxkFind3","group","xxkFind")
- SetTriggerOption("xxkFind4","group","xxkFind")
- EnableTriggerGroup("xxkFind",false)
- cntr1 = countR(20)
- job.name="找徐霞客"
- return go(xxkFindFact,"扬州城","城隍庙")
- end
- xxkFindFact=function()
- EnableTriggerGroup("xxkFind",true)
- exe('look')
- return find()
- end
- xxkFindFollow=function()
- flag.find = 1
- exe('follow xu xiake')
- end
- xxkFindGoon=function()
- flag.wait=0
- flag.find=0
- return walk_wait()
- end
- function xxkFindDone()
- ColourNote ("red","blue","【已找到徐霞客这个狗头,请开始你的嘿嘿嘿……】")
- end
复制代码 |
评分
-
1
查看全部评分
-
|