Difference between revisions of "One word messages"

From NetHackWiki
Jump to navigation Jump to search
(Use Template:Sourcecode as shown in style guide. Search for regular expression \[\[([a-z.]+)#line([0-9]+)\]\] and replace with {{sourcecode|\1|\2}}.)
Line 5: Line 5:
 
"Boing!" - [[Wand of striking]] or [[force bolt]] cast at creature with magic resistance.
 
"Boing!" - [[Wand of striking]] or [[force bolt]] cast at creature with magic resistance.
  
"Splat!" - An [[egg]] or [[melon]] broke.  Could be due to throwing it, or it being destroyed by a force bolt/wand of striking while in inventory.<ref>[[dothrow.c#line1679]]</ref>
+
"Splat!" - An [[egg]] or [[melon]] broke.  Could be due to throwing it, or it being destroyed by a force bolt/wand of striking while in inventory.<ref>{{sourcecode|dothrow.c|1679}}</ref>
  
"Thump!" - You [[kick]]ed an object but the object did not move, either because it is too heavy, or it is against a wall.<ref>[[dokick.c#line535]]</ref> If a [[gray stone]] is not against the wall, then "Thump!" identifies it as a [[loadstone]].
+
"Thump!" - You [[kick]]ed an object but the object did not move, either because it is too heavy, or it is against a wall.<ref>{{sourcecode|dokick.c|535}}</ref> If a [[gray stone]] is not against the wall, then "Thump!" identifies it as a [[loadstone]].
  
"Splash!" - [[Venom]] was thrown.<ref>[[dothrow.c#line1686]]</ref>
+
"Splash!" - [[Venom]] was thrown.<ref>{{sourcecode|dothrow.c|1686}}</ref>
  
 
== Monsters noises==
 
== Monsters noises==
  
"Surrender!" - A possible message from an angry [[soldier]].<ref>[[sounds.c#line801]]</ref>
+
"Surrender!" - A possible message from an angry [[soldier]].<ref>{{sourcecode|sounds.c|801}}</ref>
  
"Gleep!" - A tame [[dragon | baby dragon]] is born out of an [[egg]].<ref>[[timeout.c#line524]]</ref> This is a reference to the MYTH-series of books by Robert Asprin.
+
"Gleep!" - A tame [[dragon | baby dragon]] is born out of an [[egg]].<ref>{{sourcecode|timeout.c|524}}</ref> This is a reference to the MYTH-series of books by Robert Asprin.
  
"Nevermore!" - [[Chat]] with a non-peaceful [[raven]].<ref>[[timeout.c#line588]]</ref> This is a reference to Edgar Allan Poe's poem The Raven.
+
"Nevermore!" - [[Chat]] with a non-peaceful [[raven]].<ref>{{sourcecode|timeout.c|588}}</ref> This is a reference to Edgar Allan Poe's poem The Raven.
  
"Burrrrp!" - A [[purple worm]], [[lurker above]], or a [[trapper]] swallow a monster.<ref>[[mhitm.c#line640]]</ref>
+
"Burrrrp!" - A [[purple worm]], [[lurker above]], or a [[trapper]] swallow a monster.<ref>{{sourcecode|mhitm.c|640}}</ref>
  
 
== Thrown objects ==  
 
== Thrown objects ==  
  
"Crash!" - A potion hits a monster but you can't see the monster.<ref>[[potion.c#line974]]</ref>
+
"Crash!" - A potion hits a monster but you can't see the monster.<ref>{{sourcecode|potion.c|974}}</ref>
  
Whang! - A [[boulder]] or [[iron ball]] hits [[iron bars]].<ref>[[mthrowu.c#line810]]</ref>
+
Whang! - A [[boulder]] or [[iron ball]] hits [[iron bars]].<ref>{{sourcecode|mthrowu.c|810}}</ref>
  
Clink! - [[Gold]] hits iron bars.<ref>[[mthrowu.c#line814]]</ref>
+
Clink! - [[Gold]] hits iron bars.<ref>{{sourcecode|mthrowu.c|814}}</ref>
  
Clonk! - Other kinds of thrown objects hit iron bars.<ref>[[mthrowu.c#line816]]</ref>
+
Clonk! - Other kinds of thrown objects hit iron bars.<ref>{{sourcecode|mthrowu.c|816}}</ref>
  
 
== Mail Daemon ==
 
== Mail Daemon ==
  
"Oops!" - A message related to the [[mail daemon]].<ref>[[mail.c#line403]]</ref>
+
"Oops!" - A message related to the [[mail daemon]].<ref>{{sourcecode|mail.c|403}}</ref>
  
"Catch!" - The mail daemon can't reach you so it throws the [[scroll of mail]] at you.<ref>[[mail.c#line390]]</ref>
+
"Catch!" - The mail daemon can't reach you so it throws the [[scroll of mail]] at you.<ref>{{sourcecode|mail.c|390}}</ref>
  
"Gangway!" - A message the mail daemon says when pushing monsters out of its way.<ref>[[mail.c#line260]]</ref>
+
"Gangway!" - A message the mail daemon says when pushing monsters out of its way.<ref>{{sourcecode|mail.c|260}}</ref>
  
 
== Locking ==  
 
== Locking ==  
  
"Klunk!" - A spell of [[wizard lock]] [[lock]]s a [[chest]].<ref>[[lock.c#line710]]</ref>
+
"Klunk!" - A spell of [[wizard lock]] [[lock]]s a [[chest]].<ref>{{sourcecode|lock.c|710}}</ref>
  
"Klick!" - A spell of [[knock]] unlocks a chest.<ref>[[lock.c#line719]]</ref>
+
"Klick!" - A spell of [[knock]] unlocks a chest.<ref>{{sourcecode|lock.c|719}}</ref>
  
 
== Miscellaneous ==  
 
== Miscellaneous ==  
  
"Yuck!" - A [[green slime]] touches you and [[slime]]s you when you're already slimed; this does not cause the sliming to proceed faster.<ref>[[mhitu.c#line1541]]</ref>
+
"Yuck!" - A [[green slime]] touches you and [[slime]]s you when you're already slimed; this does not cause the sliming to proceed faster.<ref>{{sourcecode|mhitu.c|1541}}</ref>
  
"Cheapskate." - If you don't offer enough gold to an [[aligned priest]]<ref>[[priest.c#line486]]</ref>
+
"Cheapskate." - If you don't offer enough gold to an [[aligned priest]]<ref>{{sourcecode|priest.c|486}}</ref>
 
== References==  
 
== References==  
 
<references/>
 
<references/>

Revision as of 16:38, 16 May 2012

This page is a list of all one-word messages that are possible.

Sound effects

"Boing!" - Wand of striking or force bolt cast at creature with magic resistance.

"Splat!" - An egg or melon broke. Could be due to throwing it, or it being destroyed by a force bolt/wand of striking while in inventory.[1]

"Thump!" - You kicked an object but the object did not move, either because it is too heavy, or it is against a wall.[2] If a gray stone is not against the wall, then "Thump!" identifies it as a loadstone.

"Splash!" - Venom was thrown.[3]

Monsters noises

"Surrender!" - A possible message from an angry soldier.[4]

"Gleep!" - A tame baby dragon is born out of an egg.[5] This is a reference to the MYTH-series of books by Robert Asprin.

"Nevermore!" - Chat with a non-peaceful raven.[6] This is a reference to Edgar Allan Poe's poem The Raven.

"Burrrrp!" - A purple worm, lurker above, or a trapper swallow a monster.[7]

Thrown objects

"Crash!" - A potion hits a monster but you can't see the monster.[8]

Whang! - A boulder or iron ball hits iron bars.[9]

Clink! - Gold hits iron bars.[10]

Clonk! - Other kinds of thrown objects hit iron bars.[11]

Mail Daemon

"Oops!" - A message related to the mail daemon.[12]

"Catch!" - The mail daemon can't reach you so it throws the scroll of mail at you.[13]

"Gangway!" - A message the mail daemon says when pushing monsters out of its way.[14]

Locking

"Klunk!" - A spell of wizard lock locks a chest.[15]

"Klick!" - A spell of knock unlocks a chest.[16]

Miscellaneous

"Yuck!" - A green slime touches you and slimes you when you're already slimed; this does not cause the sliming to proceed faster.[17]

"Cheapskate." - If you don't offer enough gold to an aligned priest[18]

References


This page may need to be updated for the current version of NetHack.

It may contain text specific to NetHack 3.4.3. Information on this page may be out of date.

Editors: After reviewing this page and making necessary edits, please change the {{nethack-343}} tag to the current version's tag or {{noversion}} as appropriate.