Class FarmerNPC
java.lang.Object
games.stendhal.server.maps.ados.forest.FarmerNPC
- All Implemented Interfaces:
ZoneConfigurator
Builds Karl, the farmer NPC.
He gives horse hairs needed for the BowsForOuchit quest
He gives help to newcomers about the area
He suggests you can buy milk from his wife Philomena
- Author:
- kymara
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.
-
Constructor Details
-
FarmerNPC
public FarmerNPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-