|
楼主 |
发表于 2018-9-29 13:47:57
|
显示全部楼层
function songxin_finish()
chats_locate('送信任务:任务目标是【'..job.where..'】的【'..job.target..'】!','red')
dis_all()
flag.find=1
flag.times=1
locate()
sxjob.sx2=0
exe('follow none')
job.time.e=os.time()
job.time.over=job.time.e-job.time.b
messageShowT('送信任务:任务完成!用时:【'..job.time.over..'】秒')
if locl.area=='不知道哪里' then
locl.area=job.area
Note('无法确定当前地点,设定当前地点为任务地点。')
end
是不是要在songxin.lua这个个位置加上,具体在哪行加
if score.party=="姑苏慕容" and need_dzxy=="yes" and string.find(jiangnan_area,locl.area) and hp.pot > 0 and hp.food>50 and hp.water>50 then
messageShow("任务监控:送信任务完成,当前区域【"..locl.area.."】,顺路检查是否去慕容领悟斗转星移!")
return check_halt(checkdzxy)
end |
|