Package games.stendhal.server.entity.npc.action

Examples of games.stendhal.server.entity.npc.action.SetQuestToPlayerAgeAction


  public void addToStarterNPCs() {
    SpeakerNPC npc = npcs.get("Fidorea");

    ChatAction startAction = new MultipleActions(
      new SetQuestAction(QUEST_SLOT, 0, points.get(0)),
      new SetQuestToPlayerAgeAction(QUEST_SLOT, 1),
      new SetQuestToYearAction(QUEST_SLOT, 2));

    // Fidorea introduces the quests
    npc.add(
      ConversationStates.ATTENDING,
View Full Code Here

TOP

Related Classes of games.stendhal.server.entity.npc.action.SetQuestToPlayerAgeAction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.