Class VampireLordCreature
java.lang.Object
games.stendhal.server.maps.semos.catacombs.VampireLordCreature
- All Implemented Interfaces:
ZoneConfigurator
Configure Catacombs to include a Vampire lord Creature who carries a skull ring.
Then it should give an skull ring that is bound to the player, only while they have that quest active.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.
-
Constructor Details
-
VampireLordCreature
public VampireLordCreature()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-