Class ChallengerNPC

java.lang.Object
games.stendhal.server.maps.magic.house1.ChallengerNPC
All Implemented Interfaces:
ZoneConfigurator

public class ChallengerNPC extends Object implements ZoneConfigurator
The Chaos Sorcerer controlling entry to the adventure island
Author:
kymara
  • Field Details

    • MIN_LEVEL

      public static final int MIN_LEVEL
      lowest level allowed to island.
      See Also:
    • DAYS_BEFORE_REPEAT

      public static final int DAYS_BEFORE_REPEAT
      How long to wait before visiting island again.
      See Also:
    • QUEST_SLOT

      public static final String QUEST_SLOT
      The name of the quest slot where we store the time last visited.
      See Also:
  • Constructor Details

    • ChallengerNPC

      public ChallengerNPC()
  • Method Details