Examples of ExamineChatAction


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

        "wizards",
        new QuestInStateCondition(QUEST_SLOT,"candles_done"),
        ConversationStates.ATTENDING,
        "Take this parchment with hints about the seven wizards, you will need it at each step I #send you on. " +
        "Listen for my message telling you whose domain you entered, at each step, or you cannot choose the correct creature.",
        new ExamineChatAction("wizards-parchment.png", "Parchment", "The wizards circle"));

    // incase the player still has candles, remove them from him
    npc.add(ConversationStates.ATTENDING,
      "send",
      new AndCondition(
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.