Advertisement
ereinion

Untitled

Oct 29th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. icon miniadv4
  2.  
  3. scrollwhendone
  4.  
  5. abort hppercentbelow 10; abort mpbelow 10; abort pastround 18
  6.  
  7. # BANISH
  8. if monstername clingy pirate && hascombatitem cocktail napkin
  9. use cocktail napkin
  10. endif
  11.  
  12. # WEAKSAUCE
  13. if hasskill curse of weaksauce
  14. skill curse of weaksauce
  15. endif
  16.  
  17. # PRECOMBAT
  18. if hascombatitem blue balls
  19. # use blue balls, indigo cup
  20. endif
  21. if happymediumglow red
  22. skill siphon spirit
  23. endif
  24.  
  25. # STUN
  26. if hasskill soul bubble
  27. # skill soul bubble
  28. endif
  29. if hasskill summon love gnats
  30. # skill summon love gnats
  31. endif
  32.  
  33. # MORE PRECOMBAT
  34. if hasskill pocket crumbs
  35. # skill pocket crumbs
  36. endif
  37. if hascombatitem time-spinner
  38. use time-spinner
  39. endif
  40. if hascombatitem rock band flyers
  41. use rock band flyers
  42. endif
  43. if hasskill release the boots
  44. skill release the boots
  45. endif
  46. if hasskill summon mayfly swarm
  47. skill summon mayfly swarm
  48. endif
  49. if hascombatitem 2947 && snarfblat 157
  50. use the big book of pirate insults
  51. endif
  52. if monstername "thinker of thoughts" && hascombatitem 8708
  53. use abstraction: action
  54. endif
  55. if monstername "perceiver of sensations" && hascombatitem 8709
  56. use abstraction: thought
  57. endif
  58. if monstername "performer of actions" && hascombatitem 8710
  59. use abstraction: sensation
  60. endif
  61. if hasskill extract
  62. skill extract
  63. endif
  64.  
  65. # LOVE BUGS
  66. if hasskill summon love stinkbug
  67. # skill summon love stinkbug
  68. endif
  69. if hasskill summon love mosquito
  70. # skill summon love mosquito
  71. endif
  72.  
  73. # OLFACT
  74. if monstername nasty bear && hasskill 19 && !haseffect 331
  75. skill 19
  76. endif
  77. if monstername flashy pirate && hasskill 19 && !haseffect 331
  78. skill 19
  79. endif
  80. #if monstername Mercenary of Fortune && hasskill 19 && !haseffect 331
  81.  
  82. # HEAL UP
  83. if hppercentbelow 95 && hasskill saucy salve
  84. # skill saucy salve
  85. endif
  86.  
  87. # KILL
  88. if hasskill saucestorm
  89. # skill saucestorm
  90. endif
  91. if hasskill wave of sauce
  92. # skill wave of sauce
  93. endif
  94. if hasskill Stuffed Mortar Shell
  95. # skill Stuffed Mortar Shell
  96. endif
  97. if hasskill saucegeyser
  98. skill saucegeyser
  99. repeat
  100. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement