Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. [ default ]
  2. special action
  3. try to steal an item
  4. if hascombatitem oily boid
  5. item oily boid
  6. endif
  7. if monstername Alielf || monstername cat-alien || monstername dog-alien
  8. goto Retreat
  9. endif
  10. skill entangling noodles
  11. item Great Wolf's lice
  12. item Miniborg strangler
  13. item Miniborg hiveminder
  14. if monstername Quantum Mechanic
  15. item El Vibrato restraints
  16. goto Mortar
  17. endif
  18. item spectre scepter
  19. mark Bindle
  20. if monstername Lynyrd || monstername God Lobster || monstername Witchess Knight
  21. if didcritical 2
  22. goto Mortar
  23. endif
  24. attack with weapon
  25. goto Bindle
  26. endif
  27. if monstername Eldritch Tentacle
  28. if hascombatitem shaking 4-d camera
  29. goto Enext
  30. endif
  31. item 4-d camera
  32. mark Enext
  33. endif
  34. if monstername drunken 7-foot dwarf
  35. skill show them your ring
  36. endif
  37. if monstername plastered frat orc
  38. skill snokebomb
  39. endif
  40. if monstername werecougar
  41. item Louder Than Bomb
  42. endif
  43. if monstername unemployed knob goblin
  44. if hasskill olfaction
  45. skill transcendent olfaction
  46. endif
  47. if hasskill gallapagosian mating call
  48. skill gallapagosian mating call
  49. endif
  50. # note if hasskill 7265
  51. # note skill fire the jokester's gun
  52. # note endif
  53. # note if hasskill shattering punch
  54. # note skill shattering punch
  55. # note endif
  56. endif
  57. mark Mortar
  58. skill stuffed mortar shell
  59. item porquoise-handled sixgun
  60. attack with weapon
  61. mark End
  62. skill weapon of the pastalord
  63. if missed 5
  64. abort
  65. endif
  66. if hpbelow 80
  67. abort
  68. endif
  69. skill weapon of the pastalord
  70. if missed 5
  71. abort
  72. endif
  73. if hpbelow 80
  74. abort
  75. endif
  76. skill weapon of the pastalord
  77. if missed 5
  78. abort
  79. endif
  80. if hpbelow 80
  81. abort
  82. endif
  83. skill weapon of the pastalord
  84. if missed 5
  85. abort
  86. endif
  87. if hpbelow 80
  88. abort
  89. endif
  90. skill weapon of the pastalord
  91. if missed 5
  92. abort
  93. endif
  94. if hpbelow 80
  95. abort
  96. endif
  97. abort
  98. mark Retreat
  99. if hascombatitem glob of Blank-Out
  100. item glob of Blank-Out
  101. endif
  102. if hascombatitem peppermint parasol
  103. item peppermint parasol
  104. endif
  105. if hascombatitem GOTO
  106. item GOTO
  107. item GOTO
  108. item GOTO
  109. item GOTO
  110. item GOTO
  111. item GOTO
  112. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement