|
发表于 2019-2-26 17:06:39
|
显示全部楼层
发帖限制了,用小号来
汗,我的错,有一处改动忘说了:
huashan_yls=function()
DoAfterSpecial(1,'return AntiFloodTimer()',12)
antiFlood="huashan_yls"
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")
--return exe('give head to yue lingshan;hp')
return exe('give corpse to yue lingshan;hp')
end
注释原来的,改为下面的 |
|