xuncheng.lua
function xuncheng_checkpot()
if hp.pot>=hp.pot_max*6/7 then
if hp.jingli>100 then
if score.gold and skills["literate"] and score.gold>300 and skills["literate"].lvl<hp.pot_max-100 then
return literate()
end
return go(check_xuexi,"大理城","茶馆")
--return go(xuexi,"大理城","茶馆")
else
return checkWait(xuncheng_check,5)
end
else
--if hp.exp>800000 and hp.exp<2000000 and score.party=='明教' then
-- return xunluo()
-- else
-- return xuncheng_start()
-- end
return gaibang()
end
end