|
楼主 |
发表于 2017-11-22 11:09:26
|
显示全部楼层
if heqi=='1001' then
dis_all()
locate()
exe('yield yes;set wimpycmd halt\\hp\\'..locl.dir)
geta()
EnableTrigger("hpheqi1",true)
if heqi=='1001' and job.name=='songxin' then
chats_log('送信任务:合气到达1000满值,放弃任务!','cyan')
EnableTrigger("songxin_fight7",true)
return check_halt(songxinKillFail,1)
end
if heqi=='1001' and job.name=='wudang' then
chats_log('武当任务:合气到达1000满值,放弃任务!','cyan')
return check_halt(wudangKillFail,1)
end
if heqi=='1001' and job.name=='xueshan' then
chats_log('雪山任务:合气到达1000满值,放弃任务!','cyan')
return check_halt(xueshanKillFail,1)
end
终于会改了,这样就不放弃任务了 |
|