Class RingSmithNPC
java.lang.Object
games.stendhal.server.maps.fado.weaponshop.RingSmithNPC
- All Implemented Interfaces:
ZoneConfigurator
Builds an NPC to buy gems and gold and sell engagement ring.
He is also the NPC who can fix a broken emerald ring (../../quests/Ringmaker.java)
He is also the NPC who casts the wedding ring (../../quests/Marriage.java)
- Author:
- kymara
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.
-
Constructor Details
-
RingSmithNPC
public RingSmithNPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-