Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.53 KB | None | 0 0
  1. mastercraft.cmd: if evaluate: "yarn" != "yarn"
  2. mastercraft.cmd: if returned: False
  3. mastercraft.cmd: if evaluate: "yarn" = "yarn"
  4. mastercraft.cmd: if returned: True
  5. mastercraft.cmd(1209): gosub gather.material yarn
  6. mastercraft.cmd(1533): setvariable get.mat yarn
  7. mastercraft.cmd(1536): waitforre ^(You get|What were)
  8. get wool yarn from my satchel
  9.  
  10. You get some wool yarn from inside your crafting satchel.
  11. >
  12. mastercraft.cmd(1537): setvariable temp You get
  13. mastercraft.cmd: if evaluate: "You get" = "You get"
  14. mastercraft.cmd: if returned: True
  15. mastercraft.cmd(1538): return
  16. mastercraft.cmd(1211): waitforre You count out (\d+) yards of material there
  17. count my yarn
  18. You count out 20 yards of material there.
  19. >
  20. mastercraft.cmd: if evaluate: 70 > 20
  21. mastercraft.cmd: if returned: True
  22. mastercraft.cmd(1212): gosub small.mat yarn
  23. mastercraft.cmd(1559): setvariable tempitem yarn
  24. mastercraft.cmd(1563): gosub combine.check "satchel" yarn
  25. mastercraft.cmd(1597): setvariable combine.storage satchel
  26. mastercraft.cmd(1598): setvariable combine.temp yarn
  27. mastercraft.cmd: if evaluate: "yarn" = "bone"
  28. mastercraft.cmd: if returned: False
  29. mastercraft.cmd: if evaluate: contains("wool yarn|Empty", "book")
  30. mastercraft.cmd: if returned: False
  31. mastercraft.cmd: if evaluate: matchre("tailor", "weapon|armor|blacksmith")
  32. mastercraft.cmd: if returned: False
  33. mastercraft.cmd(1606): setvariable combine.parts 0
  34. mastercraft.cmd: if evaluate: 8228 > 1
  35. mastercraft.cmd: if returned: True
  36. mastercraft.cmd: if evaluate: contains("wool yarn|Empty", "book")
  37. mastercraft.cmd: if returned: False
  38. mastercraft.cmd(1614): gosub combine
  39. mastercraft.cmd: if evaluate: !matchre("wool yarn|Empty", "yarn")
  40. mastercraft.cmd: if returned: False
  41. mastercraft.cmd: if evaluate: 8228 <= 1
  42. mastercraft.cmd: if returned: False
  43. mastercraft.cmd(1641): gosub GET yarn from satchel
  44. mastercraft.cmd, mc_include.cmd(1087): setvariable Get yarn from satchel
  45. mastercraft.cmd, mc_include.cmd(1088): setvariable LOCATION GET_1
  46. mastercraft.cmd, mc_include.cmd(1089): pause 0.0001
  47.  
  48. mastercraft.cmd, mc_include.cmd(1090): passing label: GET_1
  49. mastercraft.cmd, mc_include.cmd(1108): matchwait
  50. get yarn from satchel
  51. >
  52. You get some wool yarn from inside your crafting satchel.
  53. >
  54. mastercraft.cmd: match goto return
  55. mastercraft.cmd(2171): passing label: return
  56. mastercraft.cmd(2172): return
  57. mastercraft.cmd(1643): pause 1
  58. combine
  59. That spool of thread is already full.
  60. >
  61. mastercraft.cmd(1644): math: yarn.item.count subtract 1
  62. mastercraft.cmd(1644): math result: yarn.item.count=8227
  63. mastercraft.cmd: if evaluate: !matchre("wool yarn|wool yarn", "Empty")
  64. mastercraft.cmd: if returned: True
  65. mastercraft.cmd(1645): goto combine.end
  66. mastercraft.cmd: if evaluate: matchre("wool yarn|wool yarn", "yarn")
  67. mastercraft.cmd: if returned: True
  68. mastercraft.cmd(1650): gosub PUT_IT yarn in satchel
  69. mastercraft.cmd, mc_include.cmd(1054): setvariable PutIt yarn in satchel
  70. mastercraft.cmd, mc_include.cmd(1055): setvariable LOCATION PUT_IT_1
  71. mastercraft.cmd, mc_include.cmd(1056): pause 0.0001
  72. mastercraft.cmd, mc_include.cmd(1057): passing label: PUT_IT_1
  73. mastercraft.cmd, mc_include.cmd(1071): matchwait
  74. put yarn in satchel
  75.  
  76. You put your yarn in your crafting satchel.
  77. >
  78. mastercraft.cmd: match goto return
  79. mastercraft.cmd(2171): passing label: return
  80. mastercraft.cmd(2172): return
  81. mastercraft.cmd: if evaluate: matchre("wool yarn|Empty", "yarn")
  82. mastercraft.cmd: if returned: True
  83. mastercraft.cmd(1651): gosub PUT_IT yarn in satchel
  84. mastercraft.cmd, mc_include.cmd(1054): setvariable PutIt yarn in satchel
  85. mastercraft.cmd, mc_include.cmd(1055): setvariable LOCATION PUT_IT_1
  86. mastercraft.cmd, mc_include.cmd(1056): pause 0.0001
  87. mastercraft.cmd, mc_include.cmd(1057): passing label: PUT_IT_1
  88. mastercraft.cmd, mc_include.cmd(1071): matchwait
  89. put yarn in satchel
  90.  
  91. You put your yarn in your crafting satchel.
  92. >
  93. mastercraft.cmd: match goto return
  94. mastercraft.cmd(2171): passing label: return
  95. mastercraft.cmd(2172): return
  96. mastercraft.cmd(1652): gosub GET tailor book from satchel
  97. mastercraft.cmd, mc_include.cmd(1087): setvariable Get tailor book from satchel
  98. mastercraft.cmd, mc_include.cmd(1088): setvariable LOCATION GET_1
  99. mastercraft.cmd, mc_include.cmd(1089): pause 0.0001
  100. mastercraft.cmd, mc_include.cmd(1090): passing label: GET_1
  101. mastercraft.cmd, mc_include.cmd(1108): matchwait
  102. get tailor book from satchel
  103.  
  104. You get a book of master tailoring instructions from inside your crafting satchel.
  105. >
  106. mastercraft.cmd: match goto return
  107. mastercraft.cmd(2171): passing label: return
  108. mastercraft.cmd(2172): return
  109. mastercraft.cmd(1653): deletevariable combine.temp
  110. mastercraft.cmd(1654): deletevariable combine.storage
  111. mastercraft.cmd(1655): return
  112. mastercraft.cmd: if evaluate: matchre("tailoring book|Empty", "%combine.temp")
  113. mastercraft.cmd: if returned: False
  114. mastercraft.cmd(1617): return
  115. mastercraft.cmd: if evaluate: "tailoring book" != "Empty"
  116. mastercraft.cmd: if returned: True
  117. mastercraft.cmd(1564): gosub PUT_IT my yarn in my satchel
  118. mastercraft.cmd, mc_include.cmd(1054): setvariable PutIt my yarn in my satchel
  119. mastercraft.cmd, mc_include.cmd(1055): setvariable LOCATION PUT_IT_1
  120. mastercraft.cmd, mc_include.cmd(1056): pause 0.0001
  121. mastercraft.cmd, mc_include.cmd(1057): passing label: PUT_IT_1
  122. mastercraft.cmd, mc_include.cmd(1071): matchwait
  123. put my yarn in my satchel
  124. What were you referring to?
  125. >
  126. mastercraft.cmd: match goto return
  127. mastercraft.cmd(2171): passing label: return
  128. mastercraft.cmd(2172): return
  129. mastercraft.cmd: if evaluate: ("tailor" = "tailor")
  130. mastercraft.cmd: if returned: True
  131. mastercraft.cmd(1565): class on: outfitting
  132. mastercraft.cmd: if evaluate: matchre("tailor", "weapon|armor|blacksmith")
  133. mastercraft.cmd: if returned: False
  134. mastercraft.cmd: if evaluate: matchre("tailor", "carving|shaping|tinkering")
  135. mastercraft.cmd: if returned: False
  136. mastercraft.cmd: if evaluate: "tailor" = "remed"
  137. mastercraft.cmd: if returned: False
  138. mastercraft.cmd: if evaluate: "tailor" = "artif"
  139. mastercraft.cmd: if returned: False
  140. mastercraft.cmd(1571): waitforre INVENTORY HELP
  141. inv satchel
  142. Inside the a thornweave crafting satchel set with a perfectly preserved shrike's bounty blossom, you see:
  143.  
  144. mastercraft.cmd(878): action triggered: ^\s+(?:an?|some) (wool).*(yarn)
  145. mastercraft.cmd(878): action commands: math %order.pref.item.count add 1
  146. mastercraft.cmd(878): math: yarn.item.count add 1
  147. mastercraft.cmd(878): math result: yarn.item.count=8228
  148. some wool yarn
  149. mastercraft.cmd(878): action triggered: ^\s+(?:an?|some) (wool).*(yarn)
  150. mastercraft.cmd(878): action commands: math %order.pref.item.count add 1
  151. mastercraft.cmd(878): math: yarn.item.count add 1
  152. mastercraft.cmd(878): math result: yarn.item.count=8229
  153. some wool yarn
  154. an outfitting work order logbook
  155. some iron knitting needles
  156. an engineering work order logbook
  157. an iron bone saw
  158. a thin iron rasp
  159. a jar of surface polish
  160. a wolf-bone stack
  161. a book of master carving instructions
  162. some square iron rifflers
  163. a flask of oil
  164. some straight iron tongs
  165. an iron diagonal-peen hammer
  166. a leather bellows
  167. a book of master blacksmithing instructions
  168. a bronze ingot
  169. a bronze ingot
  170. a forging work order logbook
  171. a curved iron shovel
  172. a granite stirring rod
  173. mastercraft.cmd(878): action triggered: ^\s+(?:an?|some) (wool).*(yarn)
  174. mastercraft.cmd(878): action commands: math %order.pref.item.count add 1
  175. mastercraft.cmd(878): math: yarn.item.count add 1
  176. mastercraft.cmd(878): math result: yarn.item.count=8230
  177. some wool yarn
  178. a book of master shaping instructions
  179. some wood stain
  180. a wood shaper
  181. some metal clamps
  182. a carving knife
  183. a metal drawknife
  184. a book of master weaponsmithing instructions
  185. some pliers
  186. mastercraft.cmd(877): action triggered: some straight iron pins
  187. mastercraft.cmd(877): action commands: math pins.count add 1
  188. mastercraft.cmd(877): math: pins.count add 1
  189. mastercraft.cmd(877): math result: pins.count=12343
  190. some straight iron pins
  191. mastercraft.cmd(872): action triggered: (a|some) small \S+ padding
  192. mastercraft.cmd(872): action commands: math small.padding.count add 1
  193. mastercraft.cmd(872): math: small.padding.count add 1
  194. mastercraft.cmd(872): math result: small.padding.count=8229
  195. some small cloth padding
  196. an iron yardstick
  197. an iron awl
  198. some sealing wax
  199. some wood glue
  200. some short iron chisels
  201. an oak distaff
  202. a metal drawknife
  203. a simple design codex
  204. a woodcutting saw
  205. some metal tinker's tools
  206. mastercraft.cmd(877): action triggered: some straight iron pins
  207. mastercraft.cmd(877): action commands: math pins.count add 1
  208. mastercraft.cmd(877): math: pins.count add 1
  209. mastercraft.cmd(877): math result: pins.count=12344
  210. some straight iron pins
  211. mastercraft.cmd(872): action triggered: (a|some) small \S+ padding
  212. mastercraft.cmd(872): action commands: math small.padding.count add 1
  213. mastercraft.cmd(872): math: small.padding.count add 1
  214. mastercraft.cmd(872): math result: small.padding.count=8230
  215. some small cloth padding
  216. a deed for a covellite ingot
  217. a deed for a brass ingot
  218. a large packet of deed claim forms
  219. mastercraft.cmd(877): action triggered: some straight iron pins
  220. mastercraft.cmd(877): action commands: math pins.count add 1
  221. mastercraft.cmd(877): math: pins.count add 1
  222. mastercraft.cmd(877): math result: pins.count=12345
  223. some straight iron pins
  224. some burlap cloth
  225. a slickstone
  226. some iron scissors
  227. a passport
  228. some iron sewing needles
  229. a wood shaper
  230. [Type INVENTORY HELP for more options]
  231. >
  232. mastercraft.cmd(1572): pause 2
  233. [Script paused: mastercraft.cmd]
  234. [Script paused: craftrun.cmd]
  235. [Script paused: pulse.cmd]
  236.  
  237. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement