你做完任务,跑到襄阳城当铺来看信,就浪费时间与效率了。
shujian.lua
function letterLost() ------------------修改一下这个送信函数
sLetterlost()
if job.last=="xueshan" then
go(letterLostBegin,"大雪山","入幽口")
elseif job.last=="huashan" then
go(letterLostBegin,"华山","正气堂")
elseif job.last=="wudang" then
go(letterLostBegin,"武当山","三清殿")
elseif job.last=="songxin" then
go(letterLostBegin,"襄阳城","当铺")
end
end