Difference between revisions of "Scroll of mail"

From NetHackWiki
Jump to navigation Jump to search
(Strategy: clarify and remove ambiguous "their")
(follow-up, thank you for that)
Line 25: Line 25:
  
 
* They will not [[polymorph]] into other objects or merge into a [[paper golem]], instead turning 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|zap.c|1040}}{{refsrc|zap.c|1156}}{{refsrc|zap.c|1241}}
* They cannot be blanked by getting them [[wet]] or by [[cancellation]].{{refsrc|trap.c|2712}}{{refsrc|potion.c|1467}}
+
* If you read scrolls of mail that were 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.){{refsrc|objnam.c|2524}}{{refsrc|read.c|660}}{{refsrc|write.c|233}}{{refsrc|bones.c|88}}
* A [[gelatinous cube]] gains no nutrition by eating one.{{refsrc|src/eat.c|2110|version=NetHack 3.6.7|name=junk}}
+
* They cannot be blanked by [[cancellation]] or by getting them [[wet]].{{refsrc|trap.c|2712}}{{refsrc|potion.c|1467}}
* 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 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}}
+
* 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}}
  
 
However, they can still affect a game in the following ways:
 
However, they can still affect a game in the following ways:
Line 34: Line 34:
 
* 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</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]].
+
* Large amounts of scrolls of mail can be used as "fodder" against effects that [[curse items]].
  
 
==History==
 
==History==
 
In [[NetHack 3.4.3]] and earlier versions, reading a scroll of mail immediately breaks [[illiterate]] [[conduct]]; a scroll of mail will also "activate" an [[Elbereth]] square in these versions. As of [[3.6.0]], the reminder for illiterate conduct is included, and Elbereth's mechanics mean that scrolls of mail no longer affect squares with Elbereth engraved.
 
In [[NetHack 3.4.3]] and earlier versions, reading a scroll of mail immediately breaks [[illiterate]] [[conduct]]; a scroll of mail will also "activate" an [[Elbereth]] square in these versions. As of [[3.6.0]], the reminder for illiterate conduct is included, and Elbereth's mechanics mean that scrolls of mail no longer affect squares with Elbereth engraved.
  
== See also ==
+
==See also==
 
* [[Mail daemon]]
 
* [[Mail daemon]]
  

Revision as of 13:51, 20 September 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 (although in some versions of NetHack, the mail daemon delivers them at random). You can turn the 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 servers 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 also 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). In theory, you could acquire as many of these scrolls as you want by sending many messages to yourself.

If the MAIL 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 MAIL.

Description

On some systems, the mail daemon can deliver mail with messages from outside the game to you - reading the scroll will show the message. Reading this scroll naturally breaks illiterate conduct; you will be warned if attempting to read sent mail would do so.

Strategy

To prevent abuse, scrolls of mail lack many of the gameplay applications of other scrolls:

  • They will not polymorph into other objects or merge into a paper golem, instead turning into junk mail.[1][2][3]
  • If you read scrolls of mail that were 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.)[4][5][6][7]
  • They cannot be blanked by cancellation or by getting them wet.[8][9]
  • A gelatinous cube gains no nutrition by eating one, including you while in the form of a gelatinous cube.[10]

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".
  • Large amounts of scrolls of mail can be used as "fodder" against effects that curse items.

History

In NetHack 3.4.3 and earlier versions, reading a scroll of mail immediately breaks illiterate conduct; a scroll of mail will also "activate" an Elbereth square in these versions. As of 3.6.0, the reminder for illiterate conduct is included, and Elbereth's mechanics mean that scrolls of mail no longer affect squares with Elbereth engraved.

See also

References