wizard mode level teleport (trunk only)
Responding with '?' to the "what level?" prompt when using ^V in
wizard mode brings up a menu of special level destinations that lets you
move across dungeon branches. But getting in and out of Fort Ludios
didn't work, and jumping to the endgame forced you to arrive on the Plane
of Earth. Now Fort Ludios will not be selectable in the menu until after
the portal ordinarily used to reach it has been created (so you'll need a
level between Bigroom and Medusa with a vault on it to be created before
you can bypass the magic portal and jump directly to the Fort), and you
can go directly to any of the elemental planes, including Astral, without
stopping at Earth first (the Wizard will be there to greet you, whichever
level you pick). Also, this limits the menu to endgame entries once you
are in the endgame. (Previously, picking a non-endgame level would yield
"you can't get there from here"; you can still get that, if you really
want to see it for some reason, by giving a destination level number
outside the range of -1 to -5 instead of using the menu.)
I hadn't realized that this feature has been around since 3.4.2 until
I couldn't find any new feature entry for in the current fixes file....
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# SCCS Id: @(#)knox.des 3.5 1994/08/20
|
||||
# SCCS Id: @(#)knox.des 3.5 2006/03/20
|
||||
# Copyright (c) 1989 by Jean-Christophe Collet
|
||||
# Copyright (c) 1992 by Izchak Miller
|
||||
# NetHack may be freely redistributed. See license for details.
|
||||
@@ -32,6 +32,9 @@ ENDMAP
|
||||
NON_DIGGABLE:(00,00,75,19)
|
||||
# Portal arrival point
|
||||
BRANCH:(08,16,08,16),(0,0,0,0)
|
||||
# accessible via ^V in wizard mode; arrive near the portal
|
||||
TELEPORT_REGION:(06,16,09,17),(0,0,0,0),up
|
||||
TELEPORT_REGION:(06,16,09,17),(0,0,0,0),down
|
||||
# Throne room, with Croesus on the throne
|
||||
REGION:(37,08,46,11),lit,"throne"
|
||||
MONSTER:'@',"Croesus",(43,10),hostile
|
||||
|
||||
Reference in New Issue
Block a user