測試沒感覺


 


 


主人等待



automacro waitASSUMPTIOSpell {
 pm /聖母之頌歌/ Determine
 run-once 1
 call {
  pause 2
  release waitASSUMPTIOSpell
 } 
}


automacro waitANGELUSSpell {
 pm /天使之障壁/ Determine
 run-once 1
 call {
  pause 3.5
  release waitANGELUSSpell
 }
}


automacro waitGLORIASpell {
 pm /幸運之頌歌/ Determine
 run-once 1
 call {
  pause 2
  release waitGLORIASpell
 }
}



automacro waitSpell {
 spell 治癒術, 加速術, 霸邪之陣, 神威祈福
 run-once 1
 call equalsSpell
}


macro equalsSpell {
 if ($.casterSkill == 治癒術) goto heal
 if ($.casterSkill == 加速術) goto incagi
 if ($.casterSkill == 霸邪之陣) goto kyrie
 if ($.casterSkill == 神威祈福) goto impositio


 :heal
 log 補師施放 治癒術 等待 1 秒
 pause 1
 stop


 :incagi
 log 補師施放 加速術 等待 1 秒
 pause 1
 stop


 :kyrie
 log 補師施放 霸邪之陣 等待 2 秒
 pause 2
 stop
 
 :impositio
 log 補師施放 神威祈福 等待 3 秒
 pause 3
 stop


 release waitSpell
}


 


 


---------------------------------------------------------------------------------------------


補師TO主人等待


 


automacro autoPmGLORIA {
 console /您現在已經是: 幸運之頌歌狀態/
 run-once 1
 call {
  do pm @config(followTarget) 幸運之頌歌
  release autoPmGLORIA
 }
}


automacro autoPmASSUMPTIOS {
 console /您現在已經是: 聖母之頌歌狀態/
 run-once 1
 call {
  do pm @config(followTarget) 聖母之頌歌
  release autoPmASSUMPTIOS
 }
}


automacro autoPmANGELUS {
 console /您現在已經是: 天使之障壁狀態/
 run-once 1
 call {
  do pm @config(followTarget) 天使之障壁
  release autoPmANGELUS
 }
}


 


 

arrow
arrow
    全站熱搜

    aaa1314 發表在 痞客邦 留言(0) 人氣()