Difference between revisions of "Follower"

From NetHackWiki
Jump to navigation Jump to search
m (Categorized)
(Elbereth -> not follow; named demons wont always follow stairs down)
Line 1: Line 1:
A '''follower''' is a monster that follows you from one [[dungeon level]] to another, if it happens to be next to you when you change levels.
+
A '''follower''' is a monster that follows you from one [[dungeon level]] to another, if it happens to be next to you when you change levels. [[Elbereth]] will prevent this if the monster respects it.
  
 
Monsters which follow you across [[staircase]]s, [[level teleport]]s, [[trapdoor]]s etc. are:
 
Monsters which follow you across [[staircase]]s, [[level teleport]]s, [[trapdoor]]s etc. are:
Line 23: Line 23:
  
 
Monsters with the [[Amulet of Yendor]] won't follow across even if they would otherwise, and fleeing monsters will not follow, unless you're carrying the Amulet. Pets and the Wizard will follow even if they are fleeing.
 
Monsters with the [[Amulet of Yendor]] won't follow across even if they would otherwise, and fleeing monsters will not follow, unless you're carrying the Amulet. Pets and the Wizard will follow even if they are fleeing.
 +
 +
Not all [[covetous]] monsters are followers. In particular, liches and named demons won't always follow you down stairs.
  
 
See {{function|mondata.c|levl_follower}}.
 
See {{function|mondata.c|levl_follower}}.
 
 
 
[[Category:Monster attributes]]
 
[[Category:Monster attributes]]

Revision as of 09:58, 26 May 2010

A follower is a monster that follows you from one dungeon level to another, if it happens to be next to you when you change levels. Elbereth will prevent this if the monster respects it.

Monsters which follow you across staircases, level teleports, trapdoors etc. are:

Monsters with the Amulet of Yendor won't follow across even if they would otherwise, and fleeing monsters will not follow, unless you're carrying the Amulet. Pets and the Wizard will follow even if they are fleeing.

Not all covetous monsters are followers. In particular, liches and named demons won't always follow you down stairs.

See levl_follower in mondata.c.