|
为了full 技能,为了更有效的利用pot ,避免因时间不对不能找老风而造成的潜能浪费
修改了大昏的机器,在潜能超过70%,如果可以进洞就直接去找老风学习,然后回来做任务!
- function checkPrepareOver()
- if lostletter==1 and needdolost==1 then
- return letterLost()
- end
- if not MidHsDay[locl.time] and score.master=='风清扬' and hp.pot>hp.pot_max*0.5 and l_pot<450 and l_pot~= 0 and xuefull==0 then
- messageShow('我是风清扬的好徒弟',"cyan")
- return xuexi()
-
- end
- if hp.pot>hp.pot_max*0.7 and score.master ~='风清扬' and l_pot<450 and l_pot~= 0 then
- messageShow('等级低,去学习',"cyan")
- return xuexi()
- end
- if not job.last or job.last=="songxin" or needdolost==1 or job.last=="tdh" or job.last=="clb" or job.last=="songmoya" then
- return check_xuexi()
- else
- return check_job()
- end
- end
复制代码
有意的按照这个修改下shujian.lua |
|