Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. icon miniadv3f
  2. scrollwhendone
  3.  
  4. abort pastround 10; abort mpbelow 1; abort hpbelow 25
  5.  
  6. # BANISH
  7. if monstername clingy pirate && hascombatitem cocktail napkin
  8. use cocktail napkin
  9. endif
  10.  
  11. # GET STUFF
  12. if happymediumglow red
  13. skill siphon spirit
  14. endif
  15. if hasskill release the boots
  16. skill release the boots
  17. endif
  18.  
  19. # STUN
  20. if hascombatitem blue balls
  21. use blue balls, indigo cup
  22. endif
  23. if hasskill entangling noodles
  24. # skill entangling noodles
  25. endif
  26. skill summon love gnats
  27.  
  28. # DELEVEL
  29. if hasskill pocket crumbs
  30. skill pocket crumbs
  31. endif
  32.  
  33. # OLFACT
  34. if monstername sloppy seconds hamburger && hasskill 19 && !haseffect 331
  35. skill 331
  36. endif
  37.  
  38. # PRECOMBAT STUFF
  39. if hasskill summon mayfly swarm
  40. skill summon mayfly swarm
  41. endif
  42.  
  43. # LOVE BUGS
  44. if hasskill summon love stinkbug
  45. # skill summon love stinkbug
  46. endif
  47. if hasskill summon love mosquito
  48. skill summon love mosquito
  49. endif
  50. if hasskill summon love gnats
  51. # skill summon love gnats
  52. endif
  53.  
  54. # MORTAR SHELL
  55. if hasskill stuffed mortar shell
  56. skill stuffed mortar shell
  57. endif
  58.  
  59. # MORE PRECOMBAT STUFF
  60. if hascombatitem the big book of pirate insults
  61. use the big book of pirate insults
  62. endif
  63. if hascombatitem rock band flyers
  64. use rock band flyers
  65. endif
  66.  
  67. # KILL
  68. if hasskill cannelloni cannon
  69. # skill cannelloni cannon
  70. endif
  71. if hasskill ravioli shurikens
  72. #skill ravioli shurikens
  73. endif
  74. #skill spaghetti spear
  75. skill utensil twist
  76. repeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement