|
发表于 2019-3-2 23:13:14
|
显示全部楼层
huashan_cut=function()
EnableTriggerGroup("huashan_fight",false)
EnableTriggerGroup("huashan_find",false)
DeleteTriggerGroup("huashan_cut")
create_trigger_t('huashan_cut1','^(> )*只听“咔”的一声,你将(\\D*)的首级斩了下来,提在手中。','','huashan_cut_con')
create_trigger_t('huashan_cut2','^(> )*(乱切别人杀的人干嘛啊|你手上这件兵器无锋无刃|你得用件锋利的器具才能切下这尸体的头来)','','huashan_cut_weapon')
create_trigger_t('huashan_cut3','^(> )*你将(\\D*)的尸体扶了起来背在背上。','','huashan_cut_con')
create_trigger_t('huashan_cut4','^(> )*光天化日的想抢劫啊?','','huashan_cut_con1')
create_trigger_t('huashan_cut5','^(> )*你现在正忙着呢。','','huashan_cut_weapon')
SetTriggerOption("huashan_cut1","group","huashan_cut")
SetTriggerOption("huashan_cut2","group","huashan_cut")
SetTriggerOption("huashan_cut3","group","huashan_cut")
SetTriggerOption("huashan_cut4","group","huashan_cut")
SetTriggerOption("huashan_cut5","group","huashan_cut")
wudangPfmAnClose()
你把红色的这句删掉。。
你没用an吧。。
|
|