|
发表于 2019-2-20 00:39:39
|
显示全部楼层
- huashan_yls=function()
- DeleteTriggerGroup("huashan_yls")
- create_trigger_t('huashan_yls1','^(> )*(这里没有这个人。|你身上没有这样东西。|这人好象不是你杀的吧?|你的令牌呢|你还没有去找恶贼,怎么就来祭坛了?)','','huashan_yls_fail')
- create_trigger_t('huashan_yls2','^(> )*岳灵珊在你的令牌上写下了一个 (一|二) 字。','','huashan_yls_ask')
- create_trigger_t('huashan_yls3','^(> )*这好象不是你领的令牌吧?','','huashan_yls_lingpai')
- SetTriggerOption("huashan_yls1","group","huashan_yls")
- SetTriggerOption("huashan_yls2","group","huashan_yls")
- SetTriggerOption("huashan_yls3","group","huashan_yls")
- antiFlood=="huashan_yls"
- return exe('give head to yue lingshan;hp')
- end
复制代码
- huashan_yls_ask=function(n,l,w)
- antiFlood=""
- EnableTriggerGroup("huashan_yls",false)
- DeleteTriggerGroup("huashan_yls_ask")
- create_trigger_t('huashan_yls_ask1','^(> )*你向岳灵珊打听有关『力不从心』的消息。','','huashan_yls_back')
- SetTriggerOption("huashan_yls_ask1","group","huashan_yls_ask")
- EnableTriggerGroup("huashan_yls_ask",false)
- if w[2]=='二' then
- return huashan_yls_back()
- end
- if w[2]=='一' and dohs2==0 then
- return check_bei(huashan_yls_lbcx)
- else
- return check_bei(huashan_heal)
- end
- 你找找这两段代码,按照这个改改看如何。
- end
复制代码 |
|