|
发表于 2018-1-15 20:56:58
|
显示全部楼层
function songxin2_kill()
DeleteTriggerGroup("songxin_look")
--create_trigger_t('songxin_fight1',"^(他|她)装备着:$",'','npcWeapon')
create_trigger_t('songxin_fight2','^>*\\s*(\\D*)「啪」的一声倒在地上','','songxin_kill_die')
create_trigger_t('songxin_fight3','^>*\\s*(\\D*)神志迷糊,脚下一个不稳,倒在地上昏了过去。','','songxin_kill_faint')
create_trigger_t('songxin_fight4','^ (\\D*)封信件','','songxin_letter')
create_trigger_t('songxin_fight5','^>*\\s*你想攻击谁?','','songxin_kill_over')
create_trigger_t('songxin_fight6','^>*\\s*你把 "action" 设定为 "check_letter" 成功完成。','','songxin2_kill_check')
create_trigger_t('songxin_fight7','^>*\\s*(\\D*)道:这次算你命大!','','songxin2_fangqi')
create_trigger_t('songxin_fight8','^>*\\s*一股暖流发自丹田流向全身,慢慢地你又恢复了知觉……','','songxin2_fangqi')
create_trigger_t('songxin_fight9','^>*\\s*啊!总算双目没有被真正刺伤,你又可以看见事物啦!','','songxin_kill_get')
SetTriggerOption("songxin_fight1","group","songxin_fight")
SetTriggerOption("songxin_fight2","group","songxin_fight")
SetTriggerOption("songxin_fight3","group","songxin_fight")
SetTriggerOption("songxin_fight4","group","songxin_fight")
SetTriggerOption("songxin_fight5","group","songxin_fight")
SetTriggerOption("songxin_fight6","group","songxin_fight")
SetTriggerOption("songxin_fight7","group","songxin_fight")
SetTriggerOption("songxin_fight8","group","songxin_fight")
SetTriggerOption("songxin_fight9","group","songxin_fight")
exe('look '..sxjob.id1)
exe('kill '..sxjob.id1)
--killPfm(sxjob.id1)
exe('set wimpy 100;set wimpycmd pfmpower\\pfmpfm\\hp;yield no')
指的是这个么馆长? |
|