|
楼主 |
发表于 2017-10-17 17:27:51
|
显示全部楼层
原来的慕容学斗转星移应该是在songxin.luak中这样写的,但不是太懂,原码如下:
function sx2overok()
nobusy=0
condition={}
exe('pfmset;cond')
songxin_triggerDel()
if mydummy==true then
return dummyfind()
end
if score.party=="姑苏慕容" and need_dzxy=="yes" and string.find(jiangnan_area,locl.area) and hp.pot > 20 and hp.food>50 and hp.water>50 then
messageShow("任务监控:送信任务完成,当前区域【"..locl.area.."】,顺路检查是否去慕容领悟斗转星移!")
return check_halt(checkdzxy)
end
if hp.exp<20000000 then
return check_food()
end
return checkWait(sxCondconsider,1)
end
你们说的改check_jobx改成check_food是在哪个lua文件里改呢?我是外行,只会简单的按说明改 |
|