home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / GAMES / hack_doc.Z / hack_doc
Text File  |  2009-11-06  |  93KB  |  2,193 lines

  1.  
  2.  
  3.             An introduction to the wonderful world of
  4.                              HACK
  5.  
  6.  
  7.             Written by Douglas Rosengard
  8.             with contributions from
  9.             Erik Lauer.
  10.  
  11.             Edited into human-readable form
  12.             by Pete Granger
  13.  
  14. [When I received this, it was suffering badly from line-wraps, misplaced
  15.  tabs, typos, bad grammar, misspellings, etc. I have now cleaned up as much
  16.  as I can of it. It's not perfect, but it's better. Although I have edited
  17.  the context freely, the content as originally posted is unchanged, with
  18.  the exception of one place which contained data which I know to be
  19.  incorrect for all versions: It was stated that nothing bad would happen
  20.  if you prayed at the wrong time. This has been corrected. I have also
  21.  added some new data to reflect changes in the latest release of NetHack.
  22.  Any other comments of my own are in brackets, like this, with my
  23.  initials, like this.  -PG ]
  24.  
  25.  
  26. CHAPTER 1: What is Hack?
  27.  
  28. "Toto, I don't think we're in Kansas anymore."
  29.                                         - Dorothy
  30.  
  31.   Hack is a single-player, interactive fantasy game in which you play a
  32. mighty hero, determined to recover the powerful Amulet of Yendor. This task 
  33. will not be easy, however. During your quest, you will journey deep into the
  34. earth, battle strange and ferocious creatures, be blinded, confused and 
  35. encounter deadly traps. And, perhaps worst of all, you will slowly starve.
  36.   Have no fear, however. Although an unending horde may assail you, and
  37. you are a weakling at the start of your trek, you have the potential to far
  38. surpass all of your mightiest enemies. As you defeat your foes, you will
  39. become more powerful, learn how to fight better, and increase your stamina.
  40. You will also find many items, some ordinary, while others have great powers. 
  41.   In addition, you are not quite alone. You will find shops which can sell
  42. you useful items. And what fool would adventure without a faithful watchdog 
  43. beside him. But beware! The gods frown upon those who turn against their 
  44. allies.
  45.  
  46.   Here begins your journey into a new and exciting world...
  47.   the world of HACK.
  48.  
  49.  
  50. CHAPTER 2: A brief introduction to the game of Hack.
  51.  
  52.   The first step is to run the game itself. Type hack (or whatever the 
  53. name of your version is), and press return. The first thing which will happen
  54. is that it will welcome you to the game, and ask you what type of character 
  55. you wish to play. For now, we will play a Caveman. Type "c" to indicate this
  56. to the program.
  57.   After a few moments, the game will start. You will see something like this:
  58.  
  59. Your Command ?
  60.  
  61.     -------
  62.     |.....|
  63.     |...@.|
  64.     +.d...|
  65.     |.....|
  66.     |.....+
  67.     ----+--
  68.  
  69.  
  70.   AC 7   Str 18  Hp 12(12)  Exp : 0  Level : 1
  71.  
  72.   You are the "@" symbol. What you see is a single room in the Dungeon
  73. of Doom. The dungeon is divided into many "levels." Most levels consist of
  74. up to nine rooms connected by a twisting passageways.
  75.   The "." are simply empty places on the floor of the room. The "-" and
  76. "|" symbols are the walls of the room. The "+" symbols represent doorways 
  77. leading out of the room. Finally, the "d" symbol is your faithful dog.
  78.   Don't worry yet about the information on the bottom of the screen.
  79.   The "Your Command?" at the top of the screen indicates that the program
  80. is waiting for you to give it a command. In Hack, the world literally waits
  81. on your command. Until you type in something for it to do, NOTHING will
  82. happen during the game. This means that you can leave the computer, eat
  83. lunch, and come back, and the game will be exactly as you left it.
  84. (Note: The command prompt is not always as it appears above.) Basically,
  85. if nothing is happening on the screen, the program is waiting for you to
  86. give it a command.
  87.  
  88.   Let's move the character one space to the left. Movement is performed
  89. by typing the key (make sure your caps lock is off) which corresponds to
  90. the direction you want to go in.
  91.  
  92. The direction keys are :
  93.   y  k  u
  94.    \ | /
  95.   h- @ -l
  96.    / | \
  97.   b  j  n
  98.  
  99.  
  100. This means that if you type "h", the "@" will move one space to the left.
  101. If you type "u", the "@" will move diagonally up and to the right one space.
  102. So to move to the left one space, we type "h". The room now looks something
  103. like this :
  104.  
  105.   -------
  106.   |.....|
  107.   |..@<.|
  108.   +..d..|
  109.   |.....|
  110.   |.....+
  111.   ----+--
  112.  
  113.   Notice that not only have you moved one space to the left, but the dog
  114. has moved one space to the right. The dog's movements are controlled by
  115. the program, and he will move when all the other computer controlled people
  116. (and monsters) move.
  117.   The "<" symbol is the way out of the dungeon. "<" represents a set of
  118. stairs which go up to the previous level. If you leave the dungeon, then
  119. the game ends. Similarly, the ">" symbol represents stairs going to the
  120. next level. To climb or descend the stairs, type the stair symbol you are
  121. on. That is, to climb up, type "<". To go down, type ">".
  122.  
  123.   Once you have moved a few times, you should have the idea of how 
  124. basic movement works in Hack. Now to deal with other things.
  125.  
  126.   Type "i". You now see a list of objects. It will look something like
  127. this :
  128.  
  129. (a) +1 Club (weapon in hand)
  130. (b) +1 Bow
  131. (c) 43 +0 arrows
  132. (d) +0 Leather armor (being worn)
  133.  
  134. The "i" command stands for "Inventory." The list of objects is the list of 
  135. items in your possession. Most items will be carried in your characters 
  136. "back-pack." Those that are not, such as the club in the above example,
  137. are indicated in your inventory. "Weapon in hand" means that your character
  138. is holding that item in his hand. If he attacks a creature, he will hit it
  139. with this weapon. "being worn" means the character is wearing that item. In
  140. particular, the character will wear armor to protect himself from damage.
  141.   You may have seen symbols in the room other than the ones discussed. 
  142. The general rule is : if a symbol is a letter, then it is a creature. 
  143. Otherwise, it is an object. There are exceptions to both parts of the rule,
  144. however, so be careful.
  145.   To see a list of all the object symbols, type "?". This will send you
  146. into the help subroutine. If the program asks you "Long or Short help?" type
  147. "s" for now. A list of all the objects and commands will be printed on the
  148. screen. Read them carefully, and follow the prompts.
  149.   The long help contains information on how to play hack. It is strongly
  150. recommended that you read this also.
  151.   To pick up an item, you simply walk over it. When this occurs, you will
  152. automatically attempt to pick up the item. Be aware, however, that items are
  153. not weightless, and so you may find yourself unable to pick up an item
  154. because it weighs to much.
  155.  
  156.  
  157.   To move onto a space without picking up an item, type "m", and then the
  158. direction you wish to move. If there is something on the space you are on,
  159. you may look at it by typing ":". [In some versions, you can also set
  160. your "pickup" option on or off by typing the "@" symbol. This is very
  161. useful if there are a lot of items around that you don't want to pick
  162. up. -PG]
  163.  
  164. The last thing which will be covered is combat.
  165.  
  166.   Let's say that you have been wandering about for a little while, and 
  167. you have found a monster. The monster appears as a symbol on the map, just
  168. like the little dog. Combat in hack is very simple. There are three ways that
  169. you can fight a monster :
  170.  
  171. 1) You can bash it with your weapon.
  172. 2) You can throw or shoot something at it.
  173. 3) You can zap it with a wand, or cast a spell at it.
  174.    Spells are only used in nethack.
  175.  
  176. To accomplish 1), you simply attempt to move into the space the monster is
  177. currently in. So, for example, if the creature is one space to the left of 
  178. your character, and you type "h", you will attack it. Likewise, monsters
  179. attack you by moving into your space.
  180.   For 2), you must have something to throw. You can throw anything, but
  181. it is strongly recommended that you use a weapon if you want to do damage to
  182. the creature. To throw an object in your inventory, type "t". The game now
  183. asks what object you wish to throw. To see your inventory, type "*". To see
  184. the weapons in your inventory, type "?". Once you have decided what to throw,
  185. type the objects letter, and then the direction you wish to throw it in. You
  186. will now (hopefully) hit the monster with whatever you threw.
  187.   To use a bow and arrows for maximum effect, you must be wield the bow,
  188. and then "throw" an arrow. To wield a different weapon, type "w", and then
  189. the letter of the object you wish to wield. Be careful that you are not 
  190. bashing a creature with your bow, as this is not very effective. The same 
  191. applies for slings and rocks. [And crossbows and bolts. -PG]
  192.   For 3), the procedure is similar to 2). Type "z" (for zap), and the 
  193. letter of the wand you wish to use. If the program now prompts you to type
  194. a direction, then type the direction you want to blast in. There are three
  195. basic effects possible when zapping a wand :
  196.  
  197.   1) The wand has no direction, and simply does something.
  198.      Example : When a wand of light is zapped, it will light up the room.
  199.   2) The wand affects whatever is in the given direction.
  200.      Example : A wand of slow monster will slow down any monster it is
  201.                zapped at.
  202.   3) The wand shoots a "ray" or "bolt" in the given direction. It will
  203.      try to hit any creature in its path, and may bounce off of 
  204.      walls and doors. BE CAREFUL! It is very easy to bounce such a 
  205.      blast into yourself.
  206.      Example : A wand of fire shoots a bolt of fire in the indicated
  207.      direction.
  208.  
  209. Note that you may throw or zap in any direction (including up or down) that
  210. you may move in. 
  211.  
  212.  
  213.   When you attack a creature (or are attacked by one), if the attack hits
  214. damage is done by the attacker. This damage is represented as hit points, or
  215. HP for short. Every creature, including yourself, has a certain number of these
  216. hit points. When you take damage, you will lose a certain number of them. The
  217. greater the damage, the more hit points you will lose. If a creature is reduced
  218. to less than one hit point, it dies. Hence, ALWAYS BE AWARE OF HOW MANY HIT
  219. POINTS YOU HAVE LEFT, because if you lose them them all, the game is over, and
  220. you have lost.
  221.   The amount of HP's damage that is done depends on a number of different
  222. factors, such as what weapon you are wielding and what your current strength.
  223. Your strength is the number listed after "STR" on the bottom of the screen. 
  224. This is discussed later on, and you do not have to worry to much about it to
  225. start.
  226.   Any attack has a percent chance to hit which depends on a few key statistics. 
  227.   The first of these is the armor class of the defender, or AC for 
  228. short. This number ranges (usually) from 10 to -10. It may go higher or lower
  229. depending on the circumstances. In particular, armor classes for a winning
  230. character very often do go below -10. The lower the number, the better the
  231. chance that any attack on that defender will miss. 
  232.   The second factor is the "level" of the attacker. Your level is listed
  233. on the bottom of the screen. Initially it is 1, but it will rise as you kill
  234. monsters. For every monster you kill, you will be awarded points, called
  235. experience points (EXP). Your level is directly determined by the number of
  236. EXP you possess. In addition, your hit points will increase every time you
  237. go up a level as well.
  238.   The final factor is a vague factor known as luck. The program will
  239. not tell you what your luck is, but it is used in many factors of the game.
  240. Basically, the higher your luck, the better you are at doing almost everything.
  241. There are ways to modify your luck, which are up to you to find. [These
  242. are virtually impossible to find out through play. If you want to know
  243. them, read them in the spoilers section below. -PG]
  244.  
  245. Now you should know enough to play the game, and discover things on your own.
  246. What follows is a summary of the commands and symbols, and then a section which
  247. discusses more advanced topics. It is meant to act as a guide to players of
  248. what their options are.
  249.  
  250. The final section contains "spoilers", or information which gives away 
  251. something in the game which might "spoil" the game for those who prefer to
  252. find the information on their own. CONSIDER CAREFULLY YOUR DECISION TO READ
  253. THIS SECTION. Only if you are truly stuck should you have to resort to reading
  254. it, and many players feel that spoilers are another form of cheating.
  255.  
  256. That being said, enjoy the game!
  257.  
  258.  
  259. CHAPTER 3: COMMAND SUMMARY AND DESCRIPTIONS
  260.  
  261. (The following is an excerpt from the long help command in nethack)
  262.  
  263. Commands:
  264.         Hack knows the following commands:
  265.         ?       help: print this list.
  266.         Q       Quit the game.
  267.         S       Save the game.
  268.         !       Escape to a shell.
  269.         ^Z      Suspend the game.
  270.         <       up: go up the staircase (if you are standing on it).
  271.         >       down: go down (just like up).
  272.         kjhlyubn - go one step in the direction indicated.
  273.                 k: north (i.e., to the top of the screen),
  274.                 j: south, h: west, l: east, y: ne, u: nw, b: se, n: sw.
  275.         KJHLYUBN - Go in that direction until you hit a wall or run
  276.                 into something.
  277.         m       (followed by one of kjhlyubn): move without picking up
  278.                 any objects.
  279.         M       (followed by one of KJHLYUBN): Move far, no pickup.
  280.         g       (followed by one of kjhlyubn): move until something
  281.                 interesting is found.
  282.         G       (followed by one of KJHLYUBN): as previous, but forking
  283.                 of corridors is not considered interesting.
  284.         i       print your inventory.
  285.         I       print selected parts of your inventory, as in
  286.                 I* - print all gems in inventory;
  287.                 IU - print all unpaid items;
  288.                 IX - print all used up items that are on your shopping bill;
  289.                 I$ - count your money.
  290.         s       search for secret doors and traps around you.
  291.         ^       ask for the type of a trap you found earlier.
  292.         )       ask for current wielded weapon.
  293.         [       ask for current armor.
  294.         =       ask for current rings.
  295.         $       count how many gold pieces you are carrying.
  296.         .       rest, do nothing.
  297.         ,       pick up some things.
  298.         :       look at what is here.
  299.         ^T      teleport.
  300.         ^R      redraw the screen.
  301.         ^P      repeat last message
  302.                 (subsequent ^P's repeat earlier messages).
  303.         /       (followed by any symbol): tell what this symbol represents.
  304.         \       tell what has been discovered.
  305.         e       eat food.
  306.         w       wield weapon. w- means: wield nothing, use bare hands.
  307.         q       drink (quaff) a potion.
  308.         r       read a scroll.
  309.         T       Take off armor.
  310.         R       Remove Ring.
  311.         W       Wear armor.
  312.         P       Put on a ring.
  313.         X       transcribe (learn) a spell.
  314.  
  315.  
  316.         x       print a list of know spells.
  317.         z       zap a wand.
  318.         t       throw an object or shoot an arrow.
  319.         p       pay your shopping bill.
  320.         d       drop something. d7a: drop seven items of object a.
  321.         D       Drop several things.
  322.                 In answer to the question "What kinds of things do you
  323.                 want to drop? [!%= au]" you should give zero or more
  324.                 object symbols possibly followed by 'a' and/or 'u'.
  325.                 'a' means: drop all such objects, without asking for
  326.                         confirmation.
  327.                 'u' means: drop only unpaid objects (when in a shop).
  328.         a       use, apply - Generic command for using a key to lock
  329.                 or unlock a door, using a camera, using a rope, etc.
  330.         c       call: name a certain object or class of objects.
  331.         C       Call: Name an individual monster.
  332.         E       Engrave: Write a message in the dust on the floor.
  333.                 E- means: use fingers for writing.
  334.         O       Set options. You will be asked to enter an option line.
  335.                 If this is empty, the current options are reported.
  336.                 Otherwise it should be a list of options separated by commas.
  337.                 Possible boolean options are: oneline, time, news, tombstone,
  338.                 rest_on_space, fixinvlet, beginner, male, female.
  339.                 They can be negated by prefixing them with '!' or "no".
  340.                 A string option is name; it supplies the answer to the
  341.                 question "Who are you?"; it may have a suffix.
  342.                 A compound option is endgame; it is followed by a description
  343.                 of what parts of the list of topscorers should be printed
  344.                 when the game is finished.
  345.                 Usually one will not want to use the 'O' command, but instead
  346.                 put a HACKOPTIONS="...." line in one's environment.
  347.         v       print version number.
  348.  
  349.         You can put a number before a command to repeat it that many times,
  350.         as in "20s" or "40.".
  351.  
  352. COMMAND REFERENCE MANUAL:
  353. The following is a more complete description of the commands in hack.
  354. The syntax used is:
  355. (Command name) (additional prompts)
  356. Example: a [*? or letter] means type "a". At the next prompt, type a letter,
  357. * or ?
  358.  
  359. a [*? or letter]
  360. -   apply an item which has an unusual use, such as a camera, leash or
  361.     lunch box.
  362.     All such items fall under the class of Tools.
  363.     "a ?" - gives an list of all Tools in the inventory.
  364.     "a *" - prints the inventory.
  365.     "a <letter>" - If that letter is in the inventory, applies that item
  366.                    if possible.
  367.  
  368. b
  369. -  move one space down and to the left.
  370.  
  371.  
  372. B
  373. -  move down and to the left until an object is encountered.
  374.  
  375. c [yn] [?* or letter] <name>
  376. -  allows the user to name an object or type of object in his inventory.
  377.    At the prompt "Do you want to name an individual object? [yn]"
  378.    type "y" if you wish to name a specific item in your inventory, or
  379.    type "n" if you wish to name a type of object.
  380.    "c y" - Typing "?" or "*" displays the inventory.
  381.       If the letter of an object is typed, the user is prompted for the
  382.    name of the object. This name will be used whenever the program
  383.    refers to that object.
  384.       Example :"c y <long sword's letter> Stormbringer" results in the 
  385.    long sword being called "Stormbringer", as in the inventory listing:
  386.  
  387.        "a long sword named Stormbringer"
  388.  
  389.    "c n" - Typing "?" will list all unidentified items in the inventory.
  390.       Typing "*" will display the inventory. If the letter of an object
  391.    which is not identified is typed, then the user will be prompted
  392.    for the new name of that type of item.
  393.  
  394.       Example :"c n <white potion's letter> Feel Good" results in all white
  395.    potions being referred to as "a potion of Feel Good."
  396.  
  397.       The name will be nullified when the item is identified.
  398.  
  399. C [hjkl.] <name>
  400. -   allows the user to name a specific creature. At the prompt, a cursor
  401.     will appear. Move the cursor with the keys "hjkl" as with normal
  402.     movement. When the cursor is over the monster to be named, type ".",
  403.     and then the name of the creature. This names only that monster, and
  404.     not that class of monsters.
  405.        Example : naming your little dog "Spot" will result in any future
  406.    references to the little dog as "Spot", as in:
  407.  
  408.          "Spot hits the acid blob. Spot kills the acid blob!"
  409.  
  410.    [This can be hilarious at times. Try walking into a treasure zoo
  411.     while wearing a ring of conflict and naming every creature in sight.
  412.     The play-by-play of the ensuing brawl is a riot. -PG]
  413.  
  414. d [?*$ number or letter]
  415. -   allows the user to drop either his gold or a specific item in his
  416.   inventory.
  417.     Typing "?" or "*" displays the inventory.
  418.     Typing a letter drops all items labeled with that letter.
  419.     Typing "$" drops all of the user's gold.
  420.     Typing a number, and then either a letter or "$" drops that number
  421.   of the item being dropped
  422.  
  423.     Example : "d 3 <darts' letter>" drops 3 darts.
  424.               "d 250 $" drops 250 gold.
  425.  
  426.  
  427. D [`()[]%/=?!*$ and/or a] <return> [nyaq]
  428. -   Allows the user to selectively drop items from a selected set of
  429.   object types.
  430.     To use, type a string which consists of object symbols of the types
  431.   which are to be dropped. If this string is followed by an "a", all items
  432.   of the listed types are dropped. Otherwise, the program displays in
  433.   inventory order each item which is one of the selected types, and prompts
  434.   the user with "[nyaq]".
  435.     Typing "n" will keep the item in the inventory, and prompt for the
  436.   next item.
  437.     Typing "y" will drop that item, and prompt for the next item.
  438.     Typing "a" will drop that item, and all subsequent items.
  439.     Typing "q" will abort the command.
  440.  
  441.     Example : "D %/=* a" will drop all food, wands rings and gems in the
  442.               inventory.
  443.  
  444. e [?* or letter]
  445. -   eats something in the inventory.
  446.     Typing "?" displays all food in the inventory.
  447.     Typing "*" displays the inventory.
  448.     Typing a letter of a Comestible results in the user eating one of that
  449.   item.
  450.  
  451. E [?*- or a letter] <phrase>
  452. -   allows the user to engrave a phrase on the ground with some specified
  453.   object.
  454.     Typing "?" displays all items listed after "-" in the prompt.
  455.     Typing "*" displays the inventory.
  456.     Typing a letter wields that item if the item can be engraved with. 
  457.     Typing "-" unwields the users weapon (if uncursed), and writes in the
  458.   dust with the users fingers.
  459.     Once the writing implement is selected, the user is prompted for a
  460.   phrase. This phrase is written in that spot. If a sharp object or magic
  461.   marker was used, the engraving is permanent, and whenever the user walks
  462.   over the spot, he will see the phrase which is engraved there. If fingers
  463.   are used, the engraving will smudge after the user takes an action, and
  464.   not be as legible.
  465.     The effects of different objects on Engravings are left to the reader's
  466.   imagination.
  467.  
  468. (f or g) [yuhjklbn]
  469. -   moves the user in the specified direction until next to an object,
  470.   intersection, door, stairs or unfriendly monster.
  471.  
  472. (F or G) [yuhjklbn]
  473. -   moves the user as above, but ignores intersections.
  474.  
  475. h
  476. -   moves the user one space to the left.
  477.  
  478. H
  479. -   moves the user to the left until he moves onto an object.
  480.  
  481.  
  482. i
  483. -   displays the inventory
  484.  
  485. I [`)([%/=?!+]
  486. -   Allows the user to display objects of specific types in the inventory.
  487.   At the prompt, type the symbols for the types of objects you wish to
  488.   display.
  489.  
  490.   Example: "I %=!?" gives a list of all food,rings, potions and scrolls
  491.            in the inventory.
  492.  
  493. j
  494. -   Moves the user down one space
  495.  
  496. J
  497. -   Moves the user down until he moves onto an object.
  498.  
  499. k
  500. -   Moves the user up one space.
  501.  
  502. K
  503. -   Moves the user up until he moves onto an object.
  504.  
  505. l
  506. -   Moves the user one space to the right.
  507.  
  508. L
  509. -   Moves the user to right until he moves onto an object
  510.  
  511. m [yuhjklbn]
  512. -   Moves the user one space in the specified direction, but if the user
  513.   moves onto an object, he will not attempt to pick it up.
  514.  
  515. M [yuhjklbn]
  516. -   As above, but moves in the specified direction until no legal moves are
  517.   possible.
  518.  
  519. n
  520. -   Moves the user one space down and to the right.
  521.  
  522. N
  523. -   Moves the user down and to the right until he moves onto an object.
  524.  
  525. O <option>
  526. -   Allows the user to set game options during play. Possible options include:
  527.   help : gives help on setting options in hack.
  528.   rest_on_space : makes the space bar act as the "." command.
  529.   time : displays the number of turns the user has been playing for on the 
  530.          bottom line of the screen.
  531.   tombstone : Is on if after the user dies a tombstone is displayed.
  532.   (fe)male : Sets the users sex. 
  533.  
  534.  
  535.   Compound options include:
  536.   name:<users name> : sets the users name and class, as in "Merlin-W".
  537.   dogname : gives the name of the users (first) dog (e.g. dogname:Spot)
  538.   packorder:<")[%?+/=!(*0> : sets the default packorder of the inventory.
  539.             The inventory will be sorted by the object type given. The above
  540.             order is the default. 
  541.  
  542.             Example: Since "?" comes before "/", scrolls are displayed before 
  543.                      wands.
  544.  
  545.   endgame:<options> : describes what is displayed after the game is ended.
  546.                       options are separated by the "/" character.
  547.     options include:
  548.           own scores : displays all scores with the users name in the high 
  549.                         score list.
  550.           <number> top scores : displays the top <number> scores
  551.           <number> around my score : displays the <number> scores greater than
  552.                                      and less than the user's score.
  553.  
  554.           Example : "endgame:own scores/5 topscores/4 around my score"
  555.  
  556. p
  557. -   If the user has unpaid items in his inventory or on his bill for a shop,
  558.   he will pay the shopkeeper the full amount of the bill if possible.
  559.  
  560. P [?* or letter] [rl]
  561. -   Puts a ring on one of the users hands. Only one ring is allowed per hand.
  562.     Typing "?" displays all rings in the inventory.
  563.     Typing "*" displays the inventory.
  564.     If the letter of a ring is typed, the program will ask which hand to
  565.   place the ring on, if both hands are available. Ring's powers remain
  566.   in effect as long as the ring is worn. [If only one hand is free, the
  567.   ring will automatically go on that hand. -PG]
  568.  
  569. q [?* or letter]
  570. -   Quaffs a potion.
  571.     Typing "?" displays all potions in the inventory.
  572.     Typing "*" displays the inventory.
  573.     If the letter of a potion is typed, the user will quaff that potion.
  574.   Potions are only usable once. After being quaffed, the item is destroyed.
  575.  
  576. Q [yn]
  577. -   Quit the game.
  578.  
  579. r [?* or letter]
  580. -   Reads a scroll in the inventory.
  581.     Typing "?" displays all scrolls in the inventory.
  582.     Typing "*" displays the inventory.
  583.     If the letter of a scroll is typed, the user will read that scroll.
  584.   Some scrolls may have to be named by the user after being read. In these
  585.   cases the program will ask what to call the scroll. Type in the name, as if
  586.   typing in the name for the "c" command.
  587.     All scrolls (except possibly for "blank paper") may only be read once.
  588.   They are destroyed after use.
  589.  
  590.  
  591. R [rl]
  592. -   Remove the ring on the right or left hand. If the ring is cursed, it cannot
  593.   be removed with this command.
  594.  
  595. s
  596. -   Search for secret doors and traps. There is a fair chance on each use of
  597.   this command that any neighboring secret door or trap will become visible.
  598.   Do not expect only one search to be sufficient.
  599.  
  600. S
  601. -   Save the game in progress. The next time the game is played, the old game 
  602.   will be restored from the point at which the user left off.  This command 
  603.   ends (temporarily) the game in progress.
  604.  
  605. t [?* or letter] [yuhjklbn<>]
  606. -   Throws an object in the inventory in the specified direction. 
  607.     Typing "?" lists all weapons in the inventory.
  608.     Typing "*" displays the inventory.
  609.     Typing the letter of an object makes the game prompt for the desired 
  610.   direction. After typing the direction, the object is thrown away from the
  611.   character in that direction. 
  612.  
  613. T [?* or letter]
  614. -   Removes a specified piece of armor which the user is wearing.
  615.     Typing "?" lists all worn items (except rings).
  616.     Typing "*" displays the inventory.
  617.     Typing the letter of a worn piece of armor takes off the armor.
  618.   Note that this command may take a number of turns to execute.
  619.  
  620. u
  621. -   Move one space up and to the right.
  622.  
  623. U
  624. -   Move up and to the right until the character moves onto an object.
  625.  
  626. v
  627. -   Print the version number and information.
  628.  
  629. V
  630. -   Prints author's credits and version information.
  631.  
  632. w [?* or letter]
  633. -   Wields an item in the inventory (usually a weapon).
  634.     Typing "?" displays all weapons.
  635.     Typing "*" displays the inventory.
  636.     Typing the letter of an item in inventory makes the user wield that object 
  637.   as his weapon. This object is used in all close combat as the user's weapon. 
  638.   If the user is wielding a cursed item, this command is aborted. If the user
  639.   is wearing a shield, he can not wield a two-handed sword.
  640.  
  641.  
  642. W [?* or letter]
  643. -   Allows the user to wear a specified piece of armor.
  644.     Typing "?" will display all unworn pieces of armor.
  645.     Typing "*" will display the inventory.
  646.     Typing the letter of a piece of armor will, if possible, result in the
  647.   user wearing that piece of armor. The user must remove his cloak before
  648.   altering his body armor. If the current armor of that type is cursed,
  649.   this command is aborted.
  650.  
  651. x
  652. -   List all spells that have been transcribed by the user.
  653.  
  654. X [?* or letter]
  655. -   Attempt to transcribe a spellbook.
  656.     Typing "?" lists all spellbooks in the users inventory.
  657.     Typing "*" displays the inventory.
  658.     Typing the letter of a spell book results in the user attempting to 
  659.   transcribe the spell book into memory.
  660.     Note that transcription success depends on level, and also transcribing a 
  661.   spell may take a while. [Note: This can be dangerous, since you can be
  662.   attacked while transcribing. Unlike most other actions, you will not
  663.   stop your attempt to transcribe! -PG]
  664.  
  665. y
  666. -   Move one space up and to the left.
  667.  
  668. Y
  669. -   Move up and to the left until the user moves onto an object.
  670.  
  671. z [?* or letter] [direction or string?]
  672. -   Zaps a wand in the inventory.
  673.     Typing "?" displays all wands in the inventory.
  674.     Typing "*" displays the inventory.
  675.     Typing the letter of a wand zaps that wand. Note that wands have a
  676.   limited number of charges, and will not work (usually) after their charges
  677.   are depleted.
  678.     Some wands require the user to specify a direction in which they may be 
  679.   zapped.
  680.     One wand requires the typing of a string. (The user must find this one.)
  681.  
  682. <a number> <a command>
  683. -   If a number if typed before a command character, then the command which 
  684.   follows will be executed that number of times, or until something swings 
  685.   at the user, or the command is no longer possible.
  686.  
  687.     Example : "5h" moves the user five spaces to the left.
  688.     Example : "10s" searches ten times.
  689.  
  690. @
  691. -   Toggles the pick-up option (default is ON). When this option is OFF,
  692.   the user will not automatically pick up any item in a space he moves into.
  693.   He must pick it up using the "," command. Note that this is particularly
  694.   useful in rooms which are crowded with worthless items, and when walking
  695.   over dead cockatrices.
  696.  
  697.  
  698. # [command]
  699. -   Allows the user to use an extended command. To use an extended
  700.   command, type "#" followed by the command's name, and return.
  701.   The possible commands are :
  702.  
  703.        "?" - Displays the set of extended commands
  704.        "breathe" - If the user is able, he will breathe fire like a dragon.
  705.        "cast" [letter] -
  706.               casts a spell which the user knows. 
  707.               Typing the letter of a displayed spell will cast that spell.
  708.               The number listed next to the spell is its mana cost. This
  709.               is deducted from the users current mana. Spell effects are
  710.               left to the reader's imagination.
  711.        "dip" [letter] -
  712.              dips a specified object into something, such as a pool or a potion.
  713.              To dip an item into a pool, stand over the pool and use the dip 
  714.              command.
  715.        "pray" - Plead with the gods for help. The reader may experiment with
  716.                 this command at his own choosing (and risk).
  717.        "remove" - If the user has the ability to do so, he can remove a cursed
  718.                   item, such as an iron ball.
  719.        "sit" - Sit down on the space you are in. Sit in thrones at your own
  720.                peril.
  721.        "turn" - Attempt to turn undead creatures. Turned creatures will flee in 
  722.                 terror from the user. Only knights and priests may turn undead.
  723.        "wipe" - Wipe of the user's face. Useful when it is dirty.
  724.  
  725. $
  726. -   Counts the user's money. If the user has a large quantity of money,
  727.   he will sit down to count it. [This is mostly useless, since gold is
  728.   displayed at all times. -PG]
  729.  
  730. ^ [yuhjklbn]
  731. -   Tells the user what type of trap a "^" represents.
  732.   If the user is adjacent to a trap, and types "^" followed by the direction
  733.   the trap is in, the program will tell the user what the name of the trap is.
  734.  
  735.     Example: "This is a sleep trap."
  736.  
  737. )
  738. -   This displays the what the user's currently wielded weapon is.
  739.  
  740. =
  741. -   This displays what rings the user is wearing.
  742.  
  743. [
  744. -   This displays the armor that the user is wearing.
  745.  
  746. \
  747. -   This displays a list of all items (except weapons and armor) that have 
  748.   been identified, or have been named by the user.
  749.  
  750. :
  751. -   This displays everything that is in the user's space.
  752.  
  753.  
  754. , [`)([%/=?!+ aA]
  755. -   This allows the user to pick up items in his space. All gold is
  756.   automatically picked up. If there is only one item, it is picked up.
  757.   If there are multiple items on the space, the user is prompted for which
  758.   types of item he wishes to pick up. To pick up all items in the space,
  759.   type "a".
  760.     To pick up all items of one or more types, input a string consisting of 
  761.   the symbols for the types you wish to pick up, followed by "A"
  762.     To pick up only certain items of specific types, input the types as
  763.   above, but do not type "A". 
  764.     The program will display, one item at a time, every item in the inventory 
  765.   which is of the specified types, followed by the prompt "[ynaq]"
  766.     Typing "y" picks up that item, and displays the next.
  767.     Typing "n" displays the next item.
  768.     Typing "a" picks up that item, and all remaining items of the named types.
  769.     Typing "q" aborts the command.
  770.     The program will not allow the user to pick up any item which is too heavy.
  771.  
  772. xxx.
  773. -   The user does nothing for one turn.
  774.  
  775. / [symbol]   (for versions before nethack.)
  776. -   displays help on the symbol typed at the prompt.
  777.  
  778.     Example : "/=" tells the user that "=" represent rings.
  779.  
  780. / [yuhjklbn.] (for nethack)
  781. -   allows the user to display help about any visible symbol.
  782.     The user moves the displayed cursor with normal movement keys onto the 
  783.   symbol in question, and then types "." Help is then displayed on that
  784.   symbol. [You may also use the command as above to tell you about a
  785.   class of symbols, rather than a specific one. -PG]
  786.  
  787. <
  788. -   Climb up to the previous level. The user must be on a "<" symbol.
  789.  
  790. >
  791. -   Go down to the next level. The user must be on a ">" symbol.
  792.  
  793. ^R
  794. -   redraws the screen.
  795.  
  796.  
  797. CHAPTER 4: SPOILERS WARNING AND PREFACE
  798.  
  799.    The following section contains information which the user does not have to 
  800. know in order to play the game, but which can be found out through the normal
  801. course of play. Players who wish to win without any additional help should not
  802. read the following sections.
  803.    Those who only wish to find some specific information may find what they
  804. want here, and then not read anything else.
  805.    For those whose curiosity has gotten the better of them, read what you will.
  806.  
  807. APPENDIX A : SPOILERS ON NETHACK
  808.  
  809. The following is a reprint of an article posted by Maarten Jan Huisjes on 13
  810. Aug, 1987. It has been extended to include other useful information.
  811. All information is for the nethack version of hack. For people playing other
  812. versions of hack, you may ignore all the items which do not appear in your game.
  813. In particular, ignore all references to spell books. This is a nethack property
  814. only.
  815.  
  816. ______________________________________________________________________________
  817. FOOD
  818.  
  819.        <0   Fainting
  820.      0-49   Weak
  821.    50-149   Hungry
  822.   150-999   Satiated
  823. 1000-1499   Having a hard time
  824.      1500+  Choke
  825.  
  826. Example : If the user is Having a hard time getting food down, he has at
  827.           least 1000 turns before fainting.
  828.  
  829.    Hunger goes down 1/turn; 10/turn if regenerating or wearing a hunger ring
  830. You are hungrier after vomiting and casting spells. [Information under
  831. rings says 5/turn. I don't know which is correct. -PG]
  832.    Meat becomes tainted after ~50 turns. It is best to eat it immediately, or
  833. not at all.
  834.  
  835. Name = The name of the food. The name used when wishing for the object.
  836. Chance = The chance that a "%" symbol is that type of food.
  837. Weight = weight in pounds.
  838. Nutrition = The number of turns added to the users hunger count.
  839.  
  840. s=may make you sick (lose 1-8hp)
  841. p=Poisonous food. Persons with poison resistance may ignore the effects.
  842.  
  843. Name             Chance Weight  Nutrition Remarks
  844.  
  845. food ration         46, 4,  800
  846. tripe ration        16, 2,  200 May make you vomit.  Tastes okay if polymorphed.
  847. pancake              3, 1,  200
  848. dead lizard          3, 1,   40 Try when turning to stone.
  849. fortune cookie       7, 1,   40
  850. carrot               2, 1,   50 May improve vision
  851. slice of pizza       5, 1,  250
  852.  
  853.  
  854. Name              Chance  Weight  Nutrition  Remarks
  855.  
  856. cream pie            3, 1,  100 Fun to throw
  857. tin                  7, 1     *
  858. orange               1, 1,   80
  859. apple                1, 1,   50
  860. pear                 1, 1,   50
  861. melon                1, 1,  100
  862. banana               1, 1,   80
  863. candy bar            1, 1,  100
  864. egg                  1, 1,   80
  865. clove of garlic      1, 1,   40 Can wield against undead
  866. lump of royal jelly  0, 1,  200 Sometimes strength++.
  867.  
  868. * Contents of Tins
  869.  
  870. Salmon -       60   Will make your hands slippery
  871. Peaches -      40
  872. Apple Juice -  20
  873. Substance -   500
  874. Rotten meat - -50   Makes you vomit
  875. Spinach -     600   Strength++.
  876.  
  877. DEAD THINGS:
  878.  
  879. NOTE:  It is advised that the user not save meat for long periods of time,
  880.       as it may become tainted. Eating a dead monster often conveys one
  881.       of its attributes. These are listed in the Nutrition Remarks.
  882.  
  883. Name              Chance  Weight  Nutrition  Remarks
  884.  
  885. dead human            0,  40,   400   Permanent aggravate monster.
  886. dead giant ant        0,   3,   p30
  887. dead giant bat        0,   3,    30   Confuses
  888. dead centaur          0,  50,   500
  889. dead dragon           0, 150, p1500   Makes you fire resistant.
  890. dead floating eye     0,   1,   s10   Gives you telepathy.
  891. dead freezing sphere  0,   1,    10   Makes you Cold resistant.
  892. dead gnome            0,  10,   100
  893. dead hobgoblin        0,  20,   200
  894. dead stalker          0,  40,   400   Gives you see invisible.
  895.                                       (Also invisibility if invisible?)
  896. dead jackal           0,  10,   100
  897. dead kobold           0,  10,  p100
  898. dead leprechaun       0,  40,  s400   Makes you teleport. 
  899. dead mimic            0,  40,   400   Mimic a treasure chest.
  900. dead nymph            0,  40,  s400   Makes you teleport. 
  901. dead orc              0,  20,  s200
  902. dead purple worm      0,  70,  s700
  903. dead quantum mechanic 0,  20,  s200   Makes you teleport.
  904. dead rust monster     0,  50,  s500
  905. dead snake            0,  10,  p100
  906. dead troll            0,  40,   400   [Best to eat this quickly! -PG]
  907. dead umber hulk       0,  50,  s500
  908. dead vampire          0,  40,  p400
  909.  
  910.  
  911. Name              Chance  Weight  Nutrition  Remarks
  912.  
  913. dead wraith           0,   1,    10   Gain level.
  914. dead xorn             0,  70,   700
  915. dead yeti             0,  70,   700   Cold resistance.
  916. dead zombie           0,   3,    30
  917. dead acid blob        0,   3,   p30   Try when turning to stone.
  918. dead giant beetle     0,   1,   p10
  919. dead cockatrice       0,   3,    30   If you want to be a statue.
  920.                                       (But may eat safely as a cockatrice.)
  921. dead dog              0,  20,   200   Aggravate monsters.
  922. dead ettin            0,   3,    30
  923. dead fog cloud        0,   1,    10
  924. dead gelatinous cube  0,  10,   100
  925. dead homunculus       0,  20,  p200
  926. dead imp              0,   1,    10
  927. dead jaguar           0,  30,   300
  928. dead killer bee       0,   1,   p10   Makes you poison resistant.
  929. dead leocrotta        0,  50,   500
  930. dead minotaur         0,   70,  700
  931. dead nurse            0,   40,  400   Aggravate monsters,heal wounds.
  932. dead owlbear          0,   70,  700
  933. dead piercer          0,   20,  200
  934. dead quivering blob   0,   10,  100
  935. dead giant rat        0,    3,   30
  936. dead giant scorpion   0,   10, p100   Same as killer bee.
  937. dead tengu            0,   30,  300   Makes you teleport.
  938. dead unicorn          0,   30, s300
  939. dead violet fungus    0,   10,  100   Cosmic indeed (Oh wow ).
  940. dead long worm        0,   50,  500
  941. dead xan              0,   30, s300
  942. dead yellow light     0,    1,   10   Confuses, May improve vision
  943. dead zruty            0,   60, s600
  944. dead giant            0,   70,  700   Strength++.
  945. dead daemon           0,   80,  800
  946.  
  947.  
  948. ________________________________________________________________________________
  949. WEAPONS.
  950.  
  951. AXE, SWORD, KATANA, and TWO-HANDED SWORD are good for worm-cutting.
  952. (PICK-)AXE, DAGGER, and CRYSKNIFE are good for tin-opening. 
  953. SPEAR is good against X, D, n, e.
  954.  
  955.   The damage is the maximum damage done by the weapon against that size of
  956. creature, not including damage modifiers.
  957.  
  958.  
  959. Name         Chance  Weight  Small/Large-damage
  960.  
  961. arrow             6,   0,  6,  6
  962. sling bullet      6,   0,  4,  6
  963. crossbow bolt     6,   0,  4,  6
  964. dart              6,   0,  3,  2
  965. shuriken          3,   0,  8,  6
  966. rock              4,   1,  3,  3
  967. boomerang         1,   3,  9,  9
  968. mace              6,   3,  6,  7 /* +1 small */
  969. axe               5,   3,  6,  4
  970. flail             5,   3,  6,  5 /* +1 small,  +1d4 large */
  971. long sword        5,   3,  8, 12
  972. two handed sword  4,   4, 12,  6 /* +2d6 large */
  973. dagger            4,   3,  4,  3
  974. worm tooth        0,   4,  2,  2
  975. crysknife         0,   3, 10, 10
  976. aklys             1,   3,  6,  3
  977. bardiche          1,   3,  4,  4 /* +1d4 small,  +2d4 large */
  978. bec de corbin     1,   3,  8,  6
  979. bill-guisarme     1,   3,  4, 10 /* +1d4 small */
  980. club              1,   3,  6,  3
  981. fauchard          1,   3,  6,  8
  982. glaive            1,   3,  6, 10
  983. guisarme          1,   3,  4,  8 /* +1d4 small */
  984. halberd           1,   3, 10,  6 /* +1d6 large */
  985. lucern hammer     1,   3,  4,  6 /* +1d4 small */
  986. javelin           1,   3,  6,  6
  987. katana            1,   3, 12, 12
  988. lance             1,   3,  6,  8
  989. morning star      1,   3,  4,  6 /* +d4 small,  +1 large */
  990. partisan          1,   3,  6,  6 /* +1 large */
  991. ranseur           1,   3,  4,  4 /* +d4 both */
  992. scimitar          1,   3,  8,  8
  993. spetum            1,   3,  6,  6 /* +1 small,  +d6 large */
  994. broad sword       1,   3,  4,  6 /* +d4 small,  +1 large */
  995. short sword       1,   3,  6,  8
  996. trident           1,   3,  6,  4 /* +1 small,  +2d4 large */
  997. voulge            1,   3,  4,  4 /* +d4 both */
  998. spear             4,   3,  6,  8
  999. bow               4,   3,  4,  6
  1000. sling             4,   3,  6,  6
  1001. crossbow          5,   3,  4,  6
  1002.  
  1003.   Enormous Rocks have an excellent chance of hitting, and will do 1-20
  1004. damage, but you must be a giant to wield them.
  1005.   Heavy Iron Balls will do 1-25 damage! (but are extremely heavy)
  1006.  
  1007.  
  1008. ________________________________________________________________________________
  1009. ARMOR.
  1010.  
  1011. Name           Chance   Weight   Ac
  1012.  
  1013. helmet              3,   1,  9
  1014. plate mail          5,   5,  3
  1015. splint mail         7,   5,  4
  1016. banded mail         9,   5,  4
  1017. chain mail         10,   5,  5
  1018. scale mail         10,   5,  6
  1019. ring mail          12,   5,  7
  1020.  
  1021.  The armors below do not rust.
  1022.  
  1023. studded leather    12,   3,  7
  1024. elfin chain mail    1,   1,  5
  1025. bronze plate mail   6,   5,  4
  1026. crystal plate mail  1,   5,  3
  1027. leather armor      15,   3,  8
  1028. elven cloak         5,   0,  9
  1029. shield              3,   0,  9
  1030. pair of gloves      1,   1,  9
  1031.  
  1032.  
  1033. ________________________________________________________________________________
  1034. SCROLLS.
  1035. Many scrolls give strange effects when confused or hallucinating.
  1036.  
  1037. Name          Chance   Remarks
  1038.  
  1039. enchant armor   6   Do not try more than a +4 armor or it might evaporate.
  1040. destroy armor   5
  1041. confuse monster 5
  1042. scare monster   4
  1043. blank paper     3
  1044. remove curse    6
  1045. enchant weapon  6
  1046. damage weapon   5
  1047. create monster  5
  1048. taming          1
  1049. genocide        2   Do not try genocide '@', or reading when confused.
  1050. light          10
  1051. teleportation   5
  1052. gold detection  4
  1053. food detection  1
  1054. identify       18
  1055. magic mapping   5
  1056. amnesia         3
  1057. fire            5
  1058. punishment      1
  1059.  
  1060.  
  1061. ________________________________________________________________________________
  1062. WANDS
  1063.  
  1064. NOTE: Some wands may be used on the user. Type "." for direction.
  1065.  
  1066. Name                  Chance
  1067.  
  1068. light                  10
  1069. secret door detection   5
  1070. create monster          5
  1071. wishing                 1   Actually this chance is even smaller.
  1072. striking                7
  1073. nothing                 2
  1074. slow monster            5
  1075. speed monster           5
  1076. undead turning          5
  1077. polymorph               5   Use it on wands and you might find another.
  1078. cancellation            5   Do not zap this wand on items.
  1079. teleportation           5
  1080. make invisible          7
  1081. probing                 2
  1082. digging                 5
  1083. magic missile          10
  1084. fire                    5
  1085. sleep                   5
  1086. cold                    5
  1087. death                   1   Use with care, it might bounce.
  1088.  
  1089.  
  1090. ________________________________________________________________________________
  1091. SPELLS
  1092.  
  1093. NOTE: These spells are for nethack only.
  1094.  
  1095. Level is the difficulty of learning the spell, and its point cost.
  1096. It is harder to transcribe spells before the user is 7th level.
  1097.  
  1098. Name            Chance  Level.
  1099.  
  1100. sleep               6   1
  1101. healing             6   1
  1102. detect monsters     5   1
  1103. light               5   1
  1104. force bolt          4   1
  1105. confuse monster     5   2
  1106. detect food         5   2
  1107. slow monster        4   2
  1108. magic missile       4   2
  1109. create monster      4   2
  1110. cure blindness      3   2
  1111. cause fear          4   3
  1112. cure sickness       3   3
  1113. detect unseen       4   3
  1114. charm monster       3   3
  1115. extra healing       3   3
  1116. haste self          3   3
  1117. detect treasure     3   4
  1118. invisibility        3   4
  1119. levitation          3   4
  1120. fireball            2   4
  1121. restore strength    2   4
  1122. dig                 2   5
  1123. magic mapping       2   5
  1124. remove curse        2   5
  1125. cone of cold        1   5
  1126. identify            1   5
  1127. teleport away       2   6
  1128. create familiar     1   6
  1129. polymorph           1   6
  1130. turn undead         1   6
  1131. cancellation        1   7
  1132. finger of death     1   7
  1133. genocide            1   7
  1134.  
  1135.  
  1136. ________________________________________________________________________________
  1137. RINGS.
  1138.  
  1139. Rings all weigh 1.
  1140.  
  1141. Name
  1142.  
  1143. adornment
  1144. teleportation
  1145. regeneration
  1146. searching
  1147. see invisible
  1148. stealth
  1149. levitation
  1150. poison resistance
  1151. aggravate monster
  1152. hunger
  1153. fire resistance
  1154. cold resistance
  1155. protection from shape changers
  1156. conflict
  1157. gain strength
  1158. increase damage
  1159. protection
  1160. warning
  1161. teleport control
  1162. polymorph             [These last two are additions as of NetHack 2.2 -PG]
  1163. polymorph control
  1164.  
  1165.  
  1166.  
  1167. ________________________________________________________________________________
  1168. GEMS.
  1169.  
  1170. Name              Chance  Pecunia
  1171.  
  1172. dilithium crystal   1,    4500
  1173. diamond             1,    4000
  1174. ruby                1,    3500
  1175. sapphire            1,    3000
  1176. emerald             1,    2500
  1177. turquoise           1,    2000
  1178. aquamarine          1,    1500
  1179. tourmaline          1,    1000
  1180. topaz               1,     900
  1181. opal                1,     800
  1182. garnet              1,     700
  1183. amethyst            1,     650
  1184. agate               2,     600
  1185. onyx                2,     550
  1186. jasper              2,     500
  1187. jade                2,     450
  1188.  
  1189.  
  1190. ITEM EFFECTS:
  1191.  
  1192. Scrolls: (Effects when the user is not confused)
  1193.  
  1194. enchant armor (weapon) - Gives the armor (weapon) a +1 bonus. 
  1195.  
  1196. destroy armor - Destroy the user's worn armor.
  1197.  
  1198. confuse monster - The user will confuse the next monster he hits.
  1199.  
  1200. scare monster - The scroll has two uses:
  1201.  
  1202.    1) If read, all monster in sight will run in terror from the user.
  1203.    2) If dropped on the ground, no monster may attack the user in hand
  1204.         to hand combat so long as he remains standing on the scroll.
  1205.         If the user attempts to pick up the scroll after he has dropped
  1206.         it, it disintegrates.
  1207.  
  1208. blank paper - The user may write on the paper in magic marker, and create a 
  1209.               scroll. Write the name of a scroll you have already found.
  1210.  
  1211. remove curse - All cursed items wielded or worn are uncursed.
  1212.  
  1213. damage weapon - The weapon has a -1 penalty cast upon it.
  1214.  
  1215. create monster - A monster appears next to the character.
  1216.  
  1217. taming - Any creature next to the user becomes the user's pet.
  1218.  
  1219. genocide - The user may destroy any one type of monster.
  1220.  
  1221. light - If read in a room, the room is now lit.
  1222.  
  1223. teleportation - The user teleports to a (random) location on the level.
  1224.  
  1225. gold detection - Displays all gold on the level.
  1226.  
  1227. food detection - Displays all food on the level.
  1228.  
  1229. identify- The user may identify items in his possession.
  1230.  
  1231. magic mapping - maps the level.
  1232.  
  1233. amnesia - User loses all spells, maps and knowledge of what items are.
  1234.  
  1235. fire - User loses 1-6 h.p., and may lose some flammable material.
  1236.  
  1237. punishment - The user is cursed with a heavy iron ball.
  1238.  
  1239.  
  1240. --------------------------------------------------------------------------
  1241. Wands: (D) indicates the user must specify a direction.
  1242.  
  1243. light - Acts as a scroll of light when zapped.
  1244.  
  1245. secret door detection - All secret doors in sight of the user of found.
  1246.  
  1247. create monster - Acts as a scroll of create monster.
  1248.  
  1249. wishing - The user may wish for an item. This is discussed under
  1250.           "WISHING FOR OBJECTS"
  1251.  
  1252. striking - (D) The user gets a ranged attack on any creature or object it is
  1253.            pointed at.
  1254.  
  1255. nothing - This wand does nothing when zapped.
  1256.  
  1257. slow monster - (D) The monster's speed is halved. Not cumulative.
  1258.  
  1259. speed monster - (D) The monster's speed is doubled. The user gains Speed.
  1260.  
  1261. undead turning - (D) If zapped at undead creatures, they run in fear.
  1262.                  If zapped at a dead monster, it is brought back to life.
  1263.  
  1264. polymorph - (D) The user changes the target(s). This is discussed further
  1265.             under POLYMORPHING YOURSELF AND YOUR ITEMS.
  1266.  
  1267. cancellation - (D) The target loses any special abilities. If the target had or
  1268.                was a magic object, it loses any magic pluses and charges.
  1269.  
  1270. teleportation - (D) Teleports the target (randomly).
  1271.  
  1272. make invisible - (D) Makes the target invisible.
  1273.  
  1274. probing - (D) Displays the stats of any monster it is pointed at.
  1275.  
  1276. digging - (D) Digs a hole in walls in the direction the wand is pointed.
  1277.  
  1278. magic missile,fire,cold,death,sleep - (D) Fires a bolt of that type in the
  1279.         direction indicated. Death will kill any creature it hits,
  1280.         while sleep will sleep any creature it hits.
  1281. _________________________________________________________________________
  1282. Rings:
  1283.  
  1284. adornment - No effect, other than its value.
  1285.  
  1286. teleportation - Bestows intrinsic teleportation. [But not control! -PG]
  1287.  
  1288. regeneration - The user heals one hit point per turn. Note: This ring makes
  1289.         the user become hungrier 5 times as quickly. Also, at high 
  1290.         levels the rings SLOWS DOWN your regeneration.
  1291.  
  1292. searching - The user performs a free "s" command each turn.
  1293.  
  1294. see invisible - The user can see all invisible objects and creatures.
  1295.  
  1296.  
  1297. stealth - The user will not wake up sleeping monsters, unless he attacks them.
  1298.  
  1299. levitation - The user floats off the ground, and can neither move or fall down,
  1300.              nor can he pick up items. He is immune to pit traps, trap doors
  1301.              and water spaces, and can carry more items up stairs.
  1302.  
  1303. poison resistance - The user is unaffected by poison. (But watch out for 
  1304.                     biologically contaminated orange juice).
  1305.  
  1306. aggravate monster - All monsters will be awake and angry at the user.
  1307.  
  1308. hunger - The user becomes hungrier 5 times as quickly.
  1309.  
  1310. fire resistance - The user is immune to fire.
  1311.  
  1312. cold resistance - The user is immune to cold.
  1313.  
  1314. protection from shape changers - All shape changers appear as a ":", and can
  1315.                                  not change shape.
  1316.  
  1317. conflict - All creatures will attack the creature closest to themselves. 
  1318.            Great at treasure zoos.
  1319.  
  1320. gain strength - The user's strength is increased.
  1321.  
  1322. increase damage - The user's damage is increased.
  1323.  
  1324. protection - The user gains a bonus on his A.C.
  1325.  
  1326. warning - The ring will glow when a monster is generated.
  1327.  
  1328. teleport control - The user may choose, when he teleports, where he wishes to
  1329.                    go to.
  1330.  
  1331. POTION MESSAGES
  1332. Potions may be quaffed, or thrown. If a potion is thrown down (">" for
  1333. direction), the message listed next to Vapor is received.
  1334.  
  1335.  Name          Message(s)
  1336.  
  1337. restore strength   Wow!  This makes you feel great!
  1338.                    ... looks sound and hale again!   (Thrown to monster)
  1339.  
  1340. gain energy    Magical energies course through your body.
  1341.                You feel feverish.   (Confused)
  1342.  
  1343. booze  Ooph!  This tastes like liquid fire!
  1344.        You feel somewhat dizzy.  (Vapor)
  1345.  
  1346. invisibility  Gee!  All of a sudden, you can't see yourself.
  1347.               For an instance you couldn't see your right hand.(Vapor)
  1348.               You feel rather airy. (Blinded)
  1349.  
  1350. fruit juice    This tastes like fruit juice.
  1351.  
  1352.  
  1353. healing  You begin to feel better.
  1354.          ... looks sound and hale again! (Thrown to monster)
  1355.  
  1356. paralysis  Your feet are frozen to the floor!
  1357.            Something seems to be holding you. (Vapor)
  1358.            You are motionlessly suspended. (Levitated)
  1359.  
  1360. monster detection  You sense the presence of monsters.
  1361.                    You feel threatened. (No monsters)
  1362.  
  1363. object detection  You sense the presence of objects.
  1364.                   You sense the presence of objects close nearby.
  1365.                   You feel a pull downward. (No objects)
  1366.  
  1367. sickness  Yech! This stuff tastes like poison.
  1368.           ... looks rather ill. (Thrown to monster)
  1369.  
  1370. confusion  Huh, What?  Where am I?
  1371.            What a trippy feeling. (Hallucinating)
  1372.            You feel somewhat dizzy. (Vapor)
  1373.  
  1374. gain strength  Wow do you feel strong!
  1375.                ... looks sound and hale again! (Thrown to monster)
  1376.  
  1377. speed  You are suddenly moving much faster.
  1378.        Your knees seem more flexible now. (Vapor)
  1379.        Your legs get new energy. (Fast)
  1380.  
  1381. blindness  A cloud of darkness falls upon you.
  1382.            It suddenly gets dark. (Vapor)
  1383.            Bummer!  Everything is dark!  Help! (Hallucinating)
  1384.  
  1385. gain level  You feel more experienced.
  1386.  
  1387. extra healing  You feel much better.
  1388.                ... looks sound and hale again! (Thrown to monster)
  1389.  
  1390. levitation  Oh wow!  You're floating in the air! (Hallucinating)
  1391.  
  1392. hallucination  Oh wow!  Everything looks so cosmic!
  1393.                You have a vision for a moment. (Vapor)
  1394.  
  1395. holy water  You feel full of awe.
  1396.             This burns like acid.  (When you are 'Z','V','W' or '&')
  1397.             ... shrieks in pain!  (Thrown to 'Z','V','W',' ' or '&')
  1398.  
  1399.  
  1400. EFFECTS OF SCROLLS WHEN CONFUSED:
  1401.  
  1402. enchant armor - armor glows silver, and is now rust proof.
  1403. destroy armor - armor is rustable.
  1404. confuse monster - Normal effect.
  1405. scare monster - aggravate monster
  1406. blank paper - Normal effect.
  1407. remove curse - curses item
  1408. enchant weapon - weapon is now rust proof.
  1409. damage weapon - weapon is now rustable
  1410. create monster - surrounds the user with eight acid blobs ("a").
  1411. taming - tames EVERY creature in sight. (fun for treasure zoos)
  1412. genocide - kills all @. (including you)
  1413. light - room is now not lit.
  1414. teleportation - the user is teleported to a random level.
  1415.                 If the user has teleport control, he may choose the level.
  1416. gold detection - see fake gold
  1417. food detection - see fake food
  1418. identify - identifies the scroll as an identify scroll
  1419. magic mapping - gives random spaces of the map
  1420. amnesia - you forget how to read.
  1421. fire - you burn your hands.
  1422. punishment - ?
  1423.  
  1424.  
  1425. Extended commands:
  1426.  
  1427. #dip
  1428.     Dip arrows or darts in the potion and if it was a potion of:
  1429.     Sickness or Paralysis --> your dipped weapon gets stronger.
  1430.     Holy water --> your weapon gets blessed and is better in use against the
  1431.                    undead.
  1432.     Note that this uses up the potion, just like quaffing it.
  1433.  
  1434. #pray
  1435.     You can pray 300 turns after you last prayed (1000 if a demigod).
  1436.     However, you can wait too long between prayers. You can also use the
  1437.     "time" option to see how much time has passed. Terrible things may happen
  1438.     if you pray too soon, so be sure that your time has come. Possible
  1439.     effects include having your strength, hit points and hunger restored,
  1440.     with 5 additional hp; gaining an intrinsic power; gaining an item,
  1441.     and becoming the hand of Elbereth (good luck). The negative effects
  1442.     of praying too soon are left to the player to discover.
  1443.  
  1444. #sit
  1445.    Use this command while you are on an throne (\).  You might get a wish
  1446.    (Chance 1 in 86), but also you can lose your gold or your possessions get
  1447.    cursed or identified!! [I don't know what the author meant by your
  1448.    possessions getting identified. This sounds like a good thing to me. -PG]
  1449.  
  1450. #wipe
  1451.    Clean your face when dirty.
  1452.  
  1453. #breathe
  1454.    First polymorph yourself in a Dragon. Then you can breathe fire.
  1455.  
  1456. #remove
  1457.     First polymorph into a Nymph. Then you can remove iron balls.
  1458.  
  1459. SPECIAL NOTES FOR HACK:
  1460.  
  1461. LUCK:
  1462.     Luck is used in many different features of hack. In particular, luck
  1463.   is used in combat to determine whether the user and his opponent hit, and
  1464.   how much damage is done. Luck is also used when praying, and in using
  1465.   wands of wishing.
  1466.     Luck begins at 0, and increases or decreases as the game goes on. The
  1467.   higher the user's luck, the luckier he is. The maximum luck is usually 10
  1468.   (although this changes with the phases of the moon in some versions). The 
  1469.   minimum luck is -10.
  1470.     The user should try to be aware of two basic ways of modifying his luck.
  1471.   The first is that killing any tame creature (such as your dog), and killing
  1472.   any human (such as a shopkeeper) will result in the user's luck being
  1473.   drastically reduced. The second is that if the user throws a gem at a
  1474.   unicorn, his luck will be increased. It is the latter that we will discuss
  1475.   in depth.
  1476.  
  1477.  
  1478.     First, the gem must be an actual gem, and not a piece of colored glass. 
  1479.   Also, if the gem has been identified as being real, then the increase in
  1480.   the user's luck will be much greater than if the gem the was unidentified. 
  1481.   More importantly, it is fairly difficult to get into a position to throw
  1482.   a gem at a unicorn, since the unicorn will never move into such a space.
  1483.   Should the unicorn be forced to move into such a space, it will teleport to
  1484.   another space on the level. 
  1485.     There are numerous methods to circumvent this. One method is to quaff
  1486.   a haste potion, and simply walk next to it during the user's "free" move.
  1487.   Another, more more useful method, is to get a teleport control ring and
  1488.   teleport next to the unicorn (or along a line of sight). The unicorn does
  1489.   not have a chance to move away, since teleporting does not count as a turn
  1490.   for movement purposes. The latter method is more common, since telepor-
  1491.   tation is (can be) intrinsic to the character, and teleport control is a
  1492.   necessity.
  1493.     One method to trap the unicorn, so that the user can move next to it
  1494.   without the use of ^T is the following: 
  1495.  
  1496.     Unicorns in rooms only move diagnolly, and will only teleport if a move
  1497.   is impossible. Hence you can restrict the unicorn to two spaces as shown
  1498.   below:
  1499.  
  1500.     |.....
  1501.     |..@..
  1502.     |1....
  1503.     |.2...
  1504.     ------
  1505.     The unicorn will only move in the spaces marked 1 and 2, and will not
  1506.   teleport away. This allows the user to teleport freely next to the unicorn.
  1507.  
  1508. THE LITTLE DOG:
  1509.    To me, the most interesting (although by far not the most useful) feature
  1510. of hack is the little dog, and the way tame creatures work in general in hack.
  1511. If the user wishes to try to make use of his pet, he should be aware of its
  1512. abilities, limitations and its intelligence (or lack thereof).
  1513.    The dog is friendly towards the user, and will tend to follow him around
  1514. the dungeon. However, the dog, like the user, requires food to live. The dog
  1515. can eat every non-poisonous substance safely, and will not eat tainted meat.
  1516. Under normal circumstances, the dog will not eat food rations, fruit and
  1517. other "human" foods.
  1518.    The dog goes through three stages of development: little dog, dog and
  1519. large dog. In fact, the dog actually goes through more, but they are divided
  1520. equally into these three classes. All dogs may attack twice per turn, and move
  1521. two spaces per turn (i.e. they are hasted). Dogs will do about 1-6 points of 
  1522. damage per hit, so they can do 2-12 points of damage per round. A hasted dog
  1523. can be quite vicious.
  1524.    The dog improves by gaining experience from killing monsters, just as the
  1525. character does. The dog, however, is limited to level 6, and about 85 hp, so
  1526. the dog cannot become as powerful as the character. However, initially,
  1527. the dog can be much better than the character at killing creatures, and so can
  1528. be useful for low-level characters as a guard dog.
  1529.    If the user goes up or down levels for any reason, then if the dog is on
  1530. a space adjacent to the character, he will change levels with the user. But
  1531. if the dog is not on an adjacent space, he is stranded on the old level.
  1532.  
  1533.  
  1534.    When a dog becomes stranded, he becomes wild. The user may also find other
  1535. wild dogs in the dungeon. A wild dog will attack the user like any other
  1536. monster. However, the dog will be tamed if the user throws any food (except
  1537. fruit) at the dog. The dog will then "devour" the food, and is from then on
  1538. the pet of the user. Note, also, that the user is not limited to one pet, but
  1539. may tame as many pets as he wishes.
  1540.    A pet has other abilities as well. The first is that the pet will tend
  1541. not to walk over cursed items. This gives the user a cheap test to see if an
  1542. item is cursed. In addition, the dog will pick up items that he finds, and 
  1543. bring them to the user. 
  1544.    Finally, the dog will stay closer to the user if the user has a tripe
  1545. ration.
  1546.  
  1547. GHOST LEVELS:
  1548.   Occasionally, when a character dies, hack will save the level he died
  1549. on for future use. This level is called a ghost level, and the reader is
  1550. bound to find one sooner or later. Everything on the level will be exactly
  1551. as it was when the character died, with one addition. The old character's
  1552. ghost is also on the level. Ghosts, although hard to kill, can do almost no
  1553. damage. The nice thing about ghost levels is that all of the old character's
  1554. items are in one pile on the space the character died. It is a simple matter
  1555. to get these items.
  1556.   In fact, the hardest thing about ghost levels is that usually whatever
  1557. killed the old character is powerful enough to kill the new character as
  1558. well. There can be multiple ghost on one level. I recall one level
  1559. which had three cockatrices and five ghosts.
  1560.   Fortunately, ghost levels are eventually cleared by the program after
  1561. a certain period of time, so the user does not have to worry to much about
  1562. them in general.
  1563.  
  1564.  
  1565. WISHING FOR OBJECTS:
  1566.   Near the end of the game, the user will find wands of wishing. When 
  1567. these are zapped, the user is asked to wish for an item. One of the most 
  1568. frustrating things in hack is when a beginning player can not figure out 
  1569. what the exact name of the item he wants to wish for is. Here is how wishing
  1570. is accomplished.
  1571.   In the previous item list, the name of the object is the name the user
  1572. gives hack to wish for that item, not including the number wished for, and
  1573. the plus of the item (when wishing for weapons or armor). The general
  1574. format is:
  1575.  
  1576.   <# wished for><plus of item><name of item>
  1577.  
  1578. The user can NEVER wish for more than 3 of any item, or for an item with
  1579. magical plus greater than +3.
  1580.  
  1581. Example:   To wish for 3 potions of gain level, the user would type
  1582.            "3 potions of gain level"
  1583.  
  1584.            To wish for a +3 elven cloak,
  1585.            "+3 elven cloak"
  1586.  
  1587. [Note that if the program can't understand what you want, it will make
  1588.  a random selection. -PG]
  1589.  
  1590.  
  1591. THE CHARACTERS OF HACK:
  1592.  
  1593. ARCHAEOLOGIST: (or Spelunker)
  1594.   This character has a passion for the exploration of the unknown. But
  1595. don't let those spectacle deceive you. believe that mild mannered exterior
  1596. lies a character as tough as the Sahara. The Archaeologist begins with a
  1597. pick axe, and a large box for storing his lunch.
  1598.    Favorite dog names : Caesar, Rama Tut, Troy
  1599.    Special abilities : Speed
  1600.    Special items : pick axe, large box
  1601.  
  1602. TOURIST:
  1603.    Always cheerful, the tourist has always wanted to see the sights
  1604. in the Dungeon of Doom. Although the weakest of the characters, he is ready
  1605. ready to have a ball. He has his picnic lunch, his wallet, his ever ready
  1606. camera and his custom made darts (just in case there's a pub down there.)
  1607. The camera also has the Fisso-Blast Nuclear Flash Bulb, making night into
  1608. solar flare and blinding any creature to stupid enough to let its picture
  1609. be taken. Let's hope you remembered the leash.
  1610. The tourist: He may not be strong, but he sure isn't hungry.
  1611.    Favorite dog names : Spot, Rover, Fluffy
  1612.    Special abilities : None
  1613.    Special items : expensive camera, leash
  1614.  
  1615. FIGHTER: [Changed to BARBARIAN with NetHack 2.2 -PG]
  1616.    You heard that the Dungeon was a real challenge, but you heard that 
  1617. kind of talk before. Before you whip out your sword that is. It's not that
  1618. accurate, but if it hits, you can kiss that baby goodbye. Rough and tough,
  1619. with a sword the size of the Sears building, this character is a foe to be 
  1620. reckoned with.
  1621.    Favorite dog names : Spartan, Killer, Fluffy (don't laugh)
  1622.    Special abilities : None
  1623.    Special items : None
  1624.  
  1625. KNIGHT:
  1626.    Some people have called you a coward and a wimp because you wear so
  1627. much armor, and you're not very strong. But then again, they're dead and
  1628. you're not. After all, as long as you've got the armor available, why not
  1629. use all at once. Plus you know a few tricks when it comes to turning undead.
  1630. When it comes right down to it, a fellow can't be too careful.
  1631.    Favorite dog names : Arthur, Lancelot, Sir Robin 
  1632.    Special abilities : Turn undead
  1633.    Special items : None
  1634.  
  1635. CAVE-MAN:
  1636.    FOOD! It is the way of life. Food is good. Raw. The big cave has much
  1637. food. Has funny trinket too. You kill food with bow and club. You kill food
  1638. with bare hands. You kill food with mean glance. Smash anything in your way.
  1639. You may be hungry, but you sure are strong.
  1640.    Favorite dog names : DOG, WOOF, FOOD
  1641.    Special abilities : None
  1642.    Special items : None
  1643.  
  1644.  
  1645. SAMURAI:
  1646.    Your honor is at stake. You must recover the sacred amulet, or die 
  1647. trying. The ancient fighting skills of all your warlord ancestors are yours
  1648. to command, as is your mighty katana. You are quicker than your foes, and 
  1649. strong, and will defeat the evil creatures in your path.
  1650.    Favorite dog names : Sun-Tzu, Rising Sun, Tsunami
  1651.    Special abilities : Speed
  1652.    Special items : None
  1653.  
  1654. NINJA:
  1655.    None can hear you come, and none can warn your passing. Silent as the
  1656. night and deadly as a cobra, you stalk your prize in the fabled dungeon. Your
  1657. katana can dispatch the weak, and your stealth will allow you to pass the 
  1658. strong. Quicker than your foes, the prize is as good as yours. The ninja
  1659. never fails. 
  1660.    Favorite dog names : Swift-wind, Night blade, Sushi
  1661.    Special abilities : Speed, Stealth
  1662.    Special items : None [Blindfold, as of NetHack 2.2 -PG]
  1663.  
  1664. PRIEST:
  1665.    You are on a holy quest to recover the sacred relic from the hands
  1666. of the evil in the Dungeon. With the power of God, you will turn the undead
  1667. monstrosities, and venture into the bowels of the earth. You know a little
  1668. magic as well. If only you had remembered the holy hand grenade.
  1669.    Favorite dog names : Jonah, Samson, Gabriel
  1670.    Special Abilities : Turn undead
  1671.    Special items : None
  1672.  
  1673. VALKYRIE:
  1674.    Fabled warrior of Norse legend, you enter the halls to do battle with
  1675. the creatures of the dungeon. You wield your mighty spear, and use your 
  1676. quickness and fighting skills to defeat your terrible foes. You are tough,
  1677. and are used to the frigid winters of Frygia. Glory in the battle to come!
  1678.    Favorite dog names : Thor, Odin's Blood, Balder
  1679.    Special Abilities : Cold resistance
  1680.    Special items : None
  1681.  
  1682. ELF:
  1683.    How silly to take something like the Dungeon so seriously. After all,
  1684. how can any of those nasty creatures catch you, let alone escape your bow?
  1685. Besides, you're pretty sneaky, and have really good eyesight.You may as well 
  1686. get the amulet, and then think of something else that would be fun to do. 
  1687.    Favorite dog names : Happy, Hee-Hee, Keebler
  1688.    Special Abilities : Stealth, Speed
  1689.    Special Items : None
  1690.  
  1691. HEALER:
  1692.    As a doctor, you live to heal those in need. You also wouldn't mind
  1693. making a lot of money. Stethoscope in hand, you venture bravely into the
  1694. darkness of the dungeon. You were vaccinated, just in case, and have your 
  1695. poison antidotes ready. You may be a healer, but you wouldn't mind kicking
  1696. some butt down here.
  1697.    Favorite dog names : Casey, Kildare, Quincy
  1698.    Special Abilities : Poison resistance
  1699.    Special Items : Stethoscope
  1700.  
  1701.  
  1702. WIZARD:
  1703.    The mighty one, who wields the forces few can guess at. With your
  1704. powerful magical items, magical spells and good teleportational potential,
  1705. the denizens of this dungeon will bow before you power. Either the weakest
  1706. or most powerful of characters, the wizard is in a class by himself.
  1707.    Favorite dog names : Gandalf, Merlin, Skeeve
  1708.    Special Abilities : Better with spells, teleport and magic whistles
  1709.    Special Items : None [Possibly Magic Marker and Blindfold, as of
  1710.                          NetHack 2.2 -PG]
  1711.  
  1712.  
  1713. POLYMORPHING YOURSELF AND YOUR ITEMS (and other masochistic pastimes):
  1714. NOTE: The following only applies to nethack, and certain updated versions
  1715. of hack.
  1716.  
  1717.   The user should be aware that he is able in some versions to cast
  1718. polymorph on himself and on objects, as well as on monsters. 
  1719.   To polymorph yourself (and, in fact, to cast any spell on yourself), you
  1720. type "." for the spell's direction. Polymorphing yourself results in the
  1721. character becoming some type of monster. The character's hit points will be
  1722. reduced to conform with the monster type, and the character will gain all
  1723. abilities of the monster he is. 
  1724.   Be forewarned, however, that any armor you are wearing when you polymorph
  1725. may be destroyed, and that non-humanoid monsters can not wear armor or wield
  1726. weapons, in addition to there more limited hit points. Polymorphing is not
  1727. for everyone.
  1728.   To polymorph an object, simply drop the object, and polymorph in the
  1729. direction of the object, as if it were a monster. Objects are polymorphed
  1730. into random objects of the same type. For instance, a food ration can be
  1731. polymorphed into a carrot, a tripe ration, or any other comestible. The
  1732. only exception is that rocks are polymorphed into gems.
  1733.   The uses for this become quite clear after some thought on the readers part.
  1734. For instance, useless items can be transformed into more powerful ones. In
  1735. particular, polymorphing wands has its own special side effects.
  1736.  
  1737.  
  1738. THE LEVELS BEYOND 26 (not for hack v1.0)
  1739.  
  1740.   Once the user has reached level 26, he should be prepared to win the game.
  1741. However, finding the amulet is by no means easy, if you don't know where to 
  1742. look. Rather than tell the user how to find the amulet and wands of wishing,
  1743. we will only give the following advice.
  1744.  
  1745. Through the halls
  1746. the dungeon calls
  1747. for the hero to check the walls.
  1748.  
  1749. For not in sight
  1750. is the wand of might,
  1751. but instead in a spot quite tight.
  1752.  
  1753. Blast asunder
  1754. to receive the plunder
  1755. by pushing once, and looking under.
  1756.  
  1757. The last you seek
  1758. in a place quite bleak
  1759. and of brimstone it does reek.
  1760.  
  1761. Your quest now nigh
  1762. Beware, or fry,
  1763. If from fire you can die.
  1764.  
  1765. Give not a care
  1766. to lack of stair
  1767. but go directly to His lair.
  1768.  
  1769. To His home
  1770. you must now roam,
  1771. though surrounded by brine and foam.
  1772.  
  1773. A protective coat
  1774. is his moat
  1775. above this trap you must float.
  1776.  
  1777. And then you run
  1778. up towards the sun
  1779. and claim victory with a prize well won.
  1780.  
  1781.  
  1782. STRATEGIES OF HACK:
  1783.    The following is is a discussion of the various strategies used by 
  1784. hack players, and some helpful advice from Erik Lauer, our resident hack
  1785. expert.
  1786.  
  1787. OVERALL STRATEGIES
  1788. The blitz strategy:
  1789.    This strategy is to blitz down as far as possible, taking only enough 
  1790. time to find the items on the level and collect them. This particular
  1791. strategy is usually used by more inexperienced players who want to see how
  1792. far they can get in a certain amount of time. In fact, it is surprisingly
  1793. easy to go down levels, at least to the 26th level, even with a character
  1794. who is not very powerful. It is equally easy, however, to go to a level
  1795. with creatures far beyond your ability to reckon with, so care must be
  1796. taken to ensure this does not happen.
  1797.  
  1798. The "snail's pace" strategy:
  1799.    Here the player will only go down when he is running low on food. This
  1800. allows the player to develop as much as possible before encountering the 
  1801. harder creatures on the next level. This strategy has a few intrinsic problems.
  1802. One is that it is extremely easy to run too low on food if the player is not
  1803. careful. Another is that this takes a very long time, and so is only for the
  1804. truly patient. Finally, there is a point of diminishing returns, sometime
  1805. around when the cockatrices first appear, that it is no longer profitable to
  1806. fudge around on the upper levels.
  1807.    The best overall strategy is somewhere in between the two, and is based
  1808. primarily on what you find available.
  1809.    Although overall strategy is important, the most important thing in hack
  1810. is based on a simple idea:
  1811.  
  1812.    Hack is a game for opportunists.
  1813.  
  1814.    That is, as hack has grown, and more options become available to the
  1815. player, every little detail presents a potential tool for the observant
  1816. player. This has become increasingly true as hack expanded into nethack.
  1817.    Try to find a use for everything you find. I read an article once in
  1818. which the writer denounced the destroy armor scroll as totally worthless.
  1819. He had never thought that he could use it to destroy cursed armor also,
  1820. and so made his game that much harder. 
  1821.  
  1822.    If you can do this, then you can win the game.
  1823.  
  1824. SPECIFIC HINTS ON VARIOUS PARTS OF HACK:
  1825.  
  1826. Stores:
  1827.    This section presents probably the most useful thing in hack : the
  1828. store. The secret to stores does not lie in the buying of items, however.
  1829. The real secret lies in robbing them blind.
  1830.    There are probably as many ways to steal from shops as there are 
  1831. shopkeepers. The most common is to acquire teleportation, on a scroll, wand,
  1832. or intrinsically, pick up everything you can in the shop, and teleport out.
  1833. Another method is to polymorph the shopkeeper. He may become more powerful,
  1834. but it is not very likely. You can then walk past him. Another possibility
  1835.  
  1836.  
  1837. is to kill the shopkeeper. This is recommended only if you are powerful
  1838. (shopkeepers are not wimps), and either desperate or just plain sadistic.
  1839. Finally, you can steal individual items by having your dog go into the shop
  1840. and bring them out. [Reward your dog after he brings you the first item,
  1841. and he will continue bringing you items. Note that any item on the space
  1842. directly in front of the door is a freebie. -PG]
  1843.    Teleportation is the best method by far. Since it is very to find a
  1844. leprechaun on the first and second levels, it is highly recommended that
  1845. you eat one, and thereby gain intrinsic teleportation. The same in fact goes
  1846. for finding floating eyes to gain telepathy. [Having intrinsic teleportation
  1847. isn't always a good thing, unless you can control it -PG]
  1848.  
  1849. Kops:
  1850.    The Keystone Kops were an addition to nethack, originally intended to
  1851. hinder people who rob shops. When a shop is robbed, a number of "K"'s appear.
  1852. The Kops attack by throwing cream pies at you, and regenerate when they are 
  1853. killed. 
  1854.    However, the Kops in fact represent yet another aspect of hack which
  1855. the observant player can make excellent use of. The Kops are very easy to
  1856. kill, and do very little damage. Although you can be blinded by a cream pie,
  1857. since it is very easy to acquire telepathy, this is definitely not a
  1858. hindrance. Most importantly, since every Kop carries a large number of
  1859. cream pies, they also create an abundance of readily available food. Finally,
  1860. since Kops sometimes carry magic items, killing them gives the user hoards
  1861. of treasure. Regeneration is, therefore, just a bonus, because it means
  1862. your supplies of food, treasure and experience points will not run out.
  1863.    There is only one way the Kops can hurt a player who is even moderately
  1864. powerful, but it should not be taken lightly. If the Kops throw a cream pie
  1865. at you, but miss and hit the shopkeeper, the shopkeeper will get mad and
  1866. attack you. This means that you must trap the shopkeeper if you do not
  1867. want him getting in the way. The best way is to trap yourself and the
  1868. shopkeeper with a boulder in the shop. Then, when you teleport out, the
  1869. shopkeeper is alive, but trapped.
  1870.  
  1871. Food:
  1872.    Once you have mastered combat, you will find that food becomes the
  1873. main problem. If you do not continually eat food, you will eventually begin
  1874. to faint and starve. Fainting is often enough to kill a character by itself.
  1875.    The key is to hunt down food constantly. Hunt, kill and eat all the
  1876. edible creatures you can find. ALWAYS search for monsters which can give
  1877. you special abilities. In particular, before continuing below the second
  1878. level you should find and eat, if possible, a leprechaun and a floating
  1879. eye. [See my earlier comment on eating leprechauns. -PG]
  1880.    However, do not eat so much that you could not eat any more. The
  1881. reason is that if you are on the verge of choking, and kill, for example,
  1882. a wraith, you would not be able to eat the cadaver for a long time, and so
  1883. it might spoil before you get the chance.
  1884.  
  1885. Unidentified items:
  1886.    Yet another key point is to find out as quickly as possible which
  1887. items have which powers. This does not mean, however, that you should
  1888. try every item out the instant you get it.
  1889.    We will deal with the different items separately.
  1890.  
  1891.  
  1892. Potions :
  1893.    You should almost never test out potions until you are at least seventh
  1894. level, at full hit points and are on a cleared level. If you are not
  1895. seventh level, you run the risk of wasting a potion of gain level. If you
  1896. are not at full hit points, then should you quaff a healing potion, it will
  1897. not affect your maximum hit points. If there are creatures nearby, you run
  1898. the risk of being paralyzed or confused, and unable to defend yourself.
  1899.    Lastly, always test your duplicate potions first.
  1900.  
  1901. Scrolls :
  1902.    You should only test out scrolls when you are wearing a spare set of
  1903. armor and are wielding a spare weapon. This allows you to not risk your good
  1904. equipment on determining which scrolls are the destroy armor and damage
  1905. weapon scrolls. Of course, once one of these have been found, you no longer
  1906. have to take precautions against it. You also should wait until you have
  1907. something to identify, in case it is an identify scroll. You won't have to 
  1908. wait long. And, as with potions, check the duplicate scrolls first.
  1909.  
  1910. Rings :
  1911.    Rings should be identified first, since they are the hardest thing
  1912. to identify, aside from gems. Trying on unidentified rings is not encouraged,
  1913. as one cursed ring can ruin the game. If you have a scroll of remove curse,
  1914. it is safe to try on the ring. You can check it out if there is a Nymph on 
  1915. the level. That is dealt with later. [If you have several unidentified
  1916. rings, (or armor or weapons) try them all until you have on as many
  1917. cursed items as possible. This will allow you to de-curse as many as
  1918. possible with one scroll. -PG]
  1919.  
  1920. Wands :
  1921.    ALWAYS test out wands as soon as there is a weak monster in your area
  1922. to zap them at. Since wand might shoot out a ray or a bolt, which bounce,
  1923. it is vitally important to shoot the wand diagnolly in such a way that
  1924. should the bolt bounce, it will not hit the character. [The bolt is of a
  1925. finite length, so in a large room it may be safely zapped in a straight
  1926. line. -PG]
  1927.    Usually, the wand's function is now apparent. For wands, however, this
  1928. may not be sufficient to identify the wand. After zapping such a wand, and
  1929. observing the target, call the wand something such as "tested1". This shows
  1930. you that, although its purpose is not known, the wand has been used.
  1931.  
  1932. Spellbooks :
  1933.    Do not read spellbooks until you are at least eighth level and have
  1934. identified a scroll of amnesia. This is because transcribing spells is hard
  1935. for characters less than eighth level, and the amnesia scroll remove all the 
  1936. spells you know. In either case, the user loses valuable spellbooks. [If
  1937. you know any spells, but don't know which scroll is amnesia, don't read
  1938. any scroll without identifying it. Also, just because you can learn a
  1939. spell, doesn't mean you can cast it. Since spellbooks have a limited
  1940. number of castings, be careful not to waste them. -PG]
  1941.  
  1942.  
  1943.  
  1944. Vaults:
  1945.    Eventually, the player will encounter what is known as a treasure
  1946. vault. The vault is a 2x2 room, with four "$" spaces, and no doors. There
  1947. is always a secret door somewhere on a vault level which leads to a space 
  1948. which teleports the user to the vault. There is always an engraving which
  1949. says "ad ?ae??um." If you find this engraving, search for the secret door
  1950. next to it.
  1951.    To get out of a vault with all the money, you have to either teleport
  1952. or use a wand of digging. If you have neither, eventually a guard will
  1953. enter the vault. He is harmless, but will lead you out of the vault if you 
  1954. are carrying NO money. Should you discover the answer to his question, he 
  1955. will leave by yourself in the vault. (In other words, knowing the answer
  1956. does not help). [My luckiest move was zapping a guard with a wand of
  1957. polymorph. He turned into a Quantum Mechanic, hit me, and 
  1958.  
  1959. Nymphs:
  1960.    Although Nymphs can be annoying, they can do one extremely useful 
  1961. thing: they can steal cursed items. Therefore, if a Nymph is found, you
  1962. can use her to remove your cursed items. The way this is done is demonstrated
  1963. in the following example of how to check unidentified rings with a Nymph on
  1964. the level.
  1965.  
  1966.    1) Clear out the level the Nymph is on.
  1967.    2) Go down to the next level, and clear it.
  1968.    3) Try putting on your unidentified rings. If a ring is not cursed,
  1969.       name it something such as "uncursed1" to mark that this
  1970.       type of ring is not cursed.
  1971.    4) Upon finding a cursed ring, remove ALL of your equipment, and drop
  1972.       it on that space. Then go up the stairs, find the Nymph, and
  1973.       let her steal an item. The item she steals then has to be
  1974.       the cursed item. Go back down, equip yourself, and continue.
  1975.  
  1976. Not using the dog:
  1977.    Although the dog seems to be a useful ally, in fact he presents a good
  1978. player with a handicap. This is for a number of reasons.
  1979.  
  1980.   1) Anything the dog kills, the character does not get experience for.
  1981.      This means that it takes longer to go up levels while using the dog.
  1982.  
  1983.   2) The dog will eat edible monsters and other Comestibles that the
  1984.      character needs. Hence, there is less food for the character.
  1985.  
  1986.   3) Perhaps the worst thing about the dog is that the user can NOT enter
  1987.      the dog's space. This means that the dog can actually trap the user
  1988.      in a corridor, and prevent the user's escape from a powerful monster.
  1989.  
  1990. For these reasons, unless you have the uncontrollable urge to experiment with
  1991. the dog, it is best to leave the dog behind on the first level. [Don't
  1992. do it. If I remember my hack folklore correctly, you take the same
  1993. penalty for abandoning a dog as for killing him. -PG]
  1994.  
  1995.  
  1996.  
  1997. Carry extra items, but don't carry gold:
  1998.    The user should always carry as many items as he possibly can through
  1999. the dungeon. This is because even worthless items can be polymorphed or sold
  2000. in the shops for gold. On the other hand, you should NEVER carry gold. The
  2001. gold weighs a non-negligible amount, and is not used unless the person is 
  2002. buying an item in a shop. Since buying items is very rare, it is best to
  2003. pile all the gold from a level next to the stairs going up. That way, on the
  2004. way back up, the winning player can collect all the money he left behind.
  2005.    One useful technique of bringing more items than you can carry along
  2006. is to shuffle them down. Carry your items in two (or more) piles. Leave one
  2007. pile by the stairs, while carrying the other items. When you find the stairs
  2008. going down, drop the surplus items, go get the other pile, and bring it down
  2009. to the next level. Drop that pile, go back up, and get the other items.
  2010.  
  2011. Fighting floating eyes:
  2012.    Many beginning players fight floating eyes by killing them in hand
  2013. to hand combat. This is not a very good method, since it lets the eye get a
  2014. chance to paralyze you. Instead, it is far preferable to attack floating eyes
  2015. by throwing weapons at them. If you have your dog, you can always let the dog
  2016. kill it, and then step in to eat the eye before the dog gets a chance.
  2017.  
  2018. Killing Leprechauns:
  2019.    The leprechaun is yet another reason not to carry any gold at all. If
  2020. you are hit by a leprechaun while you have gold, not only do you lose the
  2021. gold (temporarily), but the trickster also teleports away, and so you have
  2022. to hunt him down. If you do not have any gold, however, he is a very weak 
  2023. monster worth gold and experience. Before you fight one, drop your gold in a
  2024. place he can not get to, and then kill him. Also be careful about letting
  2025. the leprechaun run away, since he is faster than you are.
  2026.  
  2027. Dealing with Shapechangers:
  2028.    Once you begin to encounter shapechangers, you should already be able
  2029. to deal with all the other creatures. The shape-changers, however, are the
  2030. most potentially dangerous creatures in the game, because
  2031.  
  2032.    1) They can not be genocided, and can turn into previously genocided
  2033.       creatures.
  2034.  
  2035.    2) They can kill the user instantly in more than one way.
  2036.  
  2037.    Do not believe that the only way a shapechanger can kill you is by
  2038. turning into a cockatrice and stoning you. They also have the unique ability
  2039. to swallow you, as a purple worm for instance, and then kill you by changing
  2040. into a different creature. There is no defense against this attack other than
  2041. to wear a ring of protection against shape changers. DO NOT take them lightly.
  2042. [I've never encountered either a shapechanger or a ring to protect against
  2043. them. I wouldn't worry all that much. -PG]
  2044.  
  2045.  
  2046. REAL SPOILERS:
  2047.  
  2048.    The following are spoilers which go beyond (in my opinion) helpful hints. 
  2049. Some of these spoilers (in fact most of them) can be figured out in the
  2050. course of play, but they also dramatically change how the game works.
  2051. Read this only if you are truly stuck.
  2052.  
  2053.  
  2054. ELBERETH:
  2055.    Any version which has engraving has the secret word Elbereth in it.
  2056. If the user etches the word "Elbereth" on the ground, and does not smudge
  2057. the word by moving (you may type "."), monster will flee in terror upon
  2058. moving adjacent to the user, so long as the user stands on that space. It
  2059. works much like a scare monster scroll, except that the user can not attack
  2060. off of it and preserve its abilities.
  2061.    Using Elbereth allows a competent player to win at will, but it is
  2062. basically cheating. It is possible to guess about the word Elbereth, however.
  2063. Use it only when no one is watching. [Elbereth has been weakened as of
  2064. release 2.2 of NetHack. I'm not sure exactly how. But it is definitely
  2065. cheating. My one win was accomplished without using it. -PG]
  2066.  
  2067. EXCALIBUR:
  2068.    In nethack, there is a fairly good chance that any long sword named
  2069. "Excalibur" will become +5 after being dipped in a fountain. This gives a
  2070. very powerful weapon to anyone who can get a long sword; in particular a
  2071. knight. [This has been eliminated in NetHack 2.2. There is still a way
  2072. to get it, but I don't know what it is. -PG]
  2073.  
  2074. CROESUS: 
  2075.    Croesus is the name that the vault guard is expecting. This does not
  2076. help you win the game, but is listed for the curious.
  2077.  
  2078. The rubber chicken attack:
  2079.    If the user is wearing gloves, he may pick up and wield a dead
  2080. cockatrice. Any creature struck by the bird is automatically turned to
  2081. stone. Unfortunately, the cockatrice disintigrates after a period of time,
  2082. but in the mean time it can wreak vast devastation. Be careful! Should
  2083. you fall down while carrying a dead cockatrice, it may accidentally
  2084. touch you!
  2085.  
  2086. Polymorphing wands:
  2087.    One really big spoiler is that should you collect a large number of
  2088. wands (from a wand shop, for example), and put them in a pile, you may 
  2089. polymorph the wands, and try to get wands of wishing. With enough wands and
  2090. charges in your polymorph wand, you can eventually get at least one wand of
  2091. wishing. By wishing for more polymorph wands, you can continue the process,
  2092. acquiring a truly disgusting number of wishes. The best part is that the
  2093. charges are the charges the old wand had, so that one wand may have up
  2094. to 15 wishes!! Clearly this presents a simple, yet powerful (and cheap)
  2095. method of winning. [This is also the only use I have found for the
  2096. fabled "wand of nothing." They have a lot of charges. -PG]
  2097.  
  2098. [Polymorphing your dog:
  2099.    If you want a real powerful pet, you can polymorph your dog, and he
  2100. will remain loyal to you. However, if you have a large dog, he's
  2101. probably just as good without being polymorphed. One warning, though. If
  2102. your dog turns into a dragon, he may still kill you with his breath
  2103. weapon, if you get in his way. -PG]
  2104.  
  2105.  
  2106. Praying for food:
  2107.    One fairly common effect of praying is that the character is surrounded
  2108. by a strong aura. This aura not only heals damage and restores strength, but
  2109. it also raises the user's maximum hp. by 5 AND restores the user's hunger to
  2110. its initial value of 900 turns. This means that, by praying every 300+ turns,
  2111. even if this result only occurs once out of every four tries, the amount 
  2112. of food that needs to be eaten is better than halved. Use the time option
  2113. to keep track of when it is time to pray. 
  2114.  
  2115. Canceling wands of wishing:
  2116.    It is an interesting fact that a wand with zero charges CAN be zapped
  2117. after a long number of tries, after which it can no longer be zapped, and
  2118. has -1 charges. This works for wands of wishing as well. But, a wand of
  2119. cancellation used on another wand makes the wand have 0 charges. Hence, by
  2120. zapping a wand of wishing with a wand of cancellation after the wand is at
  2121. -1 charges gives the user another wish. The user can continue this process
  2122. indefinitely, but it takes a VERY long time. This is really an alternative
  2123. to the polymorphing technique mentioned previously, but can be used by
  2124. earlier versions of hack. [Another "feature" written out of NetHack 2.2.
  2125. When a wand reaches -1 charges, it disintegrates. -PG]
  2126.  
  2127. Iron Balls:
  2128.    The punishment scroll gives you an extremely powerful weapon: the 
  2129. Iron Ball. Although the cockatrice is more powerful, it has the disadvantages
  2130. of disintegrating and of destroying all edible monster. The iron ball,
  2131. although very heavy, can kill many monsters in one swing, and almost every
  2132. monster in two. Try wielding it some time. [The authors neglect to
  2133. mention that you have to get the thing off your ankle. I believe this
  2134. can be done via remove curse, or by praying. I know it can be done by
  2135. polymorphing yourself into a Nymph and using the #remove command. -PG]
  2136.  
  2137. Nurses and the spell of extra-healing:
  2138.    Both of these allow the user to gain an enormous number of hp. The
  2139. spell grants the user hit points each time it is cast, so the user can 
  2140. with this spell increase his maximum hit points as many times as he has the
  2141. mana to do it. [No longer true, since the spell has a finite number of
  2142. uses. -PG]
  2143.    Nurses will cast extra healing on any character they "attack" which 
  2144. is not wearing any armor. This means that by letting a nurse attack you for
  2145. a long period of time, you can gain literally hundreds of hit points.
  2146.  
  2147. Finding the wands of wishing on the 26th level and below:
  2148.    Each level below the 25th has a wand of wishing on it. The wands are
  2149. located beneath a large boulder ("`") which is adjacent to 3 walls. To get
  2150. one of the wands, use a wand of digging to create a hole next to the boulder
  2151. and push the boulder away. Using a wand of striking will work also. [You
  2152. can also remove most of your goodies, and move toward the rock again.
  2153. This will let you crawl under it to get the wand. -PG]
  2154.  
  2155. [The Medusa:
  2156.    A new creature, the medusa, has been added as of NetHack 2.2. She is
  2157. a unique monster, shown by the symbol "8". She guards the lower levels,
  2158. and can be tough to defeat, since looking at her will instantly turn you
  2159. to stone. Two items have been added to help you: the mirror, and the
  2160. blindfold. Using these is the most popular method of destroying the medusa,
  2161. but there are others. -PG]
  2162.  
  2163.  
  2164. Going below the 26th level:
  2165.    To go below the 26th level, you must be confused and read a teleport
  2166. scroll with a ring of teleport control on. This allows you to teleport to a 
  2167. lower level. The dungeon goes down to the 40th level, and none of the levels
  2168. beyond the 26th have stairs going down. [40 is no longer the lowest
  2169. level, and the Wizard isn't always there. -PG]
  2170.  
  2171. Surviving the 40th level.
  2172.    You MUST have fire resistance to enter the 40th level and live. The
  2173. amulet is guarded by a powerful wizard and his hell hound. They are located
  2174. in the center of the level, surrounded by a moat, and an inner wall. 
  2175. It looks like this:
  2176.  
  2177.     ~~~~~~
  2178.     ~----~
  2179.     ~|..|~
  2180.     ~----~
  2181.     ~~~~~~
  2182. The wizard is located in the center. You can levitate over the water, or you
  2183. can destroy a space of water with a wand of fire. Once over the water, use
  2184. a wand of digging to blast open the wall, fight the wizard and retrieve the
  2185. amulet. Now leave the dungeon, and collect as much money as you can.
  2186. You also get bonus points for leaving with a pet. These points are directly
  2187. related to the pet's experience level.
  2188. -- 
  2189. Pete Granger            ...!{decvax,ulowell,ima,ism780c}!cg-atla!granger
  2190. "Rene Descartes was a drunken fart,
  2191.  I drink therefore I am!"           - Monty Python,
  2192.                                       "The Philosophers' Song"
  2193.