Class TutorialStep
java.lang.Object
games.stendhal.server.maps.quests.tutorial.TutorialStep
- Direct Known Subclasses:
PrepareStepChat
,PrepareStepCombat
,PrepareStepFinal
,PrepareStepItems
,PrepareStepNPCs
,PrepareStepOffer
,PrepareStepPets
,PrepareStepQuests
,PrepareStepRules
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ChatAction
delayMessage(int delay, String msg)
Creates a chat action that has NPC say a phrase after a set number of turns has passed.static void
dismantleIsland(Player player)
abstract void
static void
setAttributes(String slot, String basename)
-
Field Details
-
SLOT
-
tutorBasename
-
ST_RULES
- See Also:
- Constant Field Values
-
ST_NPCS
- See Also:
- Constant Field Values
-
ST_CHAT
- See Also:
- Constant Field Values
-
ST_ITEMS
- See Also:
- Constant Field Values
-
ST_COMBAT
- See Also:
- Constant Field Values
-
ST_QUESTS
- See Also:
- Constant Field Values
-
ST_PETS
- See Also:
- Constant Field Values
-
ST_FINAL
- See Also:
- Constant Field Values
-
-
Constructor Details
-
TutorialStep
public TutorialStep()
-
-
Method Details
-
init
-
setAttributes
-
delayMessage
Creates a chat action that has NPC say a phrase after a set number of turns has passed.- Parameters:
delay
- Number of turns to wait.msg
- The phrase that the NPC will say.- Returns:
- New ChatAction instance.
-
dismantleIsland
-