Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. ECHO .poison <cook/snake/Ingredients> <Bag/backpack/etc.>
  2. ECHO
  3. ECHO
  4. goto %1
  5. Snake:
  6. put get my cauld
  7. put lower my cauld ground
  8. wait 1
  9. put Untie my mort
  10. put untie my pest
  11. CRY:
  12. put stow pest in my %2
  13. wait 1
  14. put get cry from my %2
  15. MATCH CC from inside your
  16. MATCH SAP What were you referring
  17. MATCHWAIT
  18.  
  19. CC:
  20. wait 1
  21. put put cry in my mort
  22. put get my pest from my %2
  23. wait 2
  24.  
  25. CC2:
  26. put crush cry in my mort with my pest
  27. MATCH CC2 roundtime
  28. MATCH p Powder
  29. MATCHWAIT
  30.  
  31. p:
  32. wait 1
  33. put stow my pest in my %2
  34. put get pow from my mort
  35. put put pow in my %2
  36. goto cry
  37.  
  38. SAP:
  39. wait 2
  40. put get sap from my %2
  41. put put sap in my mort
  42. put get my pest from my %2
  43. wait 2
  44. CS:
  45. put crush sap in my mort with my pest
  46. MATCH CAULD paste
  47. MATCH CS roundtime
  48. MATCHWAIT
  49.  
  50. CAULD:
  51. put tie pest to my leather belt
  52. wait 1
  53. put get past from my mort
  54. put tie mort to my leather belt
  55. wait 1
  56. put put paste in my cauld
  57. put get dracon pow from my %2
  58. wait 2
  59.  
  60. COMB:
  61. put get dracon pow from my %2
  62. MATCH Comb1 from inside your
  63. MATCH cauld2 What were you referring
  64. MATCHWAIT
  65.  
  66. COMB1:
  67. put comb pow
  68. goto comb
  69.  
  70. Cauld2:
  71. put put my pow in cauld
  72. put get oil from my %2
  73. put put oil in my cauld
  74. wait 2
  75. put untie my mixing stick
  76. put mix my cauld with my stick
  77. waitfor roundtime
  78. wait 2
  79. put tie my mixing stick to my leather belt
  80. put get my oil from cauld
  81.  
  82. goto ENDALL
  83.  
  84. Cook:
  85. wait 1
  86. put tap my cauldron
  87. MATCH GOT cauldron
  88. MATCH NEED could not find what you were referring
  89. MATCHWAIT
  90.  
  91. NEED:
  92. ECHO You need a cauldron
  93. goto endall
  94.  
  95. GOT:
  96. put get my cauld
  97. put lower my cauldron ground
  98. put hug my cauld
  99. wait 3
  100.  
  101. counter set 0
  102. put open my pack
  103. put open stove
  104. wait .5
  105. put get peat
  106. put get sala from my pack
  107. wait .5
  108. put point sala at my peat
  109. put put peat in stove
  110. wait .5
  111. put put sala in my pack
  112. put get peat
  113. put close my pack
  114. wait .5
  115. put put peat in stove
  116. put get my jar
  117.  
  118. start:
  119. put open stove
  120. counter add 1
  121. put get peat
  122. wait .5
  123. put put peat in stove
  124. put stow my peat in my %2
  125. put stow my peat in my %2
  126. put close stove
  127. wait 2
  128. put get snake oil from my %2
  129. wait 2
  130. put pour part oil in my jar
  131. put count oil in my jar
  132. wait 2
  133. put stow snake oil in my %2
  134. wait 2
  135. put get tinc from my %2
  136. wait 2
  137. put pour part tinc in my jar
  138. wait 2
  139. put stow tinc
  140. wait 2
  141. TINCTURE:
  142. put count tinc in my jar
  143. MATCH TINC two parts
  144. MATCH OIL viper sac tincture
  145. MATCH OIL Toad Tincture
  146. MATCH OIL westanuryn tincture
  147. MATCH OIL Moruryn tincture
  148. MATCHWAIT
  149.  
  150. OIL:
  151. put count oil in my jar
  152. MATCH STOVE one part
  153. MATCH OIL1 two parts
  154. MATCHWAIT
  155.  
  156. STOVE:
  157. put put jar on stove
  158. put untie my mixing stick
  159. put exhale my cry
  160. wait .5
  161. ECHO *** Ill of made %c after this.
  162. #waitfor jar is boiling fiercely
  163. waitfor is at a rolling boil
  164. put get jar on stove
  165. put mix my jar with my mixing stick
  166. wait 7
  167. put tie mixing stick to my leather belt
  168. put pour jar in my cauld
  169. goto start
  170.  
  171. OIL1:
  172. put stow my oil
  173. put get oil from my jar
  174. put pour part oil in my jar
  175. put stow my oil
  176. goto OIL
  177.  
  178. Tinc:
  179. put stow my tinc
  180. put get tinc from my jar
  181. put pour part tinc in my jar
  182. put stow tinc
  183. goto TINCTURE
  184.  
  185.  
  186. Ingredients:
  187. ECHO For Snake oil you need the following...
  188. ECHO -Large jar
  189. ECHO -Cauldron
  190. ECHO -Mixing stick/Mortar/pestle
  191. ECHO -*Muljin sap (not foraged. And needs to be combined)
  192. ECHO -*Oil (From the alchemist shop vats, and must be combined)
  193. ECHO -*Dracon crystal (DO NOT COMBINE)
  194. ECHO (All items with * Must be gathered in equal amounts)
  195. ECHO
  196. ECHO
  197. ECHO For tincture youll need....
  198. ECHO Ha! Nice try, youll need to earn the trust of the monster, the mother, or the mad alchemist first
  199.  
  200. ENDALL:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement