Class ZoologistNPC
java.lang.Object
games.stendhal.server.maps.ados.animal_sanctuary.ZoologistNPC
- All Implemented Interfaces:
ZoneConfigurator
NPC used in the Antivenom Ring quest that can extract
cobra venom
from a venom gland
.- Author:
- AntumDeluge
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure the NPC in a zone.
-
Constructor Details
-
ZoologistNPC
public ZoologistNPC()
-
-
Method Details
-
configureZone
Configure the NPC in a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-