|
楼主 |
发表于 2018-12-30 09:56:21
|
显示全部楼层
好的!
wait.make(function()
wait.time(1)
exe('fight '.. sxjob.id1)
end)
end
end
function ypt_kill_over()
exe('unset buf_off;unset wimpy;unwield tiandi sword;wield qiankun sword')
EnableTrigger("ypt_weapon1",false)
EnableTriggerGroup("ypt_weapon",false)
fight.time.e=os.time()
fight.time.over=fight.time.e-fight.time.b
messageShowT('报效国家任务:当前死亡次数【'.. smydie ..'】次!杀死第【'..yptteam..'】组武士,战斗用时:【'..fight.time.over..'】秒。')
print('正在颂摩崖任务中,当前死亡次数【'.. smydie ..'】次!杀死第【'.. yptteam ..'】组武士完成。设定杀死武士组数上限为【'.. smyteam ..'】组。') |
|