delainex

Riffler bug

Jul 12th, 2019
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.36 KB | None | 0 0
  1. You count out 28 pieces of material there.
  2. >
  3. mastercraft.cmd(1217): [if 12 > 28 then]
  4. mastercraft.cmd(1218): [gosub GET my carving book]
  5. mastercraft.cmd, mc_include.cmd(1422): [var Get my carving book]
  6. mastercraft.cmd, mc_include.cmd(1423): [var LOCATION GET_1]
  7. mastercraft.cmd, mc_include.cmd(1424): [pause 0.0001]
  8. mastercraft.cmd, mc_include.cmd(1425): [GET_1:]
  9. mastercraft.cmd, mc_include.cmd(1426): [matchre WAIT ^\.\.\.wait|^Sorry\,]
  10. mastercraft.cmd, mc_include.cmd(1427): [matchre WAIT ^You struggle with .* great weight but can't quite lift it\!]
  11. mastercraft.cmd, mc_include.cmd(1428): [matchre IMMOBILE ^You don't seem to be able to move to do that]
  12. mastercraft.cmd, mc_include.cmd(1429): [matchre WEBBED ^You can't do that while entangled in a web]
  13. mastercraft.cmd, mc_include.cmd(1430): [matchre STUNNED ^You are still stunned]
  14. mastercraft.cmd, mc_include.cmd(1431): [matchre HOLD_1 ^But that is already in your inventory\.]
  15. mastercraft.cmd, mc_include.cmd(1432): [matchre RETURN ^You get .*\.]
  16. mastercraft.cmd, mc_include.cmd(1433): [matchre RETURN ^You pick up .*\.]
  17. mastercraft.cmd, mc_include.cmd(1434): [matchre RETURN ^You carefully remove .* from the bundle\.]
  18. mastercraft.cmd, mc_include.cmd(1435): [matchre RETURN ^You are already holding that\.]
  19. mastercraft.cmd, mc_include.cmd(1436): [matchre RETURN ^Get what\?]
  20. mastercraft.cmd, mc_include.cmd(1437): [matchre RETURN ^I could not find what you were referring to\.]
  21. mastercraft.cmd, mc_include.cmd(1438): [matchre RETURN ^What were you referring to\?]
  22. mastercraft.cmd, mc_include.cmd(1439): [matchre RETURN ^You grab .*(?:\.|\!|\?)]
  23. mastercraft.cmd, mc_include.cmd(1440): [matchre RETURN ^As best it can\, .* moves in your direction\.]
  24. mastercraft.cmd, mc_include.cmd(1441): [matchre UNTIE ^You pull at it]
  25. mastercraft.cmd, mc_include.cmd(1442): [send get my carving book]
  26. mastercraft.cmd, mc_include.cmd(1443): [matchwait 15]
  27. get my carving book
  28.  
  29. You get a book of master carving instructions from inside your duffel bag.
  30. >
  31. mastercraft.cmd(2094): [return:]
  32. mastercraft.cmd(2095): [return]
  33. mastercraft.cmd(1219): [gosub STUDY my book]
  34. mastercraft.cmd, mc_include.cmd(1357): [var Study my book]
  35. mastercraft.cmd, mc_include.cmd(1358): [var LOCATION STUDY_1]
  36. mastercraft.cmd, mc_include.cmd(1359): [pause 0.0001]
  37. mastercraft.cmd, mc_include.cmd(1360): [STUDY_1:]
  38. mastercraft.cmd, mc_include.cmd(1361): [matchre WAIT ^\.\.\.wait|^Sorry\,]
  39. mastercraft.cmd, mc_include.cmd(1362): [matchre STUNNED ^You are still stunned]
  40. mastercraft.cmd, mc_include.cmd(1363): [matchre WEBBED ^You can't do that while entangled in a web]
  41. mastercraft.cmd, mc_include.cmd(1364): [matchre IMMOBILE ^You don't seem to be able to move to do that]
  42. mastercraft.cmd, mc_include.cmd(1365): [match STUDY_1 You begin]
  43. mastercraft.cmd, mc_include.cmd(1366): [match STUDY_1 You continue studying the]
  44. mastercraft.cmd, mc_include.cmd(1367): [match STUDY_1 You continue to study]
  45. mastercraft.cmd, mc_include.cmd(1368): [match RETURN You take on a studious look]
  46. mastercraft.cmd, mc_include.cmd(1369): [match STUDY_END Why do you need to study this chart again?]
  47. mastercraft.cmd, mc_include.cmd(1370): [matchre STUDY_NEXT (^With|^In) a sudden moment of clarity]
  48. mastercraft.cmd, mc_include.cmd(1371): [matchre GET_BOOK ^But you are not holding it]
  49. mastercraft.cmd, mc_include.cmd(1372): [matchre RETURN You study|You scan|You notate|You review]
  50. mastercraft.cmd, mc_include.cmd(1373): [matchre RETURN ^You now feel ready to begin the crafting process.]
  51. mastercraft.cmd, mc_include.cmd(1374): [send study my book]
  52. mastercraft.cmd, mc_include.cmd(1375): [matchwait]
  53. study my book
  54.  
  55. You scan the segmented balaclava instructions with a glance and completely understand all facets of the design.
  56. You now feel ready to begin the crafting process.
  57. Roundtime: 4 sec.
  58. R>
  59. mastercraft.cmd(2094): [return:]
  60. mastercraft.cmd(2095): [return]
  61. mastercraft.cmd(1220): [if ((6 < 4) && (!0)) then ]
  62. mastercraft.cmd(1225): [}]
  63. mastercraft.cmd(1226): [gosub PUT_IT my book in my duffel bag]
  64. mastercraft.cmd, mc_include.cmd(1382): [var PutIt my book in my duffel bag]
  65. mastercraft.cmd, mc_include.cmd(1383): [var LOCATION PUT_IT_1]
  66. mastercraft.cmd, mc_include.cmd(1384): [pause 0.0001]
  67. mastercraft.cmd, mc_include.cmd(1385): [PUT_IT_1:]
  68. mastercraft.cmd, mc_include.cmd(1386): [matchre WAIT ^\.\.\.wait|^Sorry\,]
  69. mastercraft.cmd, mc_include.cmd(1387): [matchre IMMOBILE ^You don't seem to be able to move to do that]
  70. mastercraft.cmd, mc_include.cmd(1388): [matchre WEBBED ^You can't do that while entangled in a web]
  71. mastercraft.cmd, mc_include.cmd(1389): [matchre STUNNED ^You are still stunned]
  72. mastercraft.cmd, mc_include.cmd(1390): [matchre RETURN ^You (?:put|drop) .*\.]
  73. mastercraft.cmd, mc_include.cmd(1391): [matchre RETURN ^Please rephrase that command\.]
  74. mastercraft.cmd, mc_include.cmd(1392): [matchre RETURN ^.* what\?]
  75. mastercraft.cmd, mc_include.cmd(1393): [matchre RETURN ^I could not find what you were referring to\.]
  76. mastercraft.cmd, mc_include.cmd(1394): [matchre RETURN ^What were you referring to\? ]
  77. mastercraft.cmd, mc_include.cmd(1395): [matchre RETURN ^The (\S+) can only hold]
  78. mastercraft.cmd, mc_include.cmd(1396): [matchre TRASH ^This appears too far altered to enchant]
  79. mastercraft.cmd, mc_include.cmd(1397): [matchre BAG_FULL no matter how you arrange it]
  80. mastercraft.cmd, mc_include.cmd(1398): [matchre PUT_IT_1 ^\[Putting an item on the brazier begins the enchanting process]
  81. mastercraft.cmd, mc_include.cmd(1399): [send put my book in my duffel bag]
  82. mastercraft.cmd, mc_include.cmd(1400): [matchwait 15]
  83. put my book in my duffel bag
  84.  
  85. You put your book in your duffel bag.
  86. >
  87. mastercraft.cmd(2094): [return:]
  88. mastercraft.cmd(2095): [return]
  89. mastercraft.cmd(1227): [if matchre("a segmented bone balaclava", "bead|totem|figurine|statuette|statue") then]
  90. mastercraft.cmd(1228): [send .MC_carve]
  91. mastercraft.cmd(1229): [waitforre ^CARVING DONE]
  92. [Script loaded: mc_carve.cmd]
  93. glance
  94.  
  95. You glance down to see a deer-bone stack in your right hand and nothing in your left hand.
  96. > swap
  97.  
  98. You move a deer-bone stack to your left hand.
  99. > get MY bone saw
  100.  
  101. You get an iron bone saw from inside your duffel bag.
  102. > carve my stack with my bone saw
  103.  
  104. You carefully cut off the excess material and set it at your feet.
  105. Back and forth you saw an iron bone saw across the balaclava's bones. Cleaning dust from the balaclava reveals absolutely no flaws with the recent sawing.
  106. Roundtime: 16 sec.
  107. R> put my bone saw in my duffel bag
  108.  
  109. You put your saw in your duffel bag.
  110. > get stack
  111.  
  112. You pick up the stack lying at your feet.
  113. > put my stack in my duffel bag
  114.  
  115. You put your stack in your duffel bag.
  116. > get MY bone saw
  117.  
  118. You get an iron bone saw from inside your duffel bag.
  119. > carve my balaclava with my bone saw
  120.  
  121. You saw an iron bone saw across several of the bones in your balaclava. The sawing proceeds exceptionally well and free of mistakes.
  122. Roundtime: 12 sec.
  123. R> carve my balaclava with my bone saw
  124.  
  125. You saw an iron bone saw across several of the bones in your balaclava. The work proceeds as planned without any mistakes whatsoever.
  126. Roundtime: 16 sec.
  127. R> carve my balaclava with my bone saw
  128.  
  129. Back and forth you saw an iron bone saw across the balaclava's bones. The work proceeds as planned without any mistakes whatsoever.
  130.  
  131. When you have finished working you determine the balaclava is uneven.
  132. Roundtime: 18 sec.
  133. R> put my saw in my duffel bag
  134.  
  135. You put your saw in your duffel bag.
  136. > get my iron rasp
  137.  
  138. You get a thin iron rasp from inside your duffel bag.
  139. > scrape my balaclava with my iron rasp
  140.  
  141. You scrape away at an unfinished segmented deer-bone balaclava with the rasp using long, slow strokes. You skillfully level the surface and rebalance the bone.
  142. Roundtime: 12 sec.
  143. R> put my rasp in my duffel bag
  144.  
  145. You put your rasp in your duffel bag.
  146. > get my bone saw
  147.  
  148. You get an iron bone saw from inside your duffel bag.
  149. > carve my balaclava with my bone saw
  150.  
  151. Back and forth you saw an iron bone saw across the balaclava's bones. Cleaning dust from the balaclava reveals absolutely no flaws with the recent sawing.
  152.  
  153. When you have finished working you determine the balaclava is uneven.
  154. Roundtime: 16 sec.
  155. R> put my saw in my duffel bag
  156.  
  157. You put your saw in your duffel bag.
  158. > get my iron rasp
  159.  
  160. You get a thin iron rasp from inside your duffel bag.
  161. > scrape my balaclava with my iron rasp
  162.  
  163. You file down an unfinished segmented deer-bone balaclava with your rasp using short, powerful strokes. You skillfully level the surface and rebalance the bone.
  164. Roundtime: 13 sec.
  165. R> put my rasp in my duffel bag
  166.  
  167. You put your rasp in your duffel bag.
  168. > get my bone saw
  169.  
  170. You get an iron bone saw from inside your duffel bag.
  171. > carve my balaclava with my bone saw
  172.  
  173. Back and forth you saw an iron bone saw across the balaclava's bones. The sawing proceeds exceptionally well and free of mistakes.
  174. Roundtime: 13 sec.
  175. R> carve my balaclava with my bone saw
  176.  
  177. Back and forth you saw an iron bone saw across the balaclava's bones. Cleaning dust from the balaclava reveals absolutely no flaws with the recent sawing.
  178.  
  179. Upon completion you notice several rough, jagged shards protruding from the balaclava.
  180. Roundtime: 11 sec.
  181. R> put my saw in my duffel bag
  182.  
  183. You put your saw in your duffel bag.
  184. > get my square riffler
  185.  
  186. You get some square iron rifflers from inside your duffel bag.
  187. > rub my balaclava with my square riffler
  188. You rub your hands together.
  189. > put my rifflers in my duffel bag
Add Comment
Please, Sign In to add comment