Class TaxmanNPC
java.lang.Object
games.stendhal.server.maps.ados.townhall.TaxmanNPC
- All Implemented Interfaces:
ZoneConfigurator
Builds an NPC to keep track of all the traders in Faiumoni
This means players can come find prices of all items.
The shop signs now have to be coded in XML not java because the implementation got moved over :(
So if you want to read them see data/conf/zones/ados.xml
- Author:
- kymara
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
TaxmanNPC
public TaxmanNPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-