SSBBHax

temp macro

Mar 30th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. if match "ready to rumble"
  2. if monstername "knob goblin embezzler"
  3. if !haseffect timer 1
  4. skill digitize
  5. skill Disco Dance of Doom
  6. skill Disco Dance II
  7. skill Disco Dance 3
  8. if hasskill pocket crumbs
  9. skill pocket crumbs
  10. endif
  11. skill extract
  12. skill summer siesta
  13. attack
  14. repeat
  15. endif
  16. endif
  17. endif
  18.  
  19. if match "ready to rumble"
  20. if monstername "knob goblin embezzler"
  21. if !haseffect timer 1 && !haseffect timer 2
  22. skill digitize
  23. skill Disco Dance of Doom
  24. skill Disco Dance II
  25. skill Disco Dance 3
  26. if hasskill pocket crumbs
  27. skill pocket crumbs
  28. endif
  29. skill extract
  30. skill summer siesta
  31. attack
  32. repeat
  33. endif
  34. endif
  35. endif
  36.  
  37. if match "ready to rumble"
  38. if monstername "knob goblin embezzler"
  39. if !haseffect timer 1 && !haseffect timer 2 && !haseffect timer 3
  40. skill digitize
  41. skill Disco Dance of Doom
  42. skill Disco Dance II
  43. skill Disco Dance 3
  44. if hasskill pocket crumbs
  45. skill pocket crumbs
  46. endif
  47. skill extract
  48. skill summer siesta
  49. attack
  50. repeat
  51. endif
  52. endif
  53. endif
  54.  
  55.  
  56. if monstername garbage tourist && !haseffect on the trail
  57. skill transcendent olfaction
  58. endif
  59.  
  60. skill Disco Dance of Doom
  61. skill Disco Dance II
  62. skill Disco Dance 3
  63. if hasskill pocket crumbs
  64. skill pocket crumbs
  65. endif
  66. skill extract
  67. skill summer siesta
  68. attack
  69. repeat
  70.  
  71. scrollwhendone
Add Comment
Please, Sign In to add comment