yojimbos_law

hr sandworms macro

Aug 1st, 2024
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 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. ##jokester gun
  17. if hasskill 7265
  18. skill 7265
  19. endif
  20. skill lightning strike
  21. endif
  22.  
  23. sub stall
  24. ##based on 550 weight.
  25. while !pastround 10 && !monsterhpbelow 293
  26. use dictionary
  27. endwhile
  28. endsub
  29.  
  30. abort "fuck fuck fuck fuck fuck, we're so fucked"
  31. icon pastalighthouses
  32. scrollwhendone
  33.  
Add Comment
Please, Sign In to add comment