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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(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:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-