|
楼主 |
发表于 2016-11-30 21:15:30
|
显示全部楼层
重新改过了
- 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
复制代码
<!-- Produced by MUSHclient v 4.84 - www.mushclient.com -->
<font size=2 face="Fixedsys, FixedSys, Lucida Console, Courier New, Courier">
11/30/16 21:10:15【mmdnt】武当任务:任务完成,用时:【46】秒。
11/30/16 21:10:16【mmdnt】我是风清扬的好徒弟
11/30/16 21:10:16【mmdnt】回门派学习
11/30/16 21:10:50【mmdnt】学习完毕!
|
|
评分
-
1
查看全部评分
-
|