今天維修時間比較長些!所以考慮了板上有些人的建議一下,所以在發出這小小的打手應用篇
很多人都私下在問,在這裡我就乾脆分享出來,有興趣就來看看
主旨是要讓打手定時回頭找一下補師,也能防呆防卡住(自己修改)
分成2部分
config\
下
macros\
下加入以下
automacro 自動找祭司補 {
aggressives < 1
hp < 50%
status not 加速術狀態,天使之賜福狀態
exclusive 1
run-once 1
timeout 29
delay 10
call 找祭司
}
automacro 自動找祭司加速天賜 {
status not 加速術狀態
status not 天使之賜福狀態
exclusive 1
run-once 1
timeout 59
delay 10
call 找祭司
}
macro 找祭司 {
do conf follow 1
release 自動找祭司補
release 自動找祭司加速天賜
release 自動與祭司分開
}
automacro 自動與祭司分開 {
hp > 98%
status 加速術狀態
status 天使之賜福狀態
status 霸邪之陣狀態
status 神威祈福狀態
exclusive 1
run-once 1
call 自動與祭司分開
}
macro 自動與祭司分開 {
do conf follow 0
pause 1
do follow stop
#release 自動與祭司分開
}
# 在分開限制的狀態條件中,為什麼沒加幸運之頌歌呢!說實在的加了會太頻繁回頭,而影響效率,除非有些危險地區 |
|