Difference between revisions of "Scroll of mail"

From NetHackWiki
Jump to navigation Jump to search
(added 200 mail steal)
(lots of source refs, rearranged most of the info)
Line 8: Line 8:
 
On some systems, the [[mail daemon]] can deliver a '''scroll of mail''', containing a message from outside the game, to the [[hero]]. [[You]] can [[read]] the scroll to see the message.
 
On some systems, the [[mail daemon]] can deliver a '''scroll of mail''', containing a message from outside the game, to the [[hero]]. [[You]] can [[read]] the scroll to see the message.
  
Other than that, this scroll has no use in gameplay. You could acquire as many of these scrolls as you want by sending many messages to yourself. However, these scrolls will not [[polymorph]] into other objects. You could try to use them as [[polyfodder]], or attempt to [[cancellation|cancel]] or [[wet]] them into [[scroll of blank paper|scrolls of blank paper]], but nothing will happen. You ''can'', however, make yourself [[burdened]] by carrying too many of them!
+
Mail scrolls are never generated randomly. You could acquire as many of these scrolls as you want by sending many messages to yourself, but they have little use in gameplay:
  
A scroll of mail will "activate" an [[Elbereth]] square like any other object, and can be used for a variant of the 200 rock steal.   
+
* They will not [[polymorph]] into other objects or be consumed by polypiling, they just turn into junk mail. <ref>{{sourcecode|zap.c|1040}}</ref><ref>{{sourcecode|zap.c|1156}}</ref><ref>{{sourcecode|zap.c|1241}}</ref> You could try to use them as [[polyfodder]]
 +
* They cannot get [[wet]].<ref>{{sourcecode|trap.c|2712}}</ref><ref>{{sourcecode|potion.c|1467}}</ref>
 +
* They are not affected by [[cancellation]]
 +
* 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 [http://en.wikipedia.org/wiki/Larn Larn] would send the user mail when they won.)<ref>{{sourcecode|objnam.c|2524}}</ref><ref>{{sourcecode|read.c|660}}</ref><ref>{{sourcecode|write.c|233}}</ref><ref>{{sourcecode|bones.c|88}}</ref>
 +
* A scroll of mail will "activate" an [[Elbereth]] square like any other object.
 +
* They weigh as much as any other scroll (5), so you can become burdened by mail.
 +
* Huge quantities of mail scrolls can be used for a [[Stealing from shops|shop-robbing]] exploit ("200 rock steal").   
 +
 
 +
== Source code references ==
 +
<references />
  
 
[[Category:Scrolls|Mail]]
 
[[Category:Scrolls|Mail]]

Revision as of 19:09, 11 March 2008

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

On some systems, the mail daemon can deliver a scroll of mail, containing a message from outside the game, to the hero. You can read the scroll to see the message.

Mail scrolls are never generated randomly. You could acquire as many of these scrolls as you want by sending many messages to yourself, but they have little use in gameplay:

  • They will not polymorph into other objects or be consumed by polypiling, they just turn into junk mail. [1][2][3] You could try to use them as polyfodder
  • They cannot get wet.[4][5]
  • They are not affected by cancellation
  • 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.)[6][7][8][9]
  • A scroll of mail will "activate" an Elbereth square like any other object.
  • They weigh as much as any other scroll (5), so you can become burdened by mail.
  • Huge quantities of mail scrolls can be used for a shop-robbing exploit ("200 rock steal").

Source code references