Advertisement
Chmakhz

Untitled

Oct 1st, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. #yeh0x
  2. automacro buffall {
  3. status not Stew Of Immortality
  4. run-once 1
  5. exclusive 1
  6. timeout 1800
  7. call {
  8. pause 1
  9. do respawn
  10. pause 3
  11. call buff
  12. }
  13. }
  14.  
  15. macro buff {
  16. if ($.map = geffen) call geffen
  17. if ($.map = aldebaran) call aldebaran
  18. if ($.map = morocc) call morocc
  19. if ($.map = prontera) call prontera
  20. if ($.map = lighthalzen) call lighthalzen
  21. if ($.map = rachel) call rachel
  22. if ($.map = payon) call payon
  23. if ($.map = alberta) call alberta
  24. if ($.map = yuno) call yuno
  25. if ($.map = payon) call end
  26. }
  27.  
  28. macro geffen {
  29. do move 126 62
  30. do talknpc 126 64 c c c c c c r0 c c c n
  31. call end
  32. }
  33.  
  34. macro aldebaran {
  35. do move 146 119
  36. do talknpc 146 116 c c c c c c r0 c c c n
  37. call end
  38. }
  39.  
  40. macro morocc {
  41. do move 161 255
  42. do talknpc 164 255 c c c c c c r0 c c c n
  43. call end
  44. }
  45.  
  46. macro prontera {
  47. do move 144 91
  48. do talknpc 146 93 c c c c c c r0 c c c n
  49. call end
  50. }
  51.  
  52. macro lighthalzen {
  53. do move 164 95
  54. do talknpc 167 97 c c c c c c r0 c c c n
  55. call end
  56. }
  57.  
  58. macro rachel {
  59. do move 111 140
  60. do talknpc 111 143 c c c c c c r0 c c c n
  61. call end
  62. }
  63.  
  64. macro alberta {
  65. do move 104 63
  66. do talknpc 104 60 c c c c c c r0 c c c n
  67. call end
  68. }
  69.  
  70. macro payon {
  71. do move 184 100
  72. do talknpc 184 102 c c c c c c r0 c c c n
  73. call end
  74. }
  75.  
  76. macro end {
  77. release buffall
  78. }
  79.  
  80. macro veins {
  81. do move 205 127
  82. do talknpc 205 128 c c c c c c r0 c c c n
  83. call end
  84. }
  85.  
  86. macro yuno {
  87. do move 145 188
  88. do talknpc 145 187 c c c c c c r0 c c c n
  89. call end
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement