######## 非組隊自動要求技能回應(祭司) ########
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
}
}
######## 非組隊自動要求技能(打手) ########
automacro 自動跟隨要求補補 {
priority 3
exclusive 1
hp < 95%
player /補機id/,6
timeout 6
call {
do pm 補機id 加補
do follow 補機id
pause 13
do follow stop
}
}
automacro 自動跟隨要求加加 {
priority 5
exclusive 1
hp > 95%
status not 天使之賜福狀態
status not 加速術狀態
player /補機id/,8
timeout 28
call {
do pm 補機id 補加
do follow 補機id
pause 30
do follow stop
}
}
這是板上某位大大寫的巨集
我想把它改成放魔力劍
該如何改呢?小第對巨集不熟 |