|
发表于 2016-11-19 13:52:12
|
显示全部楼层
job。lua 里搜1000
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') |
|