Class ChallengerNPC
java.lang.Object
games.stendhal.server.maps.magic.house1.ChallengerNPC
- All Implemented Interfaces:
ZoneConfigurator
The Chaos Sorcerer controlling entry to the adventure island
- Author:
- kymara
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intHow long to wait before visiting island again.static final intlowest level allowed to island.static final StringThe name of the quest slot where we store the time last visited. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.
-
Field Details
-
MIN_LEVEL
public static final int MIN_LEVELlowest level allowed to island.- See Also:
-
DAYS_BEFORE_REPEAT
public static final int DAYS_BEFORE_REPEATHow long to wait before visiting island again.- See Also:
-
QUEST_SLOT
The name of the quest slot where we store the time last visited.- See Also:
-
-
Constructor Details
-
ChallengerNPC
public ChallengerNPC()
-
-
Method Details
-
configureZone
Description copied from interface:ZoneConfiguratorConfigure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-