####由以下開始設定####
automacro chatroom {
console /開啟傳送之陣/
call {
do move @rand 1 200
do chat create "請別傳我" 2 0 54321
pause 28
do chat leave
}
}
automacro 坐著等待太久 {
exclusive 1
aggressives < 1
console /You are sitting./
hp > 99%
sp > 99%
timeout 35
call {
do stand
release 發呆太久
stop
}
}
automacro 發呆太久 {
aggressives < 1
console /You are sitting./
run-once 1
call 發呆太久
}
macro 發呆太久 {
$gg = @random ("1", "2", "3", "4")
if ($gg == 1) goto one
if ($gg == 2) goto two
if ($gg == 3) goto three
if ($gg == 4) goto four
goto end
:one
do east @rand(3,5)
goto end
:two
do south @rand(3,5)
goto end
:three
do west @rand(3,5)
goto end
:four
do north @rand(3,5)
goto end
:end
stop
}
automacro 等++ {
status not 天使之賜福狀態
status not 加速術狀態
run-once 1
timeout 60
call {
do follow 小妹
release all
}
}
automacro ++中 {
status 天使之賜福狀態
status 加速術狀態
run-once 1
timeout 60
call {
do follow stop
release all
}
}
她有時候可以跑很久大概3.4H 可是有時候開了5分鐘就直接說有BUG 要關閉了ˊˋ
請問要怎麼改進呢? |
|