|
发表于 2017-7-11 21:48:44
|
显示全部楼层
開 job.lua
if heqi==1000 then
dis_all()
locate()
exe('yield yes;set wimpycmd halt\\hp\\'..locl.dir)
geta()
EnableTrigger("hpheqi1",true)
if job.name=='songxin' then
chats_log('送信任务:合气到达1000满值,放弃任务!','cyan')
EnableTrigger("songxin_fight7",true)
return check_halt(songxinKillFail,1)
end
if job.name=='wudang' then
chats_log('武当任务:合气到达1000满值,放弃任务!','cyan')
return check_halt(wudangKillFail,1)
end
if job.name=='xueshan' then
chats_log('雪山任务:合气到达1000满值,放弃任务!','cyan')
return check_halt(xueshanKillFail,1)
end |
|