Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.62 KB | None | 0 0
  1. automacro klikBuff {
  2.     location payon 155 227
  3.     run-once 1
  4.     call {
  5.         do e flg2
  6.         do talknpc 154 232 r0
  7.         release releaseBuff
  8.         #release autoLooting
  9.     }
  10. }
  11.  
  12. automacro brew {
  13.     console "Storage logged"
  14.     call {
  15.         do c @autoloot 100
  16.     }
  17. }
  18.  
  19. automacro brew2 {
  20.     console "You are not guildmaster."
  21.     exclusive 1
  22.     call {
  23.         do c @autoloot 100
  24.     }
  25. }
  26.  
  27. automacro releaseBuff {
  28.     location not payon
  29.     run-once 1
  30.     call {
  31.         release klikBuff
  32.         do c @autoloot 100
  33.     }
  34. }
  35.  
  36. automacro spAbis {
  37.     sp < 10%
  38.     call {
  39.         do respawn
  40.     }
  41.     timeout 30
  42. }
  43.  
  44. automacro strip {
  45.     status Strip Weapon
  46.     call {
  47.         do relog 10
  48.     }
  49.     timeout 20
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement