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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
VampireLordCreature
public VampireLordCreature()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-