Guest User

Untitled

a guest
Jun 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1.  
  2. ################################
  3. ######FIND MASTER###############
  4. ################################
  5. #find master
  6. automacro findMaster {
  7. timeout 3
  8. console /^I lost my master/
  9. call {
  10. $master = @config (followTarget)
  11. do pm "$master" x $.map $.pos
  12. }
  13. }
  14. automacro findMaster2 {
  15. timeout 3
  16. console /^Calculating route to find master/
  17. call {
  18. $master = @config (followTarget)
  19. do pm "$master" x $.map $.pos
  20. }
  21. }
  22. #goto master
  23. automacro gotoMaster {
  24. pm /x (.*) (.*) (.*)/
  25. call {
  26. $pm = $.lastpm
  27. if ($pm != $master) stop
  28. do move $.lastMatch1 $.lastMatch2 $.lastMatch3
  29. }
  30. }
  31. #when master is found
  32. automacro foundMaster {
  33. console /^Found my master!/
  34. call {
  35. do pm "$master" clear
  36. }
  37. }
  38.  
  39. automacro gloomykosiya {
  40. console /\[(dist)=(.*)\] (.*) \((\d+)\): (\*Oops\*)$/
  41. exclusive 1
  42. call {
  43. $distance = $.lastMatch2
  44. $namaPlayer = $.lastMatch3
  45. $playerID = $.lastMatch4
  46.  
  47. $player1 = .Hue
  48. if ($namaPlayer == $player1) goto oke
  49.  
  50. goto lain
  51. :oke
  52.  
  53. do sp 2425 $playerID 5
  54.  
  55. goto end
  56. :lain
  57. do e ??
  58. goto end
  59. :end
  60.  
  61. release gloomykosiya
  62. }
  63. }
  64.  
  65.  
  66. automacro antiwarp {
  67. console /opened Warp Portal on/i
  68. exclusive 0
  69. delay 2
  70. call {
  71. $chatroomname = Asa :p
  72. do chat create "$chatroomname" 2 0 siyete
  73. pause 25
  74. do bangbang
  75. do chat leave
  76. }
  77. }
  78. :end
  79. }
  80. }
  81.  
  82. return 0
  83. }
  84.  
  85.  
  86. automacro antiwarp {
  87. console /casting Manhole on/i
  88. exclusive 0
  89. delay 2
  90. call {
  91. $chatroomname = Asa :p
  92. do chat create "$chatroomname" 2 0 siyete
  93. pause 15
  94. do bangbang
  95. do chat leave
  96. }
  97. }
  98. :end
  99. }
  100. }
  101.  
  102. return 0
  103. }
Add Comment
Please, Sign In to add comment