yojimbos_law

hr sandworms combat macro

Sep 11th, 2018
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. if !haseffect 873
  2. abort "WE DEAD PROBABLY"
  3. endif
  4. if monstername "time-spinner prank" || monstername "Eldritch Tentacle"
  5. call stall
  6. while !pastround 20
  7. skill candyblast
  8. endwhile
  9. while !pastround 25
  10. attack
  11. endwhile
  12. endif
  13.  
  14. if monstername sandworm
  15. call stall
  16. if hasskill 7265
  17. ##fire the jokester\'s gun
  18. skill 7265
  19. endif
  20. skill lightning strike
  21. endif
  22.  
  23. sub stall
  24. while !pastround 10 && !monsterhpbelow 400
  25. use dictionary
  26. endwhile
  27. endsub
  28.  
  29. abort "fuck fuck fuck fuck fuck, we're so fucked"
  30. icon pastalighthouses
  31. scrollwhendone
Advertisement
Add Comment
Please, Sign In to add comment