Code: Select all
automacro AspersioOthers {
   console /\[dist=(.*)\] (.*) \((\d+)\): \*asp|aspersio|holy|asper|aspe\*$/
   status Blessing
   status Increase AGI
   sp > 30%
   run-once 1
   timeout 30
   exclusive 1
   overrideAI 1
   call {
      do ai manual
      $dist = $.lastMatch1
      if ($dist > 6) stop
      $name = $.lastMatch2
      $PlayerID = $.lastMatch3
      pause 1
      do sp 68 $PlayerID 5
      log  Finish macro: AspersioOthers at $.datetime
      pause 1
      do ai on
      release AspersioOthers
   }
}Thanks.

