|
发表于 2017-11-24 10:03:19
|
显示全部楼层
试试这么改吧,因为我改了好久,不知道其他地方改没改过,只想起来这俩地方。
这里注释掉
function checkPrepareOver()
if lostletter==1 and needdolost==1 then
return letterLost()
end
-- if not job.last or job.last=="songxin" or job.last=="huashan" or needdolost==1 or job.last=="tdh" or job.last=="songmoya" or job.zuhe["hqgzc"] then
return check_xuexi()
else
return check_job()
-- end
end
找到 check_food
修改
if hp.food<70 or hp.water<70 then
if hp.pot<hp.pot_max or needxuexi==0 then
return go(wudang_eat,'武当山','茶亭')
else
return check_xuexi()
end
else
|
|