|
发表于 2019-3-13 22:30:06
|
显示全部楼层
这个应该很容易改啊
job.lua中,找到
function prepareLianxi()
if mydummy==true then
EnableTriggerGroup("prepare_neili",false)
DeleteTriggerGroup("prepare_neili")
return dummyfind()
end
if (not condition.busy or condition.busy == 0) and job.prepare~=duHhe_start and job.prepare~=duCjiang_start then
return prepare_neili(job.prepare)
end
if condition.busy>60 then
if hp.pot>100 then return lingwu() end
if score.party=="姑苏慕容" and need_dzxy=="yes" and dzxy_level==3 and hp.food>50 and hp.water>50 and (locl.time=="戊" or locl.time=="亥" or locl.time=="子" or locl.time=="丑" ) then
messageShow("任务监控:是三段斗转星移,而且是晚上,可以去看星星领悟斗转星移了!","white")
return check_halt(checkdzxy)
end
end
flag.jixu=1
if hp.neili_max>hp.neili_lim-10 then
exe('unset 积蓄')
elseif job.prepare and (job.prepare==test or job.prepare==duHhe_start or job.prepare==duCjiang_start) then
exe('unset 积蓄')
else
flag.jixu=0
exe('unset 积蓄')
end
if job.zuhe["gblu"] and not locl.id["铜钱"] and hp.exp<2000000 then exe('drop 1 coin') end
prepare_neili_a()
end |
|