|
发表于 2017-4-3 23:01:07
|
显示全部楼层
- function yptKillgo()
- EnableTrigger("yptFight1",false)
- EnableTrigger("ypt_catch_id",false)
- hqpd=1
- exe('kill '..sxjob.id1)
- exe('kill '..sxjob.id2)
- if perform.force and perform.force=="dulong-dafa" then
- if not flag.wudi or flag.wudi==0 then
- exe('yun wudi')
- else
- print('神龙无敌正在运行中。')
- end
- end
- exe('jiali 0;set wimpycmd pfmbuff\\hp;set wimpy 100')
- if ((yptteam*1 > 9 and (Yptdangersk[sxjob.skills2] or Yptdangersk[sxjob.skills1])) or yptteam*1 == smyteam*1) and yptjob.lihuazhen==1 then
- if sxkiller1>sxkiller2 and yptjob.name1~='无威胁' then
- exe('shoot '..sxjob.id1)
- elseif yptjob.name2~='无威胁' then
- exe('shoot '..sxjob.id2)
- end
- chats_log('有危险人物,先干掉一个再说!','cyan')
- end
- end
复制代码 |
|