Advertisement
bls000

macro Sacer Bebado

May 27th, 2015
448
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.41 KB | None | 0 0
  1. automacro SacerBebado {
  2.     hp > 10%
  3.     location not geffen or prontera or morocc or aldebaram or yuno or alberta or payon or izlude or comodo or lighthalzen or rachel or veins or einbroch
  4.     call {
  5.     $segir = @config(followTarget)
  6.         $rx = @eval(@arg("$.pos", 1) + @random("-2","2"))
  7.         $ry = @eval(@arg("$.pos", 2) + @random("-2","2"))
  8.         do move $rx $ry
  9.         do conf followTarget $segir
  10.     }
  11.     timeout 20
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement