### 非組隊自動要求技能(打手) ###
automacro 自動跟隨要求補補 {
priority 3
exclusive 1
hp < 95%
player /補機id/,8
run-once 1
call {
do follow 補機id
do pm 補機id 加補
}
}
automacro 自動跟隨要求加加 {
priority 5
exclusive 1
hp > 95%
player /補機id/,8
status not 天使之賜福狀態,加速術狀態
run-once 1
call {
do follow 補機id
do pm 補機id 補加
}
}
automacro 自動脫隊 {
priority 7
exclusive 1
hp > 95%
player /補機id/,8
status 天使之賜福狀態,加速術狀態
run-once 1
call {
do follow stop
release all
}
}
# 補機的祭司根據複製可以變成補機服務網路,需要與祭司配合寫上id,以免被外人惡搞
############ 非組隊自動要求技能回應(祭司) ################
automacro 加補 {
exclusive 1
pm /加補/,打手id,打手id2,打手id3,
call {
do sp 28 $.lastpm
}
}
automacro 補加 {
exclusive 1
pm /補加/,打手id,打手id2,打手id3,
call {
do sp 34 $.lastpm
pause 0.5
do sp 29 $.lastpm
}
}
沒有留言:
張貼留言