Difference between revisions of "Search"

From NetHackWiki
Jump to navigation Jump to search
m (Probabilities)
(Rewrite)
Line 1: Line 1:
 +
{{Keyboard Commands}}
 
:<span class="dablink">''"Searching" redirects here. For the property, see [[Automatic searching]].''</span>
 
:<span class="dablink">''"Searching" redirects here. For the property, see [[Automatic searching]].''</span>
{{Keyboard Commands}}
 
The '''search''' command, which is used by pressing the {{kbd|s}} key, causes you to search the 8 squares surrounding you for [[secret door]]s, [[secret passage]]s, [[hiding|hidden]] monsters, and hidden [[trap]]s. It may require several attempts to locate many of these: New characters still have a 22% chance of missing a door after 10 times searching the same spot. Applying a [[stethoscope]] instead can speed up things significantly.
 
  
Searching will always reveal [[hiding|hidden]] or [[invisible]] monsters which are in any square adjacent to you.
+
The '''search''' command is a feature in ''[[Nethack]]'' that searches the 8 squares surrounding [[you]] for [[secret door]]s, [[secret passage]]s, [[hiding|hidden]] or [[invisible]] monsters, and hidden [[trap]]s.
  
Your chance of success for other forms of searching is primarily dependent on [[Luck]].
+
==Description==
 +
{{for2|the source reference that dictates searching odds|{{function|detect.c|dosearch0}}}}
  
Wielding [[Excalibur]] improves your chance of finding secret doors and secret corridors based on its enchantment. Wearing any sort of [[lenses]] also improves your chance of finding these.
+
By pressing the {{kbd|s}} key, you will search each of the surrounding squares. Your chance of success for searching depends generally on [[Luck]] and any items with applicable bonuses, and varies with the dungeon features that can potentially be revealed. Successfully discovering a dungeon feature via searching [[exercise]]s [[wisdom]]. Hidden monsters are usually revealed immediately by searching, while invisible monsters found via searching will have their square marked with an {{white|I}} - beware, as they may move to another square afterward.
  
No other factors affect the success rate of searching.
+
For secret doors or corridors, you will reveal them if [[rnl]](7&nbsp;&minus;&nbsp;bonus) is zero - the default bonus is zero, and wearing a [[pair of lenses]] increases it by 2; wielding [[Excalibur]] adds its enchantment (or subtracts it if negatively enchanted) to the bonus. This bonus to searching cannot exceed 5.
  
The [[automatic searching]] property will cause you to automatically search (just like using the command, except that it does not find monsters) every turn. Some roles can gain this as an [[intrinsic]], and it is granted by wielding [[Excalibur]] or wearing a [[ring of searching]].
+
For traps, you will find one next to you if [[rnl]](8) is zero - [[statue trap]]s will activate, while other traps will not trigger upon being revealed.
  
== Details ==
+
===Automatic searching===
 +
The [[automatic searching]] property will cause you to automatically search every turn - this search functions very similarly to the command, except that it does not find monsters. Some roles can gain this as an [[intrinsic]], and it is granted extrinsically by wielding [[Excalibur]] or wearing a [[ring of searching]].
  
{{for2|source reference|{{function|detect.c|dosearch0}}}}
+
==Strategy==
 
+
Early characters may have a difficult time revealing traps and dungeon features - a new character will have a roughly 22% chance of missing a door after 10 times searching the same spot. It is common to use a [[numeric prefix]] before the search command (e.g., "22s") to maximize the chance of revealing adjacent hidden doors or passages for a new character; a character with high Luck can usually uncover secrets reliably with ten or eleven searches. Applying a [[stethoscope]] instead can speed up things significantly, but does not exercise wisdom.
=== Secret doors and passages ===
 
  
When searching, you will find a secret door or corridor if [[rnl]](7&nbsp;&minus;&nbsp;bonus) is zero.
+
One method of efficient searching to find a hidden door leading out of a room is to select a three-square range along the wall, type "22s", then move three spaces along the wall and repeat until you find the door.
  
The bonus is normally 0, but wearing a [[pair of lenses]] increases it by 2, and [[Excalibur]] adds its enchantment to the bonus when wielded. (This is a penalty if Excalibur is negatively enchanted.) The bonus cannot exceed 5.
+
===Probabilities===
 
+
The table below displays your chances of searching success, based on your current [[Luck]] and whether you are using any equipment which aids searching.
=== Traps ===
 
 
 
When searching, you will find a trap if [[rnl]](8) is zero. This will activate [[statue trap]]s (exercising [[wisdom]]) and reveal other traps.
 
 
 
=== Probabilities ===
 
 
 
Your chances of searching success based on your current [[Luck]] and whether you are using any equipment which aids searching.
 
  
 
{|class="prettytable"
 
{|class="prettytable"
Line 123: Line 116:
 
|1
 
|1
 
|}
 
|}
==Strategy==
 
It's common to use a [[Numeric prefix]] before the search command. For example, typing "22s" will reveal most adjacent hidden doors or passages for a new character, and it's quick to type. For a character with high luck, typing "11s" will usually be successful. To find a hidden door leading out of a room, you can type "22s", then move three spaces along the wall and repeat.
 
  
 
==FIQHack==
 
==FIQHack==
Line 143: Line 134:
 
An object with the searching [[Object properties|object property]] does <em>not</em> gain additional effectiveness from enchantment, but merely grants the [[automatic searching]] extrinsic. They do, however, still gain the benefit of having extrinsic automatic searching rather than intrinsic, meaning it procs more often and finds trap more realibly (searches half of the time instead of {{frac|3}}, and find traps {{frac|3}} of the time rather than {{frac|6}}).
 
An object with the searching [[Object properties|object property]] does <em>not</em> gain additional effectiveness from enchantment, but merely grants the [[automatic searching]] extrinsic. They do, however, still gain the benefit of having extrinsic automatic searching rather than intrinsic, meaning it procs more often and finds trap more realibly (searches half of the time instead of {{frac|3}}, and find traps {{frac|3}} of the time rather than {{frac|6}}).
  
 +
==References==
 +
<references/>
 +
{{nethack-360}}
 
[[Category:Commands]]
 
[[Category:Commands]]
{{nethack-360}}
 

Revision as of 21:03, 15 October 2021

Keyboard commands
~ ! @ # $ % ^ & * ( ) _ = +
Q W E R T Y U I O P { } |
q w e r t y u i o p [ ] \
A S D F G H J K L : "
a s d f g h j k l ; '
Z X C V B N M < > ?
z x c v b n m , . /
q w e r t u i o p Alt
a s d f j l Alt
c v n m ? Alt
A C R T O Alt
a c d o p r t [ Ctrl
"Searching" redirects here. For the property, see Automatic searching.

The search command is a feature in Nethack that searches the 8 squares surrounding you for secret doors, secret passages, hidden or invisible monsters, and hidden traps.

Description

For the source reference that dictates searching odds, see dosearch0 in detect.c.

By pressing the s key, you will search each of the surrounding squares. Your chance of success for searching depends generally on Luck and any items with applicable bonuses, and varies with the dungeon features that can potentially be revealed. Successfully discovering a dungeon feature via searching exercises wisdom. Hidden monsters are usually revealed immediately by searching, while invisible monsters found via searching will have their square marked with an I - beware, as they may move to another square afterward.

For secret doors or corridors, you will reveal them if rnl(7 − bonus) is zero - the default bonus is zero, and wearing a pair of lenses increases it by 2; wielding Excalibur adds its enchantment (or subtracts it if negatively enchanted) to the bonus. This bonus to searching cannot exceed 5.

For traps, you will find one next to you if rnl(8) is zero - statue traps will activate, while other traps will not trigger upon being revealed.

Automatic searching

The automatic searching property will cause you to automatically search every turn - this search functions very similarly to the command, except that it does not find monsters. Some roles can gain this as an intrinsic, and it is granted extrinsically by wielding Excalibur or wearing a ring of searching.

Strategy

Early characters may have a difficult time revealing traps and dungeon features - a new character will have a roughly 22% chance of missing a door after 10 times searching the same spot. It is common to use a numeric prefix before the search command (e.g., "22s") to maximize the chance of revealing adjacent hidden doors or passages for a new character; a character with high Luck can usually uncover secrets reliably with ten or eleven searches. Applying a stethoscope instead can speed up things significantly, but does not exercise wisdom.

One method of efficient searching to find a hidden door leading out of a room is to select a three-square range along the wall, type "22s", then move three spaces along the wall and repeat until you find the door.

Probabilities

The table below displays your chances of searching success, based on your current Luck and whether you are using any equipment which aids searching.

Luck Traps Secret doors & corridors
Normal Lenses +5 Excalibur
≤ −3 <0.24% <0.27% <0.38% <0.94%
−2 to 2 12% 14% 20% 50%
3 to 5 25% 28% 40% 99%
6 to 8 37% 42% 59% 99%
9 to 11 49% 56% 78% 99%
12 to 13 61% 70% 98% 99%

To find a given trap or secret door, the number of trials to be 95% certain of success:

Luck Traps Secret doors & corridors
Normal Lenses +5 Excalibur
≤ −3 >1247 >1108 >787 >317
−2 to 2 23.43 19.86 13.43 4.32
3 to 5 10.41 9.12 5.86 1
6 to 8 6.48 5.5 3.36 1
9 to 11 4.45 3.65 1.98 1
12 to 13 3.18 2.49 1 1

FIQHack

Searching in FIQHack functions in a considerably different way than in vanilla NetHack. In FIQHack, searching may detect secret doors, secret passages, and hidden traps up to 5 tiles away. With non-negative luck, searching will always reveal any hidden doors or passages that are adjacent to you, but the effectiveness decreases as the distance from the player increases.

Base search formula: x20 × 2(distance − 1) capped at 5 tiles away (x320, i.e. 116 with the base search rate)

x is 20 + Luck + (ring enchantment × 5), plus 5 with lenses. This value is no lower than 1 and has no maximum.

If this check passes, doors and corridors will always be revealed, meaning at base Luck and no negatively enchanted rings of searching, you will always find secret doors and corridors. Traps must, in addition to this, pass another check: x6, where x is 1 normally or 2 + ring enchantment with the extrinsic searching.

Automatic searching no longer always happens. The autosearch rate is 13 with the intrinsic, or 3 + total ring enchantment6 of the time with the extrinsic. With a ring of searching enchanted to +2 or greater, you will usually detect traps before stepping on them, reducing your need to search manually.

At +3 ring enchantment with base Luck, you find traps 56 of the time when next to it (and about half the time you'll spot a trap two tiles away). At +4 and base Luck, you will always find traps next to you; further enchantment only helps you detect hidden and secret things from a greater distance.

Finding hidden monsters works exactly the same as in vanilla. Automatic searching will not help you find hidden monsters, nor will they be revealed further away than next to you.

An object with the searching object property does not gain additional effectiveness from enchantment, but merely grants the automatic searching extrinsic. They do, however, still gain the benefit of having extrinsic automatic searching rather than intrinsic, meaning it procs more often and finds trap more realibly (searches half of the time instead of 13, and find traps 13 of the time rather than 16).

References


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

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

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