home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1994 March / Source_Code_CD-ROM_Walnut_Creek_March_1994.iso / compsrcs / games / volume16 / nethck31 / part36 < prev    next >
Encoding:
Internet Message Format  |  1993-01-31  |  58.5 KB

  1. Path: uunet!news.tek.com!master!saab!billr
  2. From: billr@saab.CNA.TEK.COM (Bill Randle)
  3. Newsgroups: comp.sources.games
  4. Subject: v16i044:  nethack31 - display oriented dungeons & dragons (Ver. 3.1), Part36/108
  5. Message-ID: <4338@master.CNA.TEK.COM>
  6. Date: 30 Jan 93 01:11:56 GMT
  7. Sender: news@master.CNA.TEK.COM
  8. Lines: 1953
  9. Approved: billr@saab.CNA.TEK.COM
  10. Xref: uunet comp.sources.games:1593
  11.  
  12. Submitted-by: izchak@linc.cis.upenn.edu (Izchak Miller)
  13. Posting-number: Volume 16, Issue 44
  14. Archive-name: nethack31/Part36
  15. Supersedes: nethack3p9: Volume 10, Issue 46-102
  16. Environment: Amiga, Atari, Mac, MS-DOS, OS2, Unix, VMS, X11
  17.  
  18.  
  19.  
  20. #! /bin/sh
  21. # This is a shell archive.  Remove anything before this line, then unpack
  22. # it by saving it into a file and typing "sh file".  To overwrite existing
  23. # files, type "sh file -c".  You can also feed this as standard input via
  24. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  25. # will see the following message at the end:
  26. #        "End of archive 36 (of 108)."
  27. # Contents:  dat/Arch.des dat/quest.tx1
  28. # Wrapped by billr@saab on Wed Jan 27 16:09:00 1993
  29. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  30. if test -f 'dat/Arch.des' -a "${1}" != "-c" ; then 
  31.   echo shar: Will not clobber existing file \"'dat/Arch.des'\"
  32. else
  33. echo shar: Extracting \"'dat/Arch.des'\" \(15276 characters\)
  34. sed "s/^X//" >'dat/Arch.des' <<'END_OF_FILE'
  35. X#    SCCS Id: @(#)Arch.des    3.1    91/12/13
  36. X#    Copyright (c) 1989 by Jean-Christophe Collet
  37. X#    Copyright (c) 1991 by M. Stephenson
  38. X# NetHack may be freely redistributed.  See license for details.
  39. X#
  40. X#    The "start" level for the quest.
  41. X#
  42. X#    Here you meet your (besieged) class leader, Lord Carnarvon
  43. X#    and receive your quest assignment.
  44. X#
  45. XMAZE: "A-start",' '
  46. XFLAGS: noteleport,hardfloor
  47. XGEOMETRY:center,center
  48. XMAP
  49. X............................................................................
  50. X............................................................................
  51. X............................................................................
  52. X............................................................................
  53. X....................}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}.................
  54. X....................}-------------------------------------}.................
  55. X....................}|..S......+.................+.......|}.................
  56. X....................}-S---------------+----------|.......|}.................
  57. X....................}|.|...............|.......+.|.......|}.................
  58. X....................}|.|...............---------.---------}.................
  59. X....................}|.S.\.............+.................+..................
  60. X....................}|.|...............---------.---------}.................
  61. X....................}|.|...............|.......+.|.......|}.................
  62. X....................}-S---------------+----------|.......|}.................
  63. X....................}|..S......+.................+.......|}.................
  64. X....................}-------------------------------------}.................
  65. X....................}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}.................
  66. X............................................................................
  67. X............................................................................
  68. X............................................................................
  69. XENDMAP
  70. X# Random Monsters
  71. XRANDOM_MONSTERS: 'S', 'M'
  72. X# Dungeon Description
  73. XREGION:(00,00,75,19),lit,"ordinary"
  74. XREGION: (22,06,23,06),unlit,"ordinary"
  75. XREGION: (25,06,30,06),unlit,"ordinary"
  76. XREGION: (32,06,48,06),unlit,"ordinary"
  77. XREGION: (50,06,56,08),lit,"ordinary"
  78. XREGION: (40,08,46,08),unlit,"ordinary"
  79. XREGION: (22,08,22,12),unlit,"ordinary"
  80. XREGION: (24,08,38,12),unlit,"ordinary"
  81. XREGION: (48,08,48,08),lit,"ordinary"
  82. XREGION: (40,10,56,10),lit,"ordinary"
  83. XREGION: (48,12,48,12),lit,"ordinary"
  84. XREGION: (40,12,46,12),unlit,"ordinary"
  85. XREGION: (50,12,56,14),lit,"ordinary"
  86. XREGION: (22,14,23,14),unlit,"ordinary"
  87. XREGION: (25,14,30,14),unlit,"ordinary"
  88. XREGION: (32,14,48,14),unlit,"ordinary"
  89. X# Stairs
  90. XSTAIR:(55,07),down
  91. X# Portal arrival point
  92. XBRANCH:(63,06,63,06),(0,0,0,0)
  93. X# Doors
  94. XDOOR:closed,(22,07)
  95. XDOOR:closed,(38,07)
  96. XDOOR:locked,(47,08)
  97. XDOOR:locked,(23,10)
  98. XDOOR:locked,(39,10)
  99. XDOOR:locked,(57,10)
  100. XDOOR:locked,(47,12)
  101. XDOOR:closed,(22,13)
  102. XDOOR:closed,(38,13)
  103. XDOOR:locked,(24,14)
  104. XDOOR:closed,(31,14)
  105. XDOOR:locked,(49,14)
  106. X# Lord Carnarvon
  107. XMONSTER:'@',"Lord Carnarvon",(25,10)
  108. X# The treasure of Lord Carnarvon
  109. XOBJECT:'(',"chest",(25,10)
  110. X# student guards for the audience chamber
  111. XMONSTER:'@',"student",(26,09)
  112. XMONSTER:'@',"student",(27,09)
  113. XMONSTER:'@',"student",(28,09)
  114. XMONSTER:'@',"student",(26,10)
  115. XMONSTER:'@',"student",(28,10)
  116. XMONSTER:'@',"student",(26,11)
  117. XMONSTER:'@',"student",(27,11)
  118. XMONSTER:'@',"student",(28,11)
  119. X# city watch guards in the antechambers
  120. XMONSTER:'@',"watchman",(50,06)
  121. XMONSTER:'@',"watchman",(50,14)
  122. X# Eels in the moat
  123. XMONSTER:';',"giant eel",(20,10)
  124. XMONSTER:';',"giant eel",(45,04)
  125. XMONSTER:';',"giant eel",(33,16)
  126. X# Non diggable walls
  127. XNON_DIGGABLE:(00,00,75,19)
  128. X# Random traps
  129. XTRAP:random,random
  130. XTRAP:random,random
  131. XTRAP:random,random
  132. XTRAP:random,random
  133. XTRAP:random,random
  134. XTRAP:random,random
  135. X# Monsters on siege duty.
  136. XMONSTER: 'S',random,(60,09)
  137. XMONSTER: 'M',random,(60,10)
  138. XMONSTER: 'S',random,(60,11)
  139. XMONSTER: 'S',random,(60,12)
  140. XMONSTER: 'M',random,(60,13)
  141. XMONSTER: 'S',random,(61,10)
  142. XMONSTER: 'S',random,(61,11)
  143. XMONSTER: 'S',random,(61,12)
  144. XMONSTER: 'S',random,(30,03)
  145. XMONSTER: 'M',random,(20,17)
  146. XMONSTER: 'S',random,(67,02)
  147. XMONSTER: 'S',random,(10,19)
  148. X#
  149. X#    The "locate" level for the quest.
  150. X#
  151. X#    Here you have to find the Entrance to the Tomb of Amon Ra to go
  152. X#    further towards your assigned quest.
  153. X#
  154. X
  155. XMAZE: "A-locate",' '
  156. XFLAGS: hardfloor
  157. XGEOMETRY:center,center
  158. XMAP
  159. X............................................................................
  160. X............................................................................
  161. X............................................................................
  162. X........................-------------------------------.....................
  163. X........................|....|.S......................|.....................
  164. X........................|....|.|.|+------------------.|.....................
  165. X........................|....|.|.|.|.........|......|.|.....................
  166. X........................|....|.|.|.|.........|......|.|.....................
  167. X........................|---+-.|.|.|..---....+......|.|.....................
  168. X........................|....|.|.|.---|.|....|......|.|.....................
  169. X........................|....S.|.|.+..S.|--S-----S--|.|.....................
  170. X........................|....|.|.|.---|.|....|......+.|.....................
  171. X........................|---+-.|.|.|..---....|.------.|.....................
  172. X........................|....|.|.|.|.........|.|....+.|.....................
  173. X........................|....|.|.|.|.........|+|....|-|.....................
  174. X........................|....|.|.|------------+------.S.....................
  175. X........................|....|.S......................|.....................
  176. X........................-------------------------------.....................
  177. X............................................................................
  178. X............................................................................
  179. XENDMAP
  180. X# Random Monsters
  181. XRANDOM_MONSTERS: 'S', 'M'
  182. X# Dungeon Description
  183. XREGION:(00,00,75,19),lit,"ordinary"
  184. XREGION:(25,04,28,07),lit,"temple"
  185. XREGION:(25,09,28,11),unlit,"ordinary"
  186. XREGION:(25,13,28,16),lit,"temple"
  187. XREGION:(30,04,30,16),lit,"ordinary"
  188. XREGION:(32,04,32,16),unlit,"ordinary"
  189. XREGION:(33,04,53,04),unlit,"ordinary",unfilled,true
  190. XREGION:(36,10,37,10),unlit,"ordinary"
  191. XREGION:(39,09,39,11),unlit,"ordinary"
  192. XREGION:(36,06,42,08),unlit,"ordinary",unfilled,true
  193. XREGION:(36,12,42,14),unlit,"ordinary",unfilled,true
  194. XREGION:(46,06,51,09),unlit,"ordinary"
  195. XREGION:(46,11,49,11),unlit,"ordinary",unfilled,true
  196. XREGION:(48,13,51,14),unlit,"ordinary"
  197. X# Doors
  198. XDOOR:closed,(31,04)
  199. XDOOR:closed,(28,08)
  200. XDOOR:locked,(29,10)
  201. XDOOR:closed,(28,12)
  202. XDOOR:closed,(31,16)
  203. XDOOR:locked,(34,05)
  204. XDOOR:locked,(35,10)
  205. XDOOR:locked,(38,10)
  206. XDOOR:closed,(43,10)
  207. XDOOR:closed,(45,08)
  208. XDOOR:locked,(46,14)
  209. XDOOR:locked,(46,15)
  210. XDOOR:locked,(49,10)
  211. XDOOR:locked,(52,11)
  212. XDOOR:closed,(52,13)
  213. XDOOR:closed,(54,15)
  214. X# Stairs
  215. XSTAIR:(03,17),up
  216. XSTAIR:(39,10),down
  217. X# Altars - two types.  Both are unattended.
  218. XALTAR:(26,05),chaos,altar
  219. XALTAR:(26,15),law,altar
  220. X# Non diggable walls
  221. XNON_DIGGABLE:(00,00,75,19)
  222. X# Objects
  223. XOBJECT:random,random,random
  224. XOBJECT:random,random,random
  225. XOBJECT:random,random,random
  226. XOBJECT:random,random,random
  227. XOBJECT:random,random,random
  228. XOBJECT:random,random,random
  229. XOBJECT:random,random,random
  230. XOBJECT:random,random,random
  231. XOBJECT:random,random,random
  232. XOBJECT:random,random,random
  233. XOBJECT:random,random,random
  234. XOBJECT:random,random,random
  235. XOBJECT:random,random,random
  236. XOBJECT:random,random,random
  237. XOBJECT:random,random,random
  238. X# Random traps
  239. XTRAP:"spiked pit",(24,02)
  240. XTRAP:"spiked pit",(37,00)
  241. XTRAP:"spiked pit",(23,05)
  242. XTRAP:"spiked pit",(26,19)
  243. XTRAP:"spiked pit",(55,10)
  244. XTRAP:"spiked pit",(55,08)
  245. XTRAP:"pit",(51,01)
  246. XTRAP:"pit",(23,18)
  247. XTRAP:"pit",(31,18)
  248. XTRAP:"pit",(48,19)
  249. XTRAP:"pit",(55,15)
  250. XTRAP:"magic",(60,04)
  251. XTRAP:"statue",(72,07)
  252. XTRAP:"statue",random
  253. XTRAP:"statue",random
  254. XTRAP:"anti magic",(64,12)
  255. XTRAP:"sleep gas",random
  256. XTRAP:"sleep gas",random
  257. XTRAP:"dart",random
  258. XTRAP:"dart",random
  259. XTRAP:"dart",random
  260. X# Random monsters.
  261. XMONSTER:'S',random,random
  262. XMONSTER:'S',random,random
  263. XMONSTER:'S',random,random
  264. XMONSTER:'S',random,random
  265. XMONSTER:'S',random,random
  266. XMONSTER:'S',random,random
  267. XMONSTER:'S',random,random
  268. XMONSTER:'S',random,random
  269. XMONSTER:'S',random,random
  270. XMONSTER:'S',random,random
  271. XMONSTER:'S',random,random
  272. XMONSTER:'S',random,random
  273. XMONSTER:'S',random,random
  274. XMONSTER:'S',random,random
  275. XMONSTER:'S',random,random
  276. XMONSTER:'S',random,random
  277. XMONSTER:'S',random,random
  278. XMONSTER:'S',random,random
  279. XMONSTER:'M',random,random
  280. XMONSTER:'M',"human mummy",random
  281. XMONSTER:'M',"human mummy",random
  282. XMONSTER:'M',"human mummy",random
  283. XMONSTER:'M',"human mummy",random
  284. XMONSTER:'M',"human mummy",random
  285. XMONSTER:'M',"human mummy",random
  286. XMONSTER:'M',"human mummy",random
  287. XMONSTER:'M',random,random
  288. X
  289. X#
  290. X#    The "goal" level for the quest.
  291. X#
  292. X#    Here you meet Minion of Huhetol your nemesis monster.  You have to
  293. X#    defeat Minion of Huhetol in combat to gain the artifact you have
  294. X#    been assigned to retrieve.
  295. X#
  296. X
  297. XMAZE: "A-goal", ' '
  298. XGEOMETRY:center,center
  299. XMAP
  300. X                                                                            
  301. X                                  ---------                                 
  302. X                                  |..|.|..|                                 
  303. X                       -----------|..S.S..|-----------                      
  304. X                       |.|........|+-|.|-+|........|.|                      
  305. X                       |.S........S..|.|..S........S.|                      
  306. X                       |.|........|..|.|..|........|.|                      
  307. X                    ------------------+------------------                   
  308. X                    |..|..........|.......|..........|..|                   
  309. X                    |..|..........+.......|..........S..|                   
  310. X                    |..S..........|.......+..........|..|                   
  311. X                    |..|..........|.......|..........|..|                   
  312. X                    ------------------+------------------                   
  313. X                       |.|........|..|.|..|........|.|                      
  314. X                       |.S........S..|.|..S........S.|                      
  315. X                       |.|........|+-|.|-+|........|.|                      
  316. X                       -----------|..S.S..|-----------                      
  317. X                                  |..|.|..|                                 
  318. X                                  ---------                                 
  319. X                                                                            
  320. XENDMAP
  321. X# Random Monsters
  322. XRANDOM_MONSTERS: 'S', 'M'
  323. X# Dungeon Description
  324. XREGION:(00,00,75,19),lit,"ordinary"
  325. XREGION:(35,02,36,03),unlit,"ordinary"
  326. XREGION:(40,02,41,03),unlit,"ordinary"
  327. XREGION:(24,04,24,06),unlit,"ordinary"
  328. XREGION:(26,04,33,06),lit,"ordinary"
  329. XREGION:(38,02,38,06),unlit,"ordinary"
  330. XREGION:(43,04,50,06),lit,"ordinary"
  331. XREGION:(52,04,52,06),unlit,"ordinary"
  332. XREGION:(35,05,36,06),unlit,"ordinary"
  333. XREGION:(40,05,41,06),unlit,"ordinary"
  334. XREGION:(21,08,22,11),unlit,"ordinary"
  335. XREGION:(24,08,33,11),lit,"ordinary"
  336. XREGION:(35,08,41,11),unlit,"ordinary"
  337. XREGION:(43,08,52,11),lit,"ordinary"
  338. XREGION:(54,08,55,11),unlit,"ordinary"
  339. XREGION:(24,13,24,15),unlit,"ordinary"
  340. XREGION:(26,13,33,15),unlit,"ordinary"
  341. XREGION:(35,13,36,14),unlit,"ordinary"
  342. XREGION:(35,16,36,17),unlit,"ordinary"
  343. XREGION:(38,13,38,17),unlit,"ordinary"
  344. XREGION:(40,13,41,14),unlit,"ordinary"
  345. XREGION:(40,16,41,17),unlit,"ordinary"
  346. XREGION:(43,13,50,15),unlit,"temple"
  347. XREGION:(52,13,52,15),unlit,"ordinary"
  348. X# Stairs
  349. XSTAIR:(38,10),up
  350. X# Non diggable walls
  351. XNON_DIGGABLE:(00,00,75,19)
  352. X# The altar of Set.  Unattended.
  353. XALTAR:(50,14),chaos,altar
  354. X# Objects
  355. XOBJECT:'(',"crystal ball",(50,14),blessed,0,"The Orb of Detection"
  356. XOBJECT:random,random,random
  357. XOBJECT:random,random,random
  358. XOBJECT:random,random,random
  359. XOBJECT:random,random,random
  360. XOBJECT:random,random,random
  361. XOBJECT:random,random,random
  362. XOBJECT:random,random,random
  363. XOBJECT:random,random,random
  364. XOBJECT:random,random,random
  365. XOBJECT:random,random,random
  366. XOBJECT:random,random,random
  367. XOBJECT:random,random,random
  368. XOBJECT:random,random,random
  369. XOBJECT:random,random,random
  370. X# Random traps
  371. XTRAP:random,random
  372. XTRAP:random,random
  373. XTRAP:random,random
  374. XTRAP:random,random
  375. XTRAP:random,random
  376. XTRAP:random,random
  377. X# Random monsters.
  378. XMONSTER:'&',"Minion of Huhetol",(50,14)
  379. XMONSTER:'S',random,random
  380. XMONSTER:'S',random,random
  381. XMONSTER:'S',random,random
  382. XMONSTER:'S',random,random
  383. XMONSTER:'S',random,random
  384. XMONSTER:'S',random,random
  385. XMONSTER:'S',random,random
  386. XMONSTER:'S',random,random
  387. XMONSTER:'S',random,random
  388. XMONSTER:'S',random,random
  389. XMONSTER:'S',random,random
  390. XMONSTER:'S',random,random
  391. XMONSTER:'S',random,random
  392. XMONSTER:'S',random,random
  393. XMONSTER:'S',random,random
  394. XMONSTER:'S',random,random
  395. XMONSTER:'S',random,random
  396. XMONSTER:'S',random,random
  397. XMONSTER:'M',"human mummy",random
  398. XMONSTER:'M',"human mummy",random
  399. XMONSTER:'M',"human mummy",random
  400. XMONSTER:'M',"human mummy",random
  401. XMONSTER:'M',"human mummy",random
  402. XMONSTER:'M',"human mummy",random
  403. XMONSTER:'M',"human mummy",random
  404. XMONSTER:'M',"human mummy",random
  405. XMONSTER:'M',random,random
  406. X
  407. X#
  408. X#    The "fill" levels for the quest.
  409. X#
  410. X#    These levels are used to fill out any levels not occupied by specific
  411. X#    levels as defined above. "filla" is the upper filler, between the
  412. X#    start and locate levels, and "fillb" the lower between the locate
  413. X#    and goal levels.
  414. X#
  415. X
  416. XLEVEL: "A-filla"
  417. X# Random Monsters
  418. XRANDOM_MONSTERS: 'S', 'M'
  419. X#
  420. XROOM: "ordinary" , random, random, random, random
  421. XSTAIR: random, up
  422. XOBJECT: random,random,random
  423. XMONSTER: 'S', random, random
  424. X
  425. XROOM: "ordinary" , random, random, random, random
  426. XOBJECT: random, random, random
  427. XOBJECT: random,random,random
  428. XMONSTER: 'S', random, random
  429. X
  430. XROOM: "ordinary" , random, random, random, random
  431. XOBJECT: random, random, random
  432. XTRAP: random, random
  433. XOBJECT: random,random,random
  434. XMONSTER: 'S', random, random
  435. X
  436. XROOM: "ordinary" , random, random, random, random
  437. XSTAIR: random, down
  438. XOBJECT: random, random, random
  439. XTRAP: random, random
  440. XMONSTER: 'S', random, random
  441. XMONSTER: 'M', "human mummy", random
  442. X
  443. XROOM: "ordinary" , random, random, random, random
  444. XOBJECT: random, random, random
  445. XOBJECT: random, random, random
  446. XTRAP: random, random
  447. XMONSTER: 'S', random, random
  448. X
  449. XROOM: "ordinary" , random, random, random, random
  450. XOBJECT: random, random, random
  451. XTRAP: random, random
  452. XMONSTER: 'S', random, random
  453. X
  454. XRANDOM_CORRIDORS
  455. X
  456. XLEVEL: "A-fillb"
  457. X# Random Monsters
  458. XRANDOM_MONSTERS: 'S', 'M'
  459. X#
  460. XROOM: "ordinary" , random, random, random, random
  461. XSTAIR: random, up
  462. XOBJECT: random,random,random
  463. XMONSTER: 'M', random, random
  464. X
  465. XROOM: "ordinary" , random, random, random, random
  466. XOBJECT: random, random, random
  467. XOBJECT: random,random,random
  468. XMONSTER: 'M', random, random
  469. X
  470. XROOM: "ordinary" , random, random, random, random
  471. XOBJECT: random, random, random
  472. XTRAP: random, random
  473. XOBJECT: random,random,random
  474. XMONSTER: 'M', random, random
  475. X
  476. XROOM: "ordinary" , random, random, random, random
  477. XSTAIR: random, down
  478. XOBJECT: random, random, random
  479. XTRAP: random, random
  480. XMONSTER: 'S', random, random
  481. XMONSTER: 'M', "human mummy", random
  482. X
  483. XROOM: "ordinary" , random, random, random, random
  484. XOBJECT: random, random, random
  485. XOBJECT: random, random, random
  486. XTRAP: random, random
  487. XMONSTER: 'S', random, random
  488. X
  489. XROOM: "ordinary" , random, random, random, random
  490. XOBJECT: random, random, random
  491. XTRAP: random, random
  492. XMONSTER: 'S', random, random
  493. X
  494. XRANDOM_CORRIDORS
  495. END_OF_FILE
  496. if test 15276 -ne `wc -c <'dat/Arch.des'`; then
  497.     echo shar: \"'dat/Arch.des'\" unpacked with wrong size!
  498. fi
  499. # end of 'dat/Arch.des'
  500. fi
  501. if test -f 'dat/quest.tx1' -a "${1}" != "-c" ; then 
  502.   echo shar: Will not clobber existing file \"'dat/quest.tx1'\"
  503. else
  504. echo shar: Extracting \"'dat/quest.tx1'\" \(40057 characters\)
  505. sed "s/^X//" >'dat/quest.tx1' <<'END_OF_FILE'
  506. X#    SCCS Id: @(#)quest.txt    3.1    92/10/17
  507. X#    Copyright (c) 1991 by M. Stephenson
  508. X# NetHack may be freely redistributed.  See license for details.
  509. X#
  510. X#    The quest text file for NetHack 3.1 (MULDGN version).
  511. X#
  512. X#    These are the "standard" message numbers from qtext.h.  All class
  513. X#    dialogue must have at least these entries.
  514. X#
  515. X#    QT_FIRSTTIME     1
  516. X#    QT_NEXTTIME     2
  517. X#    QT_OTHERTIME     3
  518. X#
  519. X#    QT_GUARDTALK     5    /* 5 random things for guards to say */
  520. X#
  521. X#    QT_FIRSTLEADER    10
  522. X#    QT_NEXTLEADER    11
  523. X#    QT_OTHERLEADER    12
  524. X#    QT_LASTLEADER    13
  525. X#    QT_BADLEVEL    14
  526. X#    QT_BADALIGN    15
  527. X#    QT_ASSIGNQUEST    16
  528. X#
  529. X#    QT_ENCOURAGE    20    /* 1-10 random encouragement messages */
  530. X#
  531. X#    QT_FIRSTLOCATE    30
  532. X#    QT_NEXTLOCATE    31
  533. X#
  534. X#    QT_FIRSTACQUIRE    40
  535. X#    QT_NEXTACQUIRE    41
  536. X#
  537. X#    QT_FIRSTNEMESIS    50
  538. X#    QT_NEXTNEMESIS    51
  539. X#    QT_OTHERNEMESIS    52
  540. X#    QT_NEMWANTSIT    53    /* you somehow got the artifact */
  541. X#
  542. X#    QT_DISCOURAGE    60    /* 1-10 random maledictive messages */
  543. X#
  544. X#    QT_GOTIT    70
  545. X#
  546. X#    QT_KILLEDNEM    80
  547. X#    QT_OFFEREDIT    81
  548. X#
  549. X#    QT_POSTHANKS    90
  550. X#    QT_HASAMULET    91
  551. X#
  552. X#
  553. X#    Archeologist
  554. X#
  555. X%Cc A 00001
  556. XYou are suddenly in familiar surroundings.  The buildings in the distance
  557. Xappear to be those of your old alma mater, but something is wrong.  It looks
  558. Xas if there has been a riot recently, or %H has
  559. Xbeen under siege.
  560. X
  561. XAll of the windows are boarded up, and there are objects scattered around
  562. Xthe entrance.
  563. X
  564. XStrange forbidding shapes seem to be moving in the distance.
  565. X%E
  566. X%Cp A 00002
  567. XOnce again, you are back at %H.
  568. X%E
  569. X%Cp A 00003
  570. XYou are back at %H.
  571. XYou have an odd feeling this may be the last time you ever come here.
  572. X%E
  573. X%Cp A 00005
  574. XMan, the dig this year was a real bust!
  575. X%E
  576. X%Cp A 00006
  577. XHey man, have you got any potions of hallucination for sale?
  578. X%E
  579. X%Cp A 00007
  580. XDid you see the artifact %l brought back from the last dig?
  581. X%E
  582. X%Cp A 00008
  583. XSo what species do *you* think we evolved from?
  584. X%E
  585. X%Cp A 00009
  586. XSo you're %l's prize pupil!  I don't know what he sees in you.
  587. X%E
  588. X%Cc A 00010
  589. XFinally you have returned, %p.  You were always
  590. Xmy most promising student.  Allow me to see if you are ready for the
  591. Xmost difficult task of your career.
  592. X%E
  593. X%Cp A 00011
  594. XAgain, %p, you stand before me.
  595. XLet me see if you have gained experience in the interim.
  596. X%E
  597. X%Cp A 00012
  598. XOnce more, %p, you have returned from the field.
  599. XAre you finally ready for the task that must be accomplished?
  600. X%E
  601. X%Cc A 00013
  602. X%p, you have failed us.  All of my careful training has been in
  603. Xvain.  Begone!  Your tenure at this college has been revoked!
  604. X
  605. XYou are a disgrace to the profession!
  606. X%E
  607. X%Cc A 00014
  608. X%p, you are yet too inexperienced to undertake such a demanding
  609. Xquest.  A mere %r could not possibly face the rigors demanded and
  610. Xsurvive.  Go forth, and come here again when your adventures have further
  611. Xtaught you.
  612. X%E
  613. X%Cc A 00015
  614. X%p!  I've heard that you've been using sloppy techniques.  Your
  615. Xresults lately can hardly be called suitable for a %r!
  616. X
  617. XHow could you have strayed from the %a path?  Go from here, and come
  618. Xback only when you have purified yourself.
  619. X%E
  620. X%Cc A 00016
  621. XGrave times have befallen the college, for a %n has
  622. Xstolen %o.  Without it, the board of directors of
  623. Xthe university will soon have no choice but to revoke our research grants.
  624. X
  625. XYou must locate the entrance to %i.  Within it,
  626. Xyou will find the %n.
  627. X
  628. XYou must the defeat the %n and return %o
  629. Xto me.
  630. X
  631. XOnly in this way will we be able to prevent the budget cuts that could
  632. Xclose this college.
  633. X
  634. XMay the wisdom of %d be your guide.
  635. X%E
  636. X%Cp A 00020
  637. XBeware, for the %n is powerful and cunning.
  638. X%E
  639. X%Cp A 00021
  640. XTo locate the entrance to %i, you must pass
  641. Xmany traps.
  642. X%E
  643. X%Cp A 00022
  644. XA %n may be vulnerable to attacks by magical cold.
  645. X%E
  646. X%Cp A 00023
  647. XCall upon %d when you encounter the %n.
  648. X%E
  649. X%Cp A 00024
  650. XYou must destroy the %n.  It will pursue you otherwise.
  651. X%E
  652. X%Cp A 00025
  653. X%o is a mighty talisman.  With it you
  654. Xcan destroy the %n.
  655. X%E
  656. X%Cp A 00026
  657. XGo forth with the blessings of %d.
  658. X%E
  659. X%Cp A 00027
  660. XI will have my %gP watch for your return.
  661. X%E
  662. X%Cp A 00028
  663. XRemember not to stray from the true %a path.
  664. X%E
  665. X%Cp A 00029
  666. XYou may be able to sense %o when you are near.
  667. X%E
  668. X%Cp A 00030
  669. XYou have the feeling that you will soon find the entrance to
  670. X%i.
  671. X%E
  672. X%Cp A 00031
  673. XOnce again, you are near the entrance to %i.
  674. X%E
  675. X%Cp A 00040
  676. XYou sense the presence of %o.
  677. X%E
  678. X%Cp A 00041
  679. XThe familiar presence of %o is in the ether.
  680. X%E
  681. X%Cc A 00050
  682. XSo, %p, you think that you can succeed in recovering
  683. X%o, when your teacher, %l, has already failed.
  684. X
  685. XCome, try your best!  I shall destroy you, and gnaw on your bones.
  686. X%E
  687. X%Cc A 00051
  688. XAgain you try to best me, eh %p?  Well, you shall fail again.
  689. X
  690. XYou shall never recover %o.
  691. X
  692. XI shall bear your soul to the Plane of Origins for my master's pleasure.
  693. X%E
  694. X%Cp A 00052
  695. XYou persist yet %p!  Good.  Now, you shall die!
  696. X%E
  697. X%Cp A 00053
  698. XI shall have %o from you, %p, then feast
  699. Xupon your entrails!
  700. X%E
  701. X%Cp A 00060
  702. XTry your best, %p.  You cannot defeat me.
  703. X%E
  704. X%Cp A 00061
  705. XI shall rend the flesh from your body whilst you still breathe!
  706. X%E
  707. X%Cp A 00062
  708. XFirst you, %p, then I shall destroy your mentor, %l.
  709. X%E
  710. X%Cp A 00063
  711. XTiring yet, %p?  I draw my power from my master and cannot
  712. Xfalter!
  713. X%E
  714. X%Cp A 00064
  715. XI shall rend thy soul from thy body and consume it!
  716. X%E
  717. X%Cp A 00065
  718. XYou are far too %a -- it weakens you.  You shall die in this place.
  719. X%E
  720. X%Cp A 00066
  721. X%d has forsaken you!  You are lost now!
  722. X%E
  723. X%Cp A 00067
  724. XA mere %r cannot hope to defeat me!
  725. X%E
  726. X%Cp A 00068
  727. XIf you are the best %l can send, I have nothing to fear.
  728. X%E
  729. X%Cp A 00069
  730. XDie %c!  I shall exhibit your carcass as a trophy.
  731. X%E
  732. X%Cc A 00070
  733. XThe power of %o flows through your body!  You feel
  734. Xas if you could now take on the Wizard of Yendor himself and win, but
  735. Xyou know you must return %o to %l.
  736. X%E
  737. X%Cp A 00080
  738. XThe body of the %n dissipates in a cloud of noxious fumes.
  739. X%E
  740. X%Cc A 00081
  741. X%l touches %o briefly, gazes into it,
  742. Xthen smiles at you and says:
  743. X
  744. X"Well done, %p.  You have defeated the %n and
  745. Xrecovered %o.  But I fear that it shall never be safe
  746. Xhere.
  747. X
  748. XPlease take %o with you.  You, %p, can
  749. Xguard it now far better than I.
  750. X
  751. XMay the blessings of %d follow you and guard you."
  752. X%E
  753. X%Cc A 00090
  754. XWelcome back, %p.  Have you progressed with your quest to
  755. Xregain the Amulet of Yendor for %d?
  756. X%E
  757. X%Cc A 00091
  758. XCongratulations, %p.  I wondered if anyone could prevail against
  759. Xthe Wizard and the minions of Moloch.  Now, you must embark on one
  760. Xfinal adventure.
  761. X
  762. XTake the Amulet, and find your way onto the astral plane.
  763. XThere you must find the altar of %d and sacrifice the
  764. XAmulet on that altar to fulfill your destiny.
  765. X
  766. XRemember, your path now should always be upwards.
  767. X%E
  768. X#
  769. X#    Barbarian
  770. X#
  771. X%Cc B 00001
  772. XWarily you scan your surroundings, all of your senses alert for signs
  773. Xof possible danger.  Off in the distance, you can see the familiar shapes
  774. Xof %H.
  775. X
  776. XBut why, you think, should %l be there?
  777. X
  778. XSuddenly, the hairs on your neck stand on end as you detect the aura of
  779. Xevil magic in the air.
  780. X
  781. XWithout thought, you ready your weapon, and mutter under your breath:
  782. X
  783. X    "By %d, there will be blood spilt today."
  784. X%E
  785. X%Cp B 00002
  786. XOnce again, you near %H.  You know that %l
  787. Xwill be waiting.
  788. X%E
  789. X%Cp B 00003
  790. XAgain, and you think possibly for the last time, you approach
  791. X%H.
  792. X%E
  793. X%Cp B 00005
  794. XThe battles here have been good -- our enemies' blood soaks the soil!
  795. X%E
  796. X%Cp B 00006
  797. XRemember that glory is crushing your enemies beneath your feet!
  798. X%E
  799. X%Cp B 00007
  800. XThere has been little treasure to loot, since the horde arrived.
  801. X%E
  802. X%Cp B 00008
  803. XThe horde is mighty in numbers, but they have little courage.
  804. X%E
  805. X%Cp B 00009
  806. X%l is a strange one, but he has helped defend us.
  807. X%E
  808. X%Cc B 00010
  809. XAh, %p.  You have returned at last.  The world is in dire
  810. Xneed of your help.  There is a great quest you must undertake.
  811. X
  812. XBut first, I must see if you are ready to take on such a challenge.
  813. X%E
  814. X%Cp B 00011
  815. X%p, you are back.  Are you ready now for the challenge?
  816. X%E
  817. X%Cp B 00012
  818. XAgain, you stand before me, %p.  Surely you have prepared yourself.
  819. X%E
  820. X%Cc B 00013
  821. XPah!  You have betrayed the gods, %p.  You will never attain
  822. Xthe glory which you aspire to.  Your failure to follow the true path has
  823. Xclosed this future to you.
  824. X
  825. XI will protect these people as best I can, but soon %n will overcome
  826. Xme and destroy all who once called you %s.  Now begone!
  827. X%E
  828. X%Cc B 00014
  829. X%p, I fear that you are as yet too inexperienced to face
  830. X%n.  Only a %R with the help of %d could ever hope to
  831. Xdefeat him.
  832. X%E
  833. X%Cp B 00015
  834. X%p!  You have wandered from the path of the %a!
  835. XIf you attempt to overcome %n in this state, he will surely
  836. Xenslave your soul.  Your only hope, and ours, lies in your purification.
  837. XGo forth, and return when you feel ready.
  838. X%E
  839. X%Cc B 00016
  840. XThe world is in great need of your assistance, %p.
  841. X
  842. XAbout six months ago, I learned that a mysterious sorcerer, known
  843. Xas %n, had begun to gather a large group of cutthroats and brigands
  844. Xabout him.
  845. X
  846. XAt about the same time, these people you once rode with "liberated" a
  847. Xpotent magical talisman, %o, from a Turanian caravan.
  848. X
  849. X%n and his Black Horde swept down upon %i and defeated
  850. Xthe people there, driving them out into the desert.  He has taken
  851. X%o, and seeks to bend it to his will.  I detected the
  852. Xsubtle changes in the currents of fate, and joined these people.
  853. XThen I sent forth a summons for you.
  854. X
  855. XIf %n can bend %o to his will, he will become
  856. Xalmost indestructible.  He will then be able to enslave the minds of
  857. Xmen across the world.  You are the only hope.  The Gods smile upon you,
  858. Xand with %d behind you, you alone can defeat %n.
  859. X
  860. XYou must go to %i.  From there, you can track down
  861. X%n, defeat him, and return %o to us.  Only
  862. Xthen will the world be safe.
  863. X%E
  864. X%Cp B 00020
  865. X%n is strong in the dark arts, but not immune to cold steel.
  866. X%E
  867. X%Cp B 00021
  868. XRemember that %n is a great sorcerer.  He lived in the time
  869. Xof Atlantis.
  870. X%E
  871. X%Cp B 00022
  872. XIf you fail, %p, I will not be able to protect these people long.
  873. X%E
  874. X%Cp B 00023
  875. XTo enter %i, you must be very stealthy.  The horde will be on
  876. Xguard.
  877. X%E
  878. X%Cp B 00024
  879. XCall upon %d in your time of need.
  880. X%E
  881. X%Cp B 00025
  882. XMay %d protect you, and guide your steps.
  883. X%E
  884. X%Cp B 00026
  885. XIf you can lay hands upon %o, wear it for protection.
  886. X%E
  887. X%Cp B 00027
  888. XI cannot stand against %n's sorcery.  But %d will help you.
  889. X%E
  890. X%Cp B 00028
  891. XDo not fear %n.  I know you can defeat him.
  892. X%E
  893. X%Cp B 00029
  894. XYou have a great road to travel, %p, but only after you defeat
  895. X%n.
  896. X%E
  897. X%Cc B 00030
  898. XThe scent of water comes to you in the desert breeze.  You know that
  899. Xyou have located %i.
  900. X%E
  901. X%Cp B 00031
  902. XYet again you have a chance to infiltrate %i.
  903. X%E
  904. X%Cc B 00040
  905. XThe hairs on the nape of your neck lift as you sense an energy in the
  906. Xvery air around you.  You fight down a primordial panic that seeks to
  907. Xmake you turn and run.  This is surely the lair of %n.
  908. X%E
  909. X%Cp B 00041
  910. XYet again you feel the air around you heavy with malevolent magical energy.
  911. X%E
  912. X%Cc B 00050
  913. XSo.  This is what that second rate sorcerer %l sends to do his bidding.
  914. XI have slain many before you.  You shall give me little sport.
  915. X
  916. XPrepare to die, %c.
  917. X%E
  918. X%Cp B 00051
  919. XI have wasted too much time on you already.  Now, you shall die.
  920. X%E
  921. X%Cp B 00052
  922. XYou return yet again, %c!  Are you prepared for death now?
  923. X%E
  924. X%Cp B 00053
  925. XI shall have %o back, you pitiful excuse for a %c.
  926. XAnd your life as well.
  927. X%E
  928. X%Cp B 00060
  929. XMy pets will dine on your carcass tonight!
  930. X%E
  931. X%Cp B 00061
  932. XYou are a sorry excuse for a %r.
  933. X%E
  934. X%Cp B 00062
  935. XRun while you can, %c.  My next spell will be your last.
  936. X%E
  937. X%Cp B 00063
  938. XI shall use your very skin to bind my next grimoire.
  939. X%E
  940. X%Cp B 00064
  941. X%d cannot protect you now.  Here, you die.
  942. X%E
  943. X%Cp B 00065
  944. XYour %a nature makes you weak.  You cannot defeat me.
  945. X%E
  946. X%Cp B 00066
  947. XCome, %c.  I shall kill you, then unleash the horde on your tribe.
  948. X%E
  949. X%Cp B 00067
  950. XOnce you are dead, my horde shall finish off %l, and your tribe.
  951. X%E
  952. X%Cp B 00068
  953. XFight, %c, or are you afraid of the mighty %n?
  954. X%E
  955. X%Cp B 00069
  956. XYou have failed, %c.  Now, my victory is complete.
  957. X%E
  958. X%Cc B 00070
  959. XAs you pick up %o, you feel the power of it
  960. Xflowing through your hands.  It seems to be in two or more places
  961. Xat once, even though you are holding it.
  962. X%E
  963. X%Cp B 00080
  964. X%n falls to the ground, and utters a last curse at you.  Then his
  965. Xbody fades slowly, seemingly dispersing into the air around you.  You
  966. Xslowly become aware that the overpowering aura of magic in the air has
  967. Xbegun to fade.
  968. X%E
  969. X%Cc B 00081
  970. XWhen %l sees %o, he smiles, and says:
  971. X
  972. X    Well done, %p.  You have saved the world from certain doom.
  973. X    What, now, should be done with %o?
  974. X
  975. X    These people, brave as they are, cannot hope to guard it from
  976. X    other sorcerers who will detect it, as surely as %n did.
  977. X
  978. X    Take %o with you, %p.  It will guard you in
  979. X    your adventures, and you can best guard it.  You embark on a
  980. X    quest far greater than you realize.
  981. X
  982. X    Remember me, %p, and return when you have triumphed.  I
  983. X    will tell you then of what you must do.  You will understand when the
  984. X    time comes.
  985. X%E
  986. X%Cp B 00090
  987. XTell us, %p, have you fared well on your great quest?
  988. X%E
  989. X%Cc B 00091
  990. XThis is wondrous, %p.  I feared that you could not possibly
  991. Xsucceed in your quest, but here you are in possession of the Amulet
  992. Xof Yendor!
  993. X
  994. XI have studied the texts of the magi constantly since you left.  In
  995. Xthe Book of Skelos, I found this:
  996. X
  997. X    %d will cause a child to be sent into the world.  This child is to
  998. X    be made strong by trial of battle and magic, for %d has willed it so.
  999. X    It is said that the child of %d will recover the Amulet of Yendor
  1000. X    that was stolen from the Creator at the beginning of time.
  1001. X
  1002. XAs you now possess the amulet, %p, I suspect that the Book
  1003. Xspeaks of you.
  1004. X
  1005. X    The child of %d will take the Amulet, and travel to the Astral
  1006. X    Plane, where the Great Temple of %d is to be found.  The Amulet
  1007. X    will be sacrificed to %d, there on His altar.  Then the child will
  1008. X    stand by %d as champion of all %cP for eternity.
  1009. X
  1010. XThis is all I know, %p.  I hope it will help you.
  1011. X%E
  1012. X#
  1013. X#    Cave(wo)man
  1014. X#
  1015. X%Cc C 00001
  1016. XYou descend through a barely familiar stairwell that you remember
  1017. Xthe %l showing you when you embarked upon your vision quest.
  1018. X
  1019. XYou arrive back at %H, but something seems
  1020. Xwrong here.  The usual smoke and glowing light of the fires of the
  1021. Xouter caves are absent, and an uneasy quiet fills the damp air.
  1022. X%E
  1023. X%Cp C 00002
  1024. XOnce again, you arrive back at %H.
  1025. X%E
  1026. X%Cp C 00003
  1027. XFor some reason, you think that this may be the last time you will
  1028. Xenter %H.
  1029. X%E
  1030. X%Cp C 00005
  1031. XWe have not been able to gather as much food since the Giants sealed
  1032. Xoff our access to the outer world.
  1033. X%E
  1034. X%Cp C 00006
  1035. XSince the %n sent her minions, we have been constantly fighting.
  1036. X%E
  1037. X%Cp C 00007
  1038. XI have heard your vision quest was successful.  Is this so?
  1039. X%E
  1040. X%Cp C 00008
  1041. XSo, tell me, %p, how have you fared?
  1042. X%E
  1043. X%Cp C 00009
  1044. XThe %l grows old.  We know not who will guide us after he ascends.
  1045. X%E
  1046. X%Cc C 00010
  1047. XYou have returned from your vision quest, %p.  Thank %d.
  1048. X
  1049. XWe are in dire need of your help, my %S.
  1050. X
  1051. XBut first, I must see if you are yet capable of the quest I would
  1052. Xask you to undertake.
  1053. X%E
  1054. X%Cp C 00011
  1055. XAgain, you return to us, %p.  Let me see if you are ready now.
  1056. X%E
  1057. X%Cp C 00012
  1058. XAh, %p.  Are you finally ready?
  1059. X%E
  1060. X%Cc C 00013
  1061. X%p!  You have sealed our fate.  You seem unable to reform yourself,
  1062. Xso I must select another to take your place.
  1063. X
  1064. XBegone from %H!  You have betrayed us by choosing
  1065. Xthe path of the %C over the true path of the %L.
  1066. X
  1067. XYou no longer live in our eyes.
  1068. X%E
  1069. X%Cc C 00014
  1070. XAlas, %p, you are as yet too inexperienced to embark upon such
  1071. Xa difficult quest as that I propose to give you.
  1072. X
  1073. XA %r could not possibly survive the rigors demanded to find
  1074. X%i, never mind to confront the %n herself.
  1075. X
  1076. XAdventure some more, and you will learn the skills you will require.
  1077. X%d decrees it.
  1078. X%E
  1079. X%Cc C 00015
  1080. X%p!  You have deviated from my teachings.  You no longer follow
  1081. Xthe path of the %a as you should.  I banish you from these caves, to
  1082. Xgo forth and purify yourself.  Then, you might be able to accomplish this
  1083. Xquest.
  1084. X%E
  1085. X%Cc C 00016
  1086. XYou are indeed ready now, %p.  I shall tell you a tale of
  1087. Xgreat suffering among your people:
  1088. X
  1089. XShortly after you left on your vision quest, the caves were invaded by
  1090. Xthe creatures sent against us by the %n.
  1091. X
  1092. XShe, herself, could not attack us due to her great size, but her minions
  1093. Xhave harassed us ever since.  In the first attacks, many died, and the
  1094. Xminions of the %n managed to steal %o.
  1095. XThey took it to %i and there, none of our
  1096. X%g warriors have been able to go.
  1097. X
  1098. XYou must find %i, and within it wrest
  1099. X%o from the %n.  She guards it as
  1100. Xjealously as she guards all treasures she attains.  But with it,
  1101. Xwe can make our caves safe once more.
  1102. X
  1103. XPlease, %p, recover %o for us, and return it here.
  1104. X%E
  1105. X%Cp C 00020
  1106. XThe %n is immune to her own breath weapons.
  1107. XYou should use magic upon her that she does not use herself.
  1108. X%E
  1109. X%Cp C 00021
  1110. XWhen you encounter the %n, call upon %d for assistance.
  1111. X%E
  1112. X%Cp C 00022
  1113. XThere will be nowhere to hide inside the %n's inner sanctum.
  1114. X%E
  1115. X%Cp C 00023
  1116. XYour best chance with the %n will be to keep moving.
  1117. X%E
  1118. X%Cp C 00024
  1119. XDo not be distracted by the great treasures in the %n's lair.
  1120. XConcentrate on %o.
  1121. X%E
  1122. X%Cp C 00025
  1123. X%o is the only object that the %n truly fears.
  1124. X%E
  1125. X%Cp C 00026
  1126. XDo not be fooled by the %n's size.  She is fast, and it is
  1127. Xrumored that she uses magic.
  1128. X%E
  1129. X%Cp C 00027
  1130. XI would send a party of %gP with you, but we will need all
  1131. Xof our strength to defend ourselves.
  1132. X%E
  1133. X%Cp C 00028
  1134. XRemember, be %a at all times.  This is your strength.
  1135. X%E
  1136. X%Cp C 00029
  1137. XIf only we had an amulet of reflection, this would not have happened.
  1138. X%E
  1139. X%Cc C 00030
  1140. XYou %x many large claw marks on the ground.  The tunnels ahead
  1141. Xof you are larger than most of those in any cave complex you have
  1142. Xever been in before.
  1143. X
  1144. XYour nose detects the smell of carrion from within, and bones litter
  1145. Xthe sides of the tunnels.
  1146. X%E
  1147. X%Cp C 00031
  1148. XOnce again, you approach %i.
  1149. X%E
  1150. X%Cc C 00040
  1151. XYou find yourself in a large cavern, with neatly polished walls, that
  1152. Xnevertheless show signs of being scorched by fire.
  1153. X
  1154. XBones litter the floor, and there are objects scattered everywhere.
  1155. XThe air is close with the stench of sulphurous fumes.
  1156. X
  1157. XThe %n is clearly visible, but she seems to be asleep.
  1158. X%E
  1159. X%Cp C 00041
  1160. XOnce again, you find yourself in the lair of the %n.
  1161. X%E
  1162. X%Cc C 00050
  1163. XSo, human, you seek to invade the lair of the %n.
  1164. XOnly my meals are allowed down here.  Prepare to be eaten!
  1165. X%E
  1166. X%Cp C 00051
  1167. XSo, again you face me, %c.  No human has ever before escaped me.
  1168. XNow I shall kill you.
  1169. X%E
  1170. X%Cp C 00052
  1171. XYou are getting annoying, %c.  Prepare to die.
  1172. X%E
  1173. X%Cp C 00053
  1174. XI'll have %o from you, %c.  You shall die.
  1175. X%E
  1176. X%Cp C 00060
  1177. XYou are weak, %c.  No challenge for the Mother of all Dragons.
  1178. X%E
  1179. X%Cp C 00061
  1180. XI grow hungry, human.  You look like a nice appetizer!
  1181. X%E
  1182. X%Cp C 00062
  1183. XJoin me for lunch?  You're the main course, %c.
  1184. X%E
  1185. X%Cp C 00063
  1186. XWith %o, I am invincible!  You cannot succeed.
  1187. X%E
  1188. X%Cp C 00064
  1189. XYour mentor, the %l has failed.  You are nothing to fear.
  1190. X%E
  1191. X%Cp C 00065
  1192. XYou shall die here, %c.  A %r cannot hope to defeat me.
  1193. X%E
  1194. X%Cp C 00066
  1195. XYou, a mere %r challenge the might of the %n?  Hah!
  1196. X%E
  1197. X%Cp C 00067
  1198. XI am the Mother of all Dragons!  You cannot hope to defeat me.
  1199. X%E
  1200. X%Cp C 00068
  1201. XMy claws are sharp now.  I shall rip you to shreds!
  1202. X%E
  1203. X%Cp C 00069
  1204. X%d has deserted you, %c.  This is my domain.
  1205. X%E
  1206. X%Cc C 00070
  1207. XAs you pick up %o it seems heavy at first, but as you
  1208. Xhold it strength flows into your arms.
  1209. X
  1210. XYou suddenly feel full of power, as if nothing could possibly stand
  1211. Xin your path.
  1212. X%E
  1213. X%Cp C 00080
  1214. XThe %n sinks to the ground, her heads flailing about.
  1215. XAs she dies, a cloud of noxious fumes billows about her.
  1216. X%E
  1217. X%Cc C 00081
  1218. XThe %l glimpses %o in your possession.
  1219. XHe smiles and says:
  1220. X
  1221. X    You have done it!  We are saved.  But I fear that %o
  1222. X    will always be a target for %C forces who will want it for their
  1223. X    own.
  1224. X
  1225. X    To prevent further trouble, I would like you, %p,
  1226. X    to take %o away with you.  It will help you as you
  1227. X    quest for the Amulet of Yendor.
  1228. X%E
  1229. X%Cp C 00090
  1230. X%p!  Welcome back.
  1231. XHow goes your quest to recover the Amulet for %d?
  1232. X%E
  1233. X%Cc C 00091
  1234. XYou have been successful, I see, %p.
  1235. X
  1236. XNow that the Amulet of Yendor is yours, here is what you must do:
  1237. X
  1238. XJourney upwards to the open air.  The Amulet you carry will then
  1239. Xtake you into the Astral Planes, where the Great Temple of %d
  1240. Xcasts its influence throughout our world.
  1241. X
  1242. XSacrifice the Amulet on the altar.  Thus shall %d become supreme!
  1243. X%E
  1244. X#
  1245. X#    Elf
  1246. X#
  1247. X%Cc E 00001
  1248. XYou arrive in familiar surroundings.  In the distance, you %x the
  1249. Xgreat stone Circle, the place of worship to %d.
  1250. X
  1251. XSomething is wrong, though.  Surrounding the circle are orcs!
  1252. XAnd they've noticed you!
  1253. X%E
  1254. X%Cp E 00002
  1255. XOnce again, you stand before %H.
  1256. X%E
  1257. X%Cp E 00003
  1258. XYou have the oddest feeling that this may be the last time you
  1259. Xare to enter %H.
  1260. X%E
  1261. X%Cp E 00005
  1262. X%p!  I have not seen you in many cycles.  How do you fare?
  1263. X%E
  1264. X%Cp E 00006
  1265. XThe %n continues to threaten the circle.  But we hold fast.
  1266. X%E
  1267. X%Cp E 00007
  1268. X%l is growing weak.  The magic required to defend the circle drains us.
  1269. X%E
  1270. X%Cp E 00008
  1271. XRemember %i is hard to enter.  Seek the secret
  1272. Xpassageways.
  1273. X%E
  1274. X%Cp E 00009
  1275. XWe must regain %o.  Without it we will be overrun.
  1276. X%E
  1277. X%Cc E 00010
  1278. X%p!  You have returned!  Thank %d.
  1279. X
  1280. XWe have great need of you.  But first, I must see if you have the
  1281. Xrequired abilities to take on this responsibility.
  1282. X%E
  1283. X%Cp E 00011
  1284. XOnce again, %p, you stand in our midst.  Are you ready now?
  1285. X%E
  1286. X%Cp E 00012
  1287. XAh, you are here again, %p.  Allow me to determine your readiness...
  1288. X%E
  1289. X%Cc E 00013
  1290. X%p!  You have doomed us all.  You fairly radiate %L influences
  1291. Xand weaken the power we have raised in this circle as a result!
  1292. X
  1293. XBegone!  We renounce your %shood with us!  You are an outcast now!
  1294. X%E
  1295. X%Cc E 00014
  1296. X%p, you are yet too inexperienced to withstand the demands of that
  1297. Xwhich we need you to do.  A %R might just be able to do this thing.
  1298. X
  1299. XReturn to us when you have learned more, my %S.
  1300. X%E
  1301. X%Cc E 00015
  1302. XYou have strayed, %p!  You know that %d requires that
  1303. Xwe maintain a pure devotion to things %a!
  1304. X
  1305. XYou must go from us.  Return when you have purified yourself.
  1306. X%E
  1307. X%Cc E 00016
  1308. XYou are indeed ready, %p.  I shall tell you what has transpired,
  1309. Xand why we so desperately need your help:
  1310. X
  1311. XA short time ago, the Uruk-hai tribes of the mountains to the east
  1312. Xinvaded and enslaved the Goblin tribes in this area.  The local
  1313. X%n is now only a figurehead, and serves the Uruk-hai Overlord.
  1314. X
  1315. XDuring our last gathering of worship here, we were beset by hordes of
  1316. Xorcs and goblins, as you witnessed.  In the first onslaught a group,
  1317. Xheaded by the %n himself, managed to breach the circle and
  1318. Xsteal %o.
  1319. X
  1320. XSince then, we have been besieged.  We do not know how much longer
  1321. Xwe will be able to maintain our magical barriers.
  1322. X
  1323. XIf we are to survive, you, %p, must infiltrate
  1324. X%i.  There, you will find a pathway down, to the
  1325. Xunderground castle of the %n.  He has always coveted
  1326. X%o, and will surely keep it on his person,
  1327. Xuntil he delivers it to the Uruk-hai Overlord.
  1328. X
  1329. XRecover %o for us, %p!  Only then will
  1330. Xthe circle of %d be safe.
  1331. X%E
  1332. X%Cp E 00020
  1333. XIt is rumored that the Uruk-hai have a pact with the Hill Ogres.
  1334. X%E
  1335. X%Cp E 00021
  1336. XThe %n is strong, but not very smart.
  1337. X%E
  1338. X%Cp E 00022
  1339. XUse %o, when you find it.  It will help you survive
  1340. Xto reach us.
  1341. X%E
  1342. X%Cp E 00023
  1343. XRemember, let %d be your guide.
  1344. X%E
  1345. X%Cp E 00024
  1346. XCall upon %d when you face the %n.
  1347. XThe very act of doing so will infuriate him, and give you advantage.
  1348. X%E
  1349. X%Cp E 00025
  1350. XThough the %n is as %C as we, he and his kind have always
  1351. Xhated us.
  1352. X%E
  1353. X%Cp E 00026
  1354. XWe cannot hold the circle much longer, %p.  Hurry!
  1355. X%E
  1356. X%Cp E 00027
  1357. XTo infiltrate %i, you must be very stealthy.
  1358. X%E
  1359. X%Cp E 00028
  1360. XRemember that the %n is a braggart.  Trust not what he says.
  1361. X%E
  1362. X%Cp E 00029
  1363. XYou can triumph, %p, if you trust in %d.
  1364. X%E
  1365. X%Cc E 00030
  1366. XYou descend into the outer regions of %i.  You can hear
  1367. Xscuffling sounds in the corridors, and vague mumblings in the distance.
  1368. X
  1369. XYou remember that a %g once told you that there were many secret
  1370. Xpassageways in this complex.
  1371. X%E
  1372. X%Cp E 00031
  1373. XOnce again, you descend into %i.
  1374. X%E
  1375. X%Cc E 00040
  1376. XYou descend into a weird place, in which roughly cut cave-like walls
  1377. Xjoin with smooth, finished ones, as if someone was in the midst of
  1378. Xfinishing off the construction of a subterranean complex.
  1379. X
  1380. XOff in the distance, you hear the sounds of a large, raucous gathering.
  1381. X%E
  1382. X%Cp E 00041
  1383. XOnce again, you enter the distorted castle of the %n.
  1384. X%E
  1385. X%Cc E 00050
  1386. XSo, %c.  %l has sent you to recover %o.
  1387. X
  1388. XWell, I shall keep that bauble.  It pleases me.  You, %c, shall die.
  1389. X%E
  1390. X%Cp E 00051
  1391. XBack again, eh?  Well, a mere %r is no threat to me!  Die, %c!
  1392. X%E
  1393. X%Cp E 00052
  1394. XYou haven't learned your lesson, %c.  You can't kill me!  You shall die now.
  1395. X%E
  1396. X%Cp E 00053
  1397. XI shall have %o from you, %r.  Then I shall
  1398. Xkill you.
  1399. X%E
  1400. X%Cp E 00060
  1401. XYour %d is nothing, %c.  You are mine now!
  1402. X%E
  1403. X%Cp E 00061
  1404. XRun away little %c!  You can never hope to defeat the %n!
  1405. X%E
  1406. X%Cp E 00062
  1407. XMy Uruk-hai servants will rip you to shreds!
  1408. X%E
  1409. X%Cp E 00063
  1410. XI shall display your head as a trophy.  What do you think about that wall?
  1411. X%E
  1412. X%Cp E 00064
  1413. XI shall break your %l's circle, and destroy all the %gP!
  1414. X%E
  1415. X%Cp E 00065
  1416. X%d has abandoned you, %c.  You are doomed.
  1417. X%E
  1418. X%Cp E 00066
  1419. XA %r?  %l sends a mere %r against me?  Hah!
  1420. X%E
  1421. X%Cp E 00067
  1422. X%l has failed, %c.  %o will never leave here.
  1423. X%E
  1424. X%Cp E 00068
  1425. XYou really think you can defeat me, eh %c?  You are wrong!
  1426. X%E
  1427. X%Cp E 00069
  1428. XYou weaken, %c.  I shall kill you now.
  1429. X%E
  1430. X%Cc E 00070
  1431. XAs you pick up %o, it seems to glow, and a warmth
  1432. Xfills you completely.  You realize that its power is what has protected
  1433. Xyour %sp against their enemies for so long.
  1434. X
  1435. XYou must now return it to %l without delay -- their lives depend
  1436. Xon your speed.
  1437. X%E
  1438. X%Cc E 00080
  1439. XThe %n collapses to the ground, cursing you and %l, then says:
  1440. X
  1441. X    You have defeated me, %r!  But I curse you one final time, with my
  1442. X    dying breath!  You shall die before you leave my castle!
  1443. X%E
  1444. X%Cc E 00081
  1445. X%p!  You have succeeded!  I feared it was not possible!
  1446. X
  1447. XYour aura proclaims that you possess %o!
  1448. X
  1449. XI fear, now, that the Uruk-hai will select yet another %n.
  1450. XThis will take some time, but if you can recover the Amulet of Yendor
  1451. Xfor %d before that happens, we will be eternally safe.
  1452. X
  1453. XTake %o with you.  It will aid in your quest for
  1454. Xthe Amulet.
  1455. X%E
  1456. X%Cp E 00090
  1457. XWelcome, %p.  How have you fared on your quest for the Amulet
  1458. Xof Yendor?
  1459. X%E
  1460. X%Cc E 00091
  1461. XI am amazed, %p!  You have recovered the Amulet of Yendor!
  1462. XNow attend to me, and I will tell you what must be done:
  1463. X
  1464. XThe Amulet has within it magic, the capability to transport you to
  1465. Xthe Astral Plane, where the primary circle of %d resides.
  1466. X
  1467. XTo activate this magic, you must travel upwards as far as you can.
  1468. XWhen you reach the temple, sacrifice the Amulet to %d.
  1469. X
  1470. XThus will you fulfill your destiny.
  1471. X%E
  1472. X#
  1473. X#    Healer
  1474. X#
  1475. X%Cc H 00001
  1476. XWhat sorcery has brought you back to %H?  The smell
  1477. Xof fresh funeral pyres tells you that something is amiss with the healing
  1478. Xpowers that used to practice here.
  1479. X
  1480. XNo %gP are tending the materia medica gardens, and where are the
  1481. Xcommon folk who used to come for the cures?
  1482. X%E
  1483. X%Cp H 00002
  1484. XAfter your last experience you expected to be here, but you certainly
  1485. Xdid not expect to see things so much worse.  This time you must
  1486. Xsucceed.
  1487. X%E
  1488. X%Cp H 00003
  1489. XAgain, you %x %H in the distance.
  1490. X
  1491. XThe smell of death and disease permeates the air.  You do not have
  1492. Xto be a %R to know that the %n is on the verge of victory.
  1493. X%E
  1494. X%Cp H 00005
  1495. XDid you read that new treatise on the therapeutic use of leeches?
  1496. X%E
  1497. X%Cp H 00006
  1498. XPaint a red caduceus on your shield and monsters won't hit you.
  1499. X%E
  1500. X%Cp H 00007
  1501. XI passed handwriting so they are demoting me a rank.
  1502. X%E
  1503. X%Cp H 00008
  1504. XI've heard that even %l has not been able to cure Chiron.
  1505. X%E
  1506. X%Cp H 00009
  1507. XWe think the %n has used his alchemists, and %o,
  1508. Xto unleash a new disease we call 'the cold' on Gehennom.
  1509. X%E
  1510. X%Cc H 00010
  1511. XFeebly, %l raises his head to look at you.
  1512. X
  1513. XIt is good to see you again, %p.  I see the concern in your
  1514. Xeyes, but do not worry for me.  I am not ready for Hades yet.  We have
  1515. Xexhausted much of our healing powers holding off the %n.
  1516. XI need your fresh strength to carry on our work.
  1517. X
  1518. XCome closer and let me lay hands on you, and determine if you have
  1519. Xthe skills necessary to accomplish this mission.
  1520. X%E
  1521. X%Cp H 00011
  1522. XAgain you return to me, %p.  I sense that each trip back
  1523. Xthe pleurisy and maladies of our land begin to infect you.  Let us
  1524. Xhope and pray to %d that you become ready for your task before
  1525. Xyou fall victim to the bad humors.
  1526. X%E
  1527. X%Cp H 00012
  1528. XChiron has fallen, Hermes has fallen, what else must I tell you to
  1529. Ximpress upon you the importance of your mission!  I hope that you
  1530. Xhave come prepared this time.
  1531. X%E
  1532. X%Cc H 00013
  1533. XYou have failed us, %p.  You are a quack!  A charlatan!
  1534. X
  1535. XHades will be happy to hear that you are once again practicing your
  1536. Xarts on the unsuspecting.
  1537. X%E
  1538. X%Cc H 00014
  1539. XAlas, %p, you are yet too inexperienced to deal with the rigors
  1540. Xof such a task.  You must be able to draw on the knowledge of botany,
  1541. Xvetenary, and alchemy before I can send you on this quest with good
  1542. Xconscience.
  1543. X
  1544. XReturn when you wear a %R's caduceus.
  1545. X%E
  1546. X%Cc H 00015
  1547. XYou have learned much of the remedies that benefit, but you must also
  1548. Xknow which physic for which ail.  That is why %d's teachings are a
  1549. Xpart of your training.
  1550. X
  1551. XReturn to us when you have healed thyself.
  1552. X%E
  1553. X%Cc H 00016
  1554. XFor the first time, you sense a smile on %l' face.
  1555. X
  1556. X    You have indeed learned as much as we can teach you in preparation
  1557. X    for this task.  Let me tell you what I know of the symptoms and hope
  1558. X    that you can provide a cure.
  1559. X
  1560. X    A short while ago, the dreaded %n was fooled by the gods
  1561. X    into thinking that he could use %o to find a
  1562. X    cure for old age.  Think of it, eternal youth!  But his good
  1563. X    health is accomplished by drawing the health from those around him.
  1564. X
  1565. X    He has exhausted his own supply of healthy people and now he seeks to
  1566. X    extend his influence into our world.  You must recover from him
  1567. X    %o and break the spell.
  1568. X
  1569. X    You must travel into the swamps to %i, and from there
  1570. X    follow the trail to the %n's island lair.  Be careful.
  1571. X%E
  1572. X%Cp H 00020
  1573. XRemember, %p, to always wash your hands before operating.
  1574. X%E
  1575. X%Cp H 00021
  1576. XThe %n has no real magic of his own.  To this he is vulnerable.
  1577. X%E
  1578. X%Cp H 00022
  1579. XIf you have been true to %d, you can draw on the power of
  1580. X%o.
  1581. X%E
  1582. X%Cp H 00023
  1583. XBring with you antidotes for poisons.
  1584. X%E
  1585. X%Cp H 00024
  1586. XRemember this, %n can not use %o
  1587. Xto harm you, it has only healing powers.
  1588. X%E
  1589. X%Cp H 00025
  1590. XI have sent for Chiron, but I am afraid he will come too late.
  1591. X%E
  1592. X%Cp H 00026
  1593. XMaybe when you return the snakes will once again begin to shed.
  1594. X%E
  1595. X%Cp H 00027
  1596. XThe plague grows worse as we speak.  Hurry, %p!
  1597. X%E
  1598. X%Cp H 00028
  1599. XMany times the %n has caused trouble in these lands.  It is
  1600. Xtime that he was eradicated like the diseases he has caused.
  1601. X%E
  1602. X%Cp H 00029
  1603. XWith but one eye, the %n should be easy to blind.  Remember this.
  1604. X%E
  1605. X%Cc H 00030
  1606. XYou stand before the entrance to %i.  Strange
  1607. Xscratching noises come from within the building.
  1608. X
  1609. XThe swampy ground around you seems to stink with disease.
  1610. X%E
  1611. X%Cp H 00031
  1612. XOnce again you stand at the entrance to %i.
  1613. X%E
  1614. X%Cc H 00040
  1615. XYou stand within sight of the infamous Isle of the %n.  Even
  1616. Xthe words of %l had not prepared you for this.
  1617. X
  1618. XSteeling yourself against the wails of the ill that pierce your ears,
  1619. Xyou hurry on your task.  Maybe with %o you can
  1620. Xheal them on your return, but not now.
  1621. X%E
  1622. X%Cp H 00041
  1623. XOnce again, you %x the Isle of the %n in the distance.
  1624. X%E
  1625. X%Cc H 00050
  1626. XThey have made a mistake in sending you, %p.
  1627. X
  1628. XWhen I add your youth to mine, it will just make it easier for me
  1629. Xto defeat %l.
  1630. X%E
  1631. X%Cp H 00051
  1632. XUnlike your patients, you seem to keep coming back, %p!
  1633. X%E
  1634. X%Cp H 00052
  1635. XWhich would you like, %p?  Boils, pleurisy, convulsions?
  1636. X%E
  1637. X%Cp H 00053
  1638. XI'll have %o back from you, %r.  You are
  1639. Xnot going to live to escape this place.
  1640. X%E
  1641. X%Cp H 00060
  1642. XThey might as well give scalpels to wizards as to let you try to
  1643. Xuse %o!
  1644. X%E
  1645. X%Cp H 00061
  1646. XIf I could strike %l, surrounded by his %gP, imagine what I
  1647. Xcan do to you here by yourself.
  1648. X%E
  1649. X%Cp H 00062
  1650. XI will put my %Rp to work making a physic out of your ashes.
  1651. X%E
  1652. X%Cp H 00063
  1653. XAs we speak, Hades gathers your patients to join you.
  1654. X%E
  1655. X%Cp H 00064
  1656. XAfter I'm done with you, I'll destroy %l as well.
  1657. X%E
  1658. X%Cp H 00065
  1659. XYou will have to kill me if you ever hope to leave this place.
  1660. X%E
  1661. X%Cp H 00066
  1662. XI will impale your head on my caduceus for all to see.
  1663. X%E
  1664. X%Cp H 00067
  1665. XThere is no materia medica in your sack which will cure you of me!
  1666. X%E
  1667. X%Cp H 00068
  1668. XDo not fight too hard, I want your soul strong, not weakened!
  1669. X%E
  1670. X%Cp H 00069
  1671. XYou should have stopped studying at vetenary.
  1672. X%E
  1673. X%Cc H 00070
  1674. XAs you pick up %o, you feel its healing begin to
  1675. Xwarm your soul.  You curse Zeus for taking it from its rightful owner,
  1676. Xbut at least you hope that %l can put it to good use once
  1677. Xagain.
  1678. X%E
  1679. X%Cc H 00080
  1680. XThe battered body of the %n slumps to the ground and gasps
  1681. Xout one last curse:
  1682. X
  1683. X    You have defeated me, %p, but I shall have my revenge.
  1684. X    How, I shall not say, but this curse shall be like a
  1685. X    cancer on you.
  1686. X
  1687. XWith that the %n dies.
  1688. X%E
  1689. X%Cc H 00081
  1690. XAs soon as %l sees %o he summons his %gP.
  1691. X
  1692. XGently, %l reaches out and touches %o.
  1693. XHe instructs each of the assembled to do the same.  When everyone
  1694. Xhas finished he speaks to you.
  1695. X
  1696. X    Now that we have been replenished we can defeat this plague.  You must
  1697. X    take %o with you and replenish the worlds you have
  1698. X    been called upon to travel next.  I wish you could ride Chiron to the
  1699. X    end of your journey, but I need him to help me spread the cure.  Go
  1700. X    now and continue your journey.
  1701. X%E
  1702. X%Cp H 00090
  1703. XYou have again returned to us, %p.  We have done well in your
  1704. Xabsence, yes?  How fare you upon your quest for the Amulet?
  1705. X%E
  1706. X%Cc H 00091
  1707. XAh, you have recovered the Amulet, %p.  Well done!
  1708. X
  1709. XNow, you should know that you must travel through the elemental planes
  1710. Xto the astral, and there return the Amulet to %d.  Go forth and
  1711. Xmay our prayers be as a wind upon your back.
  1712. X%E
  1713. X#
  1714. X#    Knight
  1715. X#
  1716. X%Cc K 00001
  1717. XYou materialize in the shadows of %H.  Immediately, you notice
  1718. Xthat something is wrong.  The fields around the castle are trampled and
  1719. Xwithered, as if some great battle has been recently fought.
  1720. X
  1721. XLooking closer, you %x long gouges in the walls of %H.
  1722. XYou know of only one creature that makes those kinds of marks...
  1723. X%E
  1724. X%Cp K 00002
  1725. XOnce again you stand in the shadows of %H.
  1726. X%E
  1727. X%Cp K 00003
  1728. XAgain, you stand before %H.  You vaguely sense that this
  1729. Xmay be the last time you stand before %l.
  1730. X%E
  1731. X%Cp K 00005
  1732. XHail, %p!  Verily, thou looks well.
  1733. X%E
  1734. X%Cp K 00006
  1735. XThere is word, %p, that %n hath been sighted in the fens
  1736. Xnear %i.
  1737. X%E
  1738. X%Cp K 00007
  1739. XThou art our only hope now, %p.
  1740. X%E
  1741. X%Cp K 00008
  1742. XVerily, %l could have no better champion, %p.
  1743. X%E
  1744. X%Cp K 00009
  1745. XMany brave %cP died when %n attacked.
  1746. X%E
  1747. X%Cc K 00010
  1748. XAh, %p.  We see thou hath received our summons.
  1749. XWe are in dire need of thy prowess.  But first, We must needs
  1750. Xdecide if thou art ready for this great undertaking.
  1751. X%E
  1752. X%Cp K 00011
  1753. XWelcome again, %p.  We hope thou art ready now.
  1754. X%E
  1755. X%Cp K 00012
  1756. XOnce again, thou standeth before us, %p.  Art thou ready now?
  1757. X%E
  1758. X%Cp K 00013
  1759. XVerily, %p, thou hast done well.  That thou hast survived thus
  1760. Xfar is a credit to thy valor, but thou art yet unprepared for
  1761. Xthe demands required as Our Champion.  A %r, no matter how
  1762. Xpure, could never hope to defeat the foul %n.
  1763. X
  1764. XJourney forth from this place, and hone thy skills.  Return to
  1765. XOur presence when thou hast attained the noble title of %R.
  1766. X%E
  1767. X%Cp K 00014
  1768. XThou dishonoureth us, %p!  Thou hast strayed from the path of
  1769. Xchivalry! Go from our presence and do penance.  Only when thou art again
  1770. Xpure may thou return hence.
  1771. X%E
  1772. X%Cp K 00015
  1773. XThou disgraceth this noble court with thine impure presence.  We have been
  1774. Xlenient with thee, but no more.  Thy name shalt be spoken no more.  We
  1775. Xhereby strip thee of thy title, thy lands, and thy standing as a %c.
  1776. XBegone from our sight!
  1777. X%E
  1778. X%Cc K 00016
  1779. XAh, %p.  Thou art truly ready, as no %c before thee hath
  1780. Xbeen.  Hear now Our words:
  1781. X
  1782. XAs thou noticed as thou approached %H, a great battle hath
  1783. Xbeen fought recently in these fields.  Know thou that Merlin himself
  1784. Xcame to aid us here as we battled the foul %n.  In the midst of that
  1785. Xbattle, %n struck Merlin a great blow, felling him.  Then, as our
  1786. Xforces were pressed back, %n stole %o.
  1787. X
  1788. XWe eventually turned the tide, but lost many %cP in doing so.
  1789. XMerlin was taken off by his apprentice, but hast not recovered.  We hast
  1790. Xbeen told that so long as %n possesses %o,
  1791. XMerlin will not regain his health.
  1792. X
  1793. XWe hereby charge thee with this most important of duties:
  1794. X
  1795. XGo forth from this place, to the fens, and there thou wilt find
  1796. X%i.  From there, thou must track down %n.  Destroy the
  1797. Xbeast, and return to Us %o.  Only then can
  1798. XWe restore Merlin to health.
  1799. X%E
  1800. X%Cp K 00020
  1801. XRemember, %p, follow always the path of %d.
  1802. X%E
  1803. X%Cp K 00021
  1804. XThough %n is verily a mighty foe, we have confidence in thy victory.
  1805. X%E
  1806. X%Cp K 00022
  1807. XBeware, for %n hast surrounded himself with hordes of foul creatures.
  1808. X%E
  1809. X%Cp K 00023
  1810. XGreat treasure, 'tis said, is hoarded in the lair of %n.
  1811. X%E
  1812. X%Cp K 00024
  1813. XIf thou possesseth %o, %p, %n's magic
  1814. Xshalt therewith be thwarted.
  1815. X%E
  1816. X%Cp K 00025
  1817. XThe gates of %i are guarded by forces unseen, %p.
  1818. XGo carefully.
  1819. X%E
  1820. X%Cp K 00026
  1821. XReturn %o to us quickly, %p.
  1822. X%E
  1823. X%Cp K 00027
  1824. XDestroy %n, %p, else %H shall surely fall.
  1825. X%E
  1826. X%Cp K 00028
  1827. XCall upon %d when thou art in need.
  1828. X%E
  1829. X%Cp K 00029
  1830. XTo find %i, thou must keep thy heart pure.
  1831. X%E
  1832. X%Cc K 00030
  1833. XYou stand at the foot of %i.  Atop, you can %x a shrine.
  1834. XStrange energies seem to be focused here, and the hair on the back
  1835. Xof your neck stands on end.
  1836. X%E
  1837. X%Cp K 00031
  1838. XAgain, you stand at the foot of %i.
  1839. X%E
  1840. X%Cc K 00040
  1841. XAs you exit the swamps, you %x before you a huge, gaping hole in the
  1842. Xside of a hill.  From within, you smell the foul stench of carrion.
  1843. X
  1844. XThe pools on either side of the entrance are fouled with blood, and
  1845. Xpieces of rusted metal and broken weapons show above the surface.
  1846. X%E
  1847. X%Cp K 00041
  1848. XAgain, you stand at the entrance to %n's lair.
  1849. X%E
  1850. X%Cp K 00050
  1851. XHah!  Another puny %c seeks death.  I shall dine well tonight,
  1852. Xthen tomorrow, %H shall fall!
  1853. X%E
  1854. X%Cp K 00051
  1855. XAgain, thou challengeth me, %r?  So be it.  Thou wilt die here.
  1856. X%E
  1857. X%Cp K 00052
  1858. XThou art truly foolish, %r.  I shall dispatch thee anon.
  1859. X%E
  1860. X%Cp K 00053
  1861. XSo, thou darest touch MY property!  I shall have that bauble back,
  1862. Xpuny %r.  Thou wilt die in agony!
  1863. X%E
  1864. X%Cp K 00060
  1865. XA mere %r can never withstand me!
  1866. X%E
  1867. X%Cp K 00061
  1868. XI shall kill thee now, and feast!
  1869. X%E
  1870. X%Cp K 00062
  1871. XPuny %c.  What manner of death dost thou wish?
  1872. X%E
  1873. X%Cp K 00063
  1874. XFirst thee, %p, then I shall feast upon %l.
  1875. X%E
  1876. X%Cp K 00064
  1877. XHah!  Thou hast failed, %r.  Now thou shalt die.
  1878. X%E
  1879. X%Cp K 00065
  1880. XDie, %c.  Thou art as nothing against my might.
  1881. X%E
  1882. X%Cp K 00066
  1883. XI shall suck the marrow from thy bones, %c.
  1884. X%E
  1885. X%Cp K 00067
  1886. XLet's see...  Broiled?  No.  Fried?  Nay.  Baked?  Yea verily,
  1887. Xthat is the way I like my %c for dinner.
  1888. X%E
  1889. X%Cp K 00068
  1890. XThy strength wanes, %p.  The time of thy death draws near.
  1891. X%E
  1892. X%Cp K 00069
  1893. XCall upon thy precious %d, %p.  It shalt not avail thee.
  1894. X%E
  1895. X%Cc K 00070
  1896. XAs you pick up %o, you feel its protective fields
  1897. Xform around your body.  You also feel a faint stirring in your mind,
  1898. Xas if you are in two places at once, and in the second, you are waking
  1899. Xfrom a long sleep.
  1900. X%E
  1901. X%Cc K 00080
  1902. XAs %n sinks to the ground, blood gushing from his open mouth, he
  1903. Xdefiantly curses you and %l:
  1904. X
  1905. X    Thou hast not won yet, %r.  By the gods, I shalt return and dog
  1906. X    thy steps to the grave!
  1907. X
  1908. XHis tail flailing madly, %n tries to crawl towards you, but slumps
  1909. Xto the ground and dies in a pool of his own blood.
  1910. X%E
  1911. X%Cc K 00081
  1912. XAs you approach %l, he beams at you and says:
  1913. X
  1914. XWell done!  Thou art truly the Champion of %H.  We have
  1915. Xreceived word that Merlin is recovering, and shall soon rejoin us.
  1916. X
  1917. XHe has instructed us that thou art now to be the guardian of
  1918. X%o.  He feels that thou may have need of
  1919. Xits powers in thine adventures.  It is our wish that thou keep
  1920. X%o with thee as thou search for the fabled
  1921. XAmulet of Yendor.
  1922. X%E
  1923. X%Cp K 00090
  1924. XWell met, %p.  How goest thy search for the Amulet of Yendor?
  1925. X%E
  1926. X%Cc K 00091
  1927. XThou hast succeeded, we see, %p!  Now thou art commanded to take
  1928. Xthe Amulet to be sacrificed to %d in the plane of the astral.
  1929. X
  1930. XMerlin hath counseled us that thou must travel always upwards through
  1931. Xthe planes of the elements, to achieve this goal.
  1932. X
  1933. XGo with %d, %p.
  1934. X%E
  1935. END_OF_FILE
  1936. if test 40057 -ne `wc -c <'dat/quest.tx1'`; then
  1937.     echo shar: \"'dat/quest.tx1'\" unpacked with wrong size!
  1938. fi
  1939. # end of 'dat/quest.tx1'
  1940. fi
  1941. echo shar: End of archive 36 \(of 108\).
  1942. cp /dev/null ark36isdone
  1943. MISSING=""
  1944. for I in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 \
  1945. 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 \
  1946. 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 \
  1947. 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 \
  1948. 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 \
  1949. 101 102 103 104 105 106 107 108 ; do
  1950.     if test ! -f ark${I}isdone ; then
  1951.     MISSING="${MISSING} ${I}"
  1952.     fi
  1953. done
  1954. if test "${MISSING}" = "" ; then
  1955.     echo You have unpacked all 108 archives.
  1956.     echo "Now execute 'rebuild.sh'"
  1957.     rm -f ark10[0-8]isdone ark[1-9]isdone ark[1-9][0-9]isdone
  1958. else
  1959.     echo You still need to unpack the following archives:
  1960.     echo "        " ${MISSING}
  1961. fi
  1962. ##  End of shell archive.
  1963. exit 0
  1964.