Class GuessKillsNPC
java.lang.Object
games.stendhal.server.maps.nalwor.city.GuessKillsNPC
- All Implemented Interfaces:
ZoneConfigurator
QUEST: The Guessing Game
PARTICIPANTS:
- Crearid, an old lady found in Nalwor city
- Crearid asks if you want to play a game
- She picks a random creature you have killed and asks you to guess how many of those you killed
- You get three guesses and get rewarded if your guess exactly matches the number or a lower reward if your guess is close to the correct number
- 50 XP
- Weekly
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
GuessKillsNPC
public GuessKillsNPC()
-
-
Method Details
-
configureZone
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-