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