Advertisement
Guest User

Untitled

a guest
Jun 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. scrollwhendone
  2.  
  3. # pick his pocket first
  4. pickpocket
  5. # may fail, repeat once (wear bling of the new wave)
  6. if match "fish around"
  7. pickpocket
  8. endif
  9.  
  10. sub concentration
  11. # Disco Concentration +20% items
  12. skill Disco Eye-Poke
  13. skill Disco Dance of Doom
  14. skill Disco Dance II: Electric Boogaloo
  15. endsub
  16.  
  17. sub prb
  18. skill Pop and Lock it
  19. skill Run like the wind
  20. skill Break it on down
  21. endsub
  22.  
  23. if monstername "gna* gnome"
  24. call concentration
  25. call prb
  26. endif
  27.  
  28. # will attack after the combo has finished for gnomes, and immediately for anyone else
  29. attack
  30. repeat
  31. # repeat will just repeat the last action specified, in this case attack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement