柱
@insoyang 在 分享个自动练习 中说:
@jicki 大佬,在自动返回训练那一段里面,如果添加了装备武器,就会卡住,这个怎么解决呢?
<===
[while] true
[if] (:living) != true
relive
@renew
@wait 300
$to (Xxdd)
[else if] (:hpPer) < 0.8
stopstate
@renew
@wait 300
$to (Xxdd)
[else if] (:mpPer) < 0.8
stopstate
@renew
@wait 300
$to (Xxdd)
[if] (:room) != (Xxdd)
stopstate
@wait 300
$to (Xxdd)
[if] (:state) != 练习
stopstate
lianxi (Lastcmd) (Lv)
@wait 60000
===>
就这一段,如果在lianxi前面添加 eq ****, 浏览器就会出现当前运行脚本导致设备缓慢,是否停止的提示.