|
楼主 |
发表于 2017-10-20 08:27:23
|
显示全部楼层
袭人妹妹 袭人妹妹
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')
SetTriggerOption("huashan_cut1","group","huashan_cut")
SetTriggerOption("huashan_cut2","group","huashan_cut")
job.killer={}
fight.time.e=os.time()
fight.time.over=fight.time.e-fight.time.b
messageShowT('华山任务:战斗用时:【'..fight.time.over..'】秒,搞定蒙面人:【'..job.target..'】。')
return check_busy(huashan_cut_act)
end
huashan_cut_act=function()
DeleteTimer('perform')
weapon_unwield()
weaponWieldCut()
for i=1,2 do
exe('get ling pai from corpse '..i)
exe('qie corpse '..i)
end
end
是在这里改吗? |
|