Advertisement
Dasffion

NecroJoin

Dec 6th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.91 KB | None | 0 0
  1. var escort no
  2.  
  3. start:
  4. if "%escort" = "yes" then goto start2
  5. if "%escort" = "no" then goto start3
  6. else goto guildend
  7.  
  8. start3:
  9. pause 1
  10. match wait_job You don't need to wait
  11. match grape_move prepare some bunches of grapes by pulling them off
  12. match plant_move tend to some vegetables
  13. match wood_move you need to chop some
  14. match herb_move gather some herbs from the forest
  15. match water_move draw some water from the pond
  16. match rug_move get the dirt out of a rug from one
  17. match apple_move and just pick some apples from the trees
  18. match sweep_move need to clean the cobblestone
  19. match clean_move wash some soiled clothing outside
  20. match Bean_move open a number of bean pods
  21.  
  22. match clean_steps clean off the steps leading into
  23. match repair_tiles cracked stone tiles in the
  24. match clean_equipment need to clean some of the
  25. match clean_window wash some dusty windows
  26. match grave_move pull weeds and clean out the private
  27. match paint_move paint the siding of our new winepress
  28. match library_move transcribe a few texts in the library
  29. match wall_move repair the wall separating the cow pasture
  30.  
  31. put ask adano about job
  32. matchwait
  33.  
  34. checkbook:
  35. match checkbook ...wait
  36. match guildend Zamidren Book
  37. match return the way out
  38. put look
  39. matchwait
  40.  
  41. return:
  42. return
  43.  
  44. clean_steps:
  45. var escort yes
  46. pause 1
  47. put go gate
  48. pause 0.5
  49. put peer key
  50. pause 0.5
  51. gosub checkbook
  52. counter set 0
  53. goto steps_check
  54.  
  55. steps_check:
  56. if %c = 4 then
  57. {
  58. ask adano about job
  59. goto wait_job
  60. }
  61.  
  62. steps:
  63. pause 1
  64. put clean step
  65. pause 0.5
  66. pause 0.5
  67. counter add 1
  68. goto steps_check
  69.  
  70. clean_equipment:
  71. var escort yes
  72. pause 1
  73. put go gate
  74. pause 0.5
  75. put open cabinet
  76. pause 0.5
  77. gosub checkbook
  78. goto infirmary_check
  79.  
  80. infirmary_check:
  81. if %c = 4 then
  82. {
  83. ask adano about job
  84. goto wait_job
  85. }
  86.  
  87. infirmary:
  88. pause 1
  89. put clean step
  90. pause 0.5
  91. pause 0.5
  92. counter add 1
  93. goto infirmary_check
  94.  
  95. repair_tiles:
  96. var escort yes
  97. pause 1
  98. put go gate
  99. pause 0.5
  100. put pull curtain
  101. pause 0.5
  102. gosub checkbook
  103. goto tile_check
  104.  
  105. tile_check:
  106. if %c = 4 then
  107. {
  108. ask adano about job
  109. goto wait_job
  110. }
  111.  
  112. tile:
  113. pause 1
  114. put clean equipment
  115. pause 0.5
  116. pause 0.5
  117. counter add 1
  118. goto tile_check
  119.  
  120.  
  121. clean_window:
  122. var escort yes
  123. pause 1
  124. put go gate
  125. pause 0.5
  126. put peer window
  127. pause 0.5
  128. gosub checkbook
  129. goto windows_check
  130.  
  131. windows_check:
  132. if %c = 4 then
  133. {
  134. ask adano about job
  135. goto wait_job
  136. }
  137.  
  138. windows:
  139. pause 1
  140. put clean window
  141. pause 0.5
  142. pause 0.5
  143. counter add 1
  144. goto window_check
  145.  
  146. wall_move:
  147. var escort yes
  148. pause 1
  149. put go gate
  150. pause .5
  151. put peer dirt
  152. gosub checkbook
  153. goto wall_check
  154.  
  155.  
  156. wall_check:
  157. if %c = 4 then
  158. {
  159. ask adano about job
  160. goto wait_job
  161. }
  162.  
  163. wall_do:
  164. pause 1
  165. put repair wall
  166. pause 0.5
  167. pause 0.5
  168. counter add 1
  169. goto wall_check
  170.  
  171. library_move:
  172. var escort yes
  173. put go gate
  174. pause 0.5
  175. put l tome
  176. put read tome
  177. gosub checkbook
  178. goto library_check
  179.  
  180.  
  181. library_check:
  182. if %c = 4 then
  183. {
  184. ask adano about job
  185. goto wait_job
  186. }
  187.  
  188. library_do:
  189. pause 1
  190. put scribe tome
  191. pause 0.5
  192. pause 0.5
  193. counter add 1
  194. goto library_check
  195.  
  196. bean_move:
  197. pause 1
  198. put go gate
  199. pause .5
  200. move w
  201. pause .5
  202. put open gate
  203. pause .5
  204. goto bean_do
  205.  
  206. bean_do:
  207. pause 1
  208. match bean_adano You think that you should go back to talk to Abbot Adano for your
  209. match bean_do Roundtime
  210. put open bean
  211. matchwait
  212.  
  213. bean_adano:
  214. pause 1
  215. put open gate
  216. pause .5
  217. move e
  218. pause .5
  219. put go gate
  220. pause .5
  221. put ask adano about job
  222. goto wait_job
  223.  
  224. paint_move:
  225. var escort yes
  226. pause 1
  227. put go gate
  228. pause .5
  229. put peer crack
  230. pause 0.5
  231. gosub checkbook
  232. goto paint_check
  233.  
  234.  
  235. paint_check:
  236. if %c = 4 then
  237. {
  238. ask adano about job
  239. goto wait_job
  240. }
  241.  
  242. paint_do:
  243. pause 1
  244. put get paint
  245. pause 0.5
  246. pause 0.5
  247. counter add 1
  248. goto paint_check
  249. match reset Abbot Adano
  250. put go out
  251. matchwait
  252.  
  253.  
  254. grave_move:
  255. var escort yes
  256. pause 1
  257. put go gate
  258. pause 0.5
  259. put look headstone
  260. pause .5
  261. put peer headstone
  262. pause .5
  263. gosub checkbook
  264. goto grave_check
  265.  
  266. grave_check:
  267. if %c = 4 then
  268. {
  269. ask adano about job
  270. goto wait_job
  271. }
  272.  
  273. grave_do:
  274. pause 1
  275. put pull weed
  276. pause 0.5
  277. pause 0.5
  278. counter add 1
  279. goto grave_check
  280.  
  281. clean_move:
  282. pause 1
  283. put go gate
  284. pause .5
  285. move w
  286. pause .5
  287. goto clean_do
  288.  
  289. clean_do:
  290. pause 1
  291. match clean_adano You think that you should go back to talk to Abbot Adano for your
  292. match clean_do Roundtime
  293. put wash clothe
  294. matchwait
  295.  
  296. clean_adano:
  297. pause 1
  298. move e
  299. pause .5
  300. put open gate
  301. pause .5
  302. put ask adano about job
  303. goto wait_job
  304.  
  305. sweep_move:
  306. pause 1
  307. put go gate
  308. goto sweep_do
  309.  
  310. sweep_do:
  311. pause 1
  312. match sweep_adano You think that you should go back to talk to Abbot Adano for your
  313. match sweep_do Roundtime
  314. put clean path
  315. matchwait
  316.  
  317. sweep_adano:
  318. pause 1
  319. put open gate
  320. pause .5
  321. put ask adano about job
  322. goto wait_job
  323.  
  324.  
  325. apple_move:
  326. pause 1
  327. put s
  328. pause .5
  329. put e
  330. pause 5
  331. goto apple_do
  332.  
  333. apple_do:
  334. pause 1
  335. match apple_adano You think that you should go back to talk to Abbot Adano for your
  336. match apple_do Roundtime
  337. put get apple
  338. matchwait
  339.  
  340. apple_adano:
  341. pause 1
  342. put w
  343. pause .5
  344. put n
  345. pause .5
  346. put ask adano about job
  347. goto wait_job
  348.  
  349. rug_move:
  350. pause 1
  351. put go gate
  352. pause .5
  353. put e
  354. pause .5
  355. put e
  356. pause .5
  357. goto rug_do
  358.  
  359. rug_do:
  360. pause 1
  361. match rug_adano You think that you should go back to talk to Abbot Adano for your
  362. match rug_do Roundtime
  363. put clean rug
  364. matchwait
  365.  
  366. rug_adano:
  367. pause 1
  368. move w
  369. pause .5
  370. move w
  371. pause .5
  372. put open gate
  373. put ask adano about job
  374. goto wait_job
  375.  
  376.  
  377.  
  378. water_move:
  379. put s
  380. pause .5
  381. put e
  382. pause .5
  383. put sw
  384. pause .5
  385. goto water_do
  386.  
  387. water_do:
  388. pause 1
  389. match water_adano You think that you should go back to talk to Abbot Adano for your
  390. match water_do Roundtime
  391. put get water
  392. matchwait
  393.  
  394. water_adano:
  395. pause 1
  396. put ne
  397. pause .5
  398. put w
  399. pause .5
  400. put n
  401. pause .5
  402. put ask adano about job
  403. goto wait_job
  404.  
  405.  
  406. herb_move:
  407. put s
  408. pause .5
  409. put sw
  410. pause 5
  411. goto herb_do
  412.  
  413. herb_do:
  414. pause 1
  415. match herb_adano You think that you should go back to talk to Abbot Adano for your
  416. match herb_do Roundtime
  417. put get herb
  418. matchwait
  419.  
  420. herb_adano:
  421. put ne
  422. pause .5
  423. put n
  424. pause .5
  425. put ask adano about job
  426. goto wait_job
  427.  
  428. wood_move:
  429. put south
  430. pause .5
  431. goto wood_do
  432.  
  433. wood_do:
  434. pause 1
  435. match wood_adano You think that you should go back to talk to Abbot Adano for your
  436. match wood_do Roundtime
  437. put cut fire
  438. matchwait
  439.  
  440. wood_adano:
  441. pause 1
  442. put n
  443. put ask adano about job
  444. goto wait_job
  445.  
  446. plant_move:
  447. put go gate
  448. pause .5
  449. put w
  450. pause .5
  451. put open gate
  452. goto plant_do
  453.  
  454. plant_do:
  455. pause 1
  456. match plant_adano You think that you should go back to talk to Abbot Adano for your
  457. match plant_do Roundtime
  458. put turn plant
  459. matchwait
  460.  
  461. plant_adano:
  462. pause 1
  463. put open gate
  464. pause .5
  465. put east
  466. pause .5
  467. put open gate
  468. put ask adano about job
  469. goto wait_job
  470.  
  471.  
  472. grape_move:
  473. pause 1
  474. put go gate
  475. goto grape_do
  476.  
  477. grape_do:
  478. pause 1
  479. match grape_adano You think that you should go back to talk to Abbot Adano for your
  480. match grape_do Roundtime
  481. put pull grapes
  482. matchwait
  483.  
  484. grape_adano:
  485. pause 1
  486. put open gate
  487. put ask adano about job
  488. goto wait_job
  489.  
  490. wait_job:
  491. pause 1
  492. move s
  493. move sw
  494. put exp
  495. put ask ty about lecture
  496. pause 305
  497. put exp
  498. pause 305
  499. move ne
  500. move n
  501. goto start
  502.  
  503.  
  504.  
  505. reset:
  506. pause 1
  507. move s
  508. move e
  509. move sw
  510. move s
  511. move go path
  512. pause 2
  513.  
  514. look:
  515. match east You also see a vast crater
  516. match cont Obvious paths:
  517. put look
  518. matchwait
  519.  
  520. east:
  521. move e
  522.  
  523. cont:
  524. pause 0.5
  525. put #goto 3
  526. waitfor mark the start of a small gully
  527. pause 0.5
  528. put ask monk about job
  529. pause 0.5
  530. put ask monk about job
  531. pause 0.5
  532. move n
  533. move ne
  534. move w
  535. move n
  536. goto start
  537.  
  538.  
  539.  
  540. start2:
  541. pause 1
  542. match wait_job You don't need to wait
  543. match reset prepare some bunches of grapes by pulling them off
  544. match reset tend to some vegetables
  545. match reset you need to chop some
  546. match reset gather some herbs from the forest
  547. match reset draw some water from the pond
  548. match reset get the dirt out of a rug from one
  549. match reset and just pick some apples from the trees
  550. match reset need to clean the cobblestone
  551. match reset wash some soiled clothing outside
  552. match reset open a number of bean pods
  553.  
  554. match repair_tiles cracked stone tiles in the
  555. match clean_equipment need to clean some of the
  556. match clean_window wash some dusty windows
  557. match grave_move pull weeds and clean out the private
  558. match paint_move paint the siding of our new winepress
  559. match library_move transcribe a few texts in the library
  560. match wall_move repair the wall separating the cow pasture
  561.  
  562. put ask adano about job
  563. matchwait
  564.  
  565.  
  566. guildend:
  567.  
  568. echo ****************************************************************
  569. echo **** Here you are, your in.
  570. echo ****************************************************************
  571. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement