Class KoboldBarmaidNPC
java.lang.Object
games.stendhal.server.maps.wofol.bar.KoboldBarmaidNPC
- All Implemented Interfaces:
ZoneConfigurator
Provides Wrviliza, the kobold barmaid in Wo'fol.
She's Wrvil's wife.
Offers a quest wich rewards the player with some bottles of V.S.O.P. koboldish torcibud.
- Author:
- omero
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
KoboldBarmaidNPC
public KoboldBarmaidNPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-