Difference between revisions of "Scroll of mail"

From NetHackWiki
Jump to navigation Jump to search
(Generation: why they may not exist)
(thanks darth!)
 
(13 intermediate revisions by 4 users not shown)
Line 6: Line 6:
 
  |ink=2
 
  |ink=2
 
}}
 
}}
On some systems, the [[mail daemon]] can deliver a '''scroll of mail''', containing a message from outside NetHack, to the [[hero]]. [[You]] can [[read]] the scroll to see the message; as of [[3.6.0]], you will be warned in current versions if reading a scroll of mail would break your illiterate [[conduct]].
 
  
== Generation ==
+
A '''scroll of mail''' is a type of [[scroll]] that appears in ''[[NetHack]]''.
  
You can turn the [[Options#mail|option "mail"]] off to prevent scrolls of mail being delivered.
+
==Generation==
 +
Mail scrolls are never generated randomly in the dungeon. You can turn the [[Options#mail|option "mail"]] off to prevent scrolls of mail being delivered.
  
The source of the scrolls varies according to which operating system you play on. On UNIX and Linux, you can set up an alert for incoming email. On DOS, scrolls with random messages are delivered now and then. [[Public server]]s often allow people watching a game to send short messages to the person playing the game. An error in wishing for mail [[body armor]] may leave the player with a scroll of mail instead (i.e. a wish for "blessed greased fixed +3 dragon mail" will produce a blessed greased scroll of mail).
+
The [[mail daemon]] will deliver scrolls of mail to [[you]] in-game, with the source of the scrolls varying according to which operating system you play on:
 +
* On UNIX and Linux, you can set up an alert for incoming email.
 +
* On DOS and Amiga, a scroll with a random message is delivered every 2000-5000 turns.  
 +
* [[Public server]]s often allow people watching a game to send short messages to the person playing the game.  
 +
* On any operating system, they can also be [[wish]]ed for or written with a [[magic marker]] like other scrolls. In particular, an error in [[wish]]ing for mail [[body armor]] may also leave the player with a scroll of mail instead (e.g., a wish for "blessed greased fixed +3 dragon mail" will produce a blessed greased scroll of mail).  
  
Mail scrolls are never generated randomly in the dungeon (although in some versions of NetHack, the mail daemon delivers them at random). In theory, you could acquire as many of these scrolls as you want by sending many messages to yourself.
+
If the <code>MAIL</code> [[compile-time option]] isn't defined, scrolls of mail will not exist in the game. Attempting to write one will reject the name, and wishing for one will give a random scroll instead. The official [[Windows]] binaries do not define <code>MAIL</code>.
  
If the <code>MAIL</code> [[compile-time option]] isn't defined, scrolls of mail don't exist in the game. Attempting to write one will reject the name, and wishing for one will give a random scroll instead. The official [[Windows]] binaries don't define <code>MAIL</code>.
+
==Description==
 +
[[Read]]ing a scroll of mail delivered by mail daemon may launch an external mail program if appropriate, and will otherwise simply print the message directly. Reading a delivered scroll breaks [[illiterate]] [[conduct]], but unlike with other scrolls, you will be warned and given the chance to abort if the conduct is intact.
  
== Strategy ==
+
If you read a scroll of mail that was wished for, written, [[polypile]]d, or discovered in a [[bones]] file, it will be described as "junk mail addressed to the finder of the Eye of Larn". (The roguelike [[Larn]] would send the user mail when they won.){{refsrc|src/objnam.c|3926|nethack=3.6.7}}{{refsrc|src/read.c|1014|nethack=3.6.7}}{{refsrc|src/write.c|336|nethack=3.6.7}}{{refsrc|src/bones.c|138|nethack=3.6.7}}
  
They have little use in gameplay:
+
==Strategy==
 +
In theory, a player can acquire as many scrolls of mail as desired by sending many messages to themselves. To prevent abuse, scrolls of mail lack many of the gameplay applications of other scrolls:
  
* They will not [[polymorph]] into other objects or be consumed by polypiling, they just turn into junk mail.{{refsrc|zap.c|1040}}{{refsrc|zap.c|1156}}{{refsrc|zap.c|1241}}
+
* They will not [[polymorph]] into other objects or merge into a [[paper golem]], instead turning into junk mail.{{refsrc|src/zap.c|1243|nethack=3.6.7}}{{refsrc|src/zap.c|1370|nethack=3.6.7}}{{refsrc|src/zap.c|1468|nethack=3.6.7}}
* They cannot get [[wet]].{{refsrc|trap.c|2712}}{{refsrc|potion.c|1467}}
+
* They cannot be blanked by [[cancellation]], [[acid]] damage or getting them [[wet]].{{refsrc|src/trap.c|3488|nethack=3.6.7}}{{refsrc|src/trap.c|3572|nethack=3.6.7}}
* They are not affected by [[cancellation]].
+
* A [[gelatinous cube]] gains no nutrition by eating one, including you while in the form of a gelatinous cube.{{refsrc|src/eat.c|2110|version=NetHack 3.6.7|name=junk}}
* A [[gelatinous cube]] gains no nutrition by eating one. ("This junk mail is less than satisfying."){{refsrc|eat.c|2000}}
 
* If you wish for or write a scroll of mail, or you discover a [[bones]] file with someone else's mail, it will be "junk mail addressed to the finder of the Eye of Larn". (The joke is that the roguelike [[Larn]] would send the user mail when they won.){{refsrc|objnam.c|2524}}{{refsrc|read.c|660}}{{refsrc|write.c|233}}{{refsrc|bones.c|88}}
 
  
However:
+
However, they can still affect a game in the following ways:
  
* They weigh as much as any other scroll (5), so you can become burdened by mail.
+
* They weigh as much as any other scroll (5 [[aum]]), so you can become [[encumbrance|encumbered]] by mail.
* They can be thrown to propel yourself backward while [[levitating]].<ref>https://nhqdb.alt.org/?2390</ref>
+
* They can be thrown to propel yourself backward while [[levitating]].<ref>[https://nhqdb.alt.org/?2390 nhqdb: quote #2390]</ref>
 
* Huge quantities of mail scrolls can be used for a [[Stealing from shops|shop-robbing]] exploit known as the "200 rock steal".
 
* Huge quantities of mail scrolls can be used for a [[Stealing from shops|shop-robbing]] exploit known as the "200 rock steal".
* Large amounts of scrolls of mail can be used as "fodder" against [[curse items]].
+
* Several [[stack]]s of scrolls of mail can be used as "fodder" against effects that [[curse items]].
* A scroll of mail will "activate" an [[Elbereth]] square in versions prior to 3.6.0.
 
  
== History ==
+
==History==
In [[NetHack 3.4.3]] and earlier versions, you will break the conduct with no warning.  
+
The scroll of mail first appears in [[Hack 1.0.2]].
  
== See also ==
+
In [[NetHack 3.4.3]] and earlier versions, including some variants based on these versions reading a scroll of mail immediately breaks [[illiterate]] [[conduct]], and a scroll of mail will also "activate" an [[Elbereth]] square. As of [[NetHack 3.6.0]], the reminder for illiterate conduct is included, and Elbereth's mechanics are significantly changed, meaning that scrolls of mail no longer affect squares with Elbereth engraved.
* [[Mail daemon]]
+
 
 +
==Variants==
 +
===UnNetHack===
 +
In [[UnNetHack]], if you have hints enabled, the mail daemon will deliver a scroll of mail once per game that contains a hint 250-500 turns after you begin a game.
  
 
==References==
 
==References==
 
<references />
 
<references />
 +
{{nethack-367}}
 
[[Category:Scrolls|Mail]]
 
[[Category:Scrolls|Mail]]
{{nethack-364}}
 

Latest revision as of 14:08, 11 October 2023

? Scroll of mail.png
Name scroll of mail
Appearance stamped scroll
Base price 0 zm
Weight 5
Ink to write 2
Monster use Will not be used by monsters.

A scroll of mail is a type of scroll that appears in NetHack.

Generation

Mail scrolls are never generated randomly in the dungeon. You can turn the option "mail" off to prevent scrolls of mail being delivered.

The mail daemon will deliver scrolls of mail to you in-game, with the source of the scrolls varying according to which operating system you play on:

  • On UNIX and Linux, you can set up an alert for incoming email.
  • On DOS and Amiga, a scroll with a random message is delivered every 2000-5000 turns.
  • Public servers often allow people watching a game to send short messages to the person playing the game.
  • On any operating system, they can also be wished for or written with a magic marker like other scrolls. In particular, an error in wishing for mail body armor may also leave the player with a scroll of mail instead (e.g., a wish for "blessed greased fixed +3 dragon mail" will produce a blessed greased scroll of mail).

If the MAIL compile-time option isn't defined, scrolls of mail will not exist in the game. Attempting to write one will reject the name, and wishing for one will give a random scroll instead. The official Windows binaries do not define MAIL.

Description

Reading a scroll of mail delivered by mail daemon may launch an external mail program if appropriate, and will otherwise simply print the message directly. Reading a delivered scroll breaks illiterate conduct, but unlike with other scrolls, you will be warned and given the chance to abort if the conduct is intact.

If you read a scroll of mail that was wished for, written, polypiled, or discovered in a bones file, it will be described as "junk mail addressed to the finder of the Eye of Larn". (The roguelike Larn would send the user mail when they won.)[1][2][3][4]

Strategy

In theory, a player can acquire as many scrolls of mail as desired by sending many messages to themselves. To prevent abuse, scrolls of mail lack many of the gameplay applications of other scrolls:

However, they can still affect a game in the following ways:

  • They weigh as much as any other scroll (5 aum), so you can become encumbered by mail.
  • They can be thrown to propel yourself backward while levitating.[11]
  • Huge quantities of mail scrolls can be used for a shop-robbing exploit known as the "200 rock steal".
  • Several stacks of scrolls of mail can be used as "fodder" against effects that curse items.

History

The scroll of mail first appears in Hack 1.0.2.

In NetHack 3.4.3 and earlier versions, including some variants based on these versions reading a scroll of mail immediately breaks illiterate conduct, and a scroll of mail will also "activate" an Elbereth square. As of NetHack 3.6.0, the reminder for illiterate conduct is included, and Elbereth's mechanics are significantly changed, meaning that scrolls of mail no longer affect squares with Elbereth engraved.

Variants

UnNetHack

In UnNetHack, if you have hints enabled, the mail daemon will deliver a scroll of mail once per game that contains a hint 250-500 turns after you begin a game.

References