Examples of QuestInStateCondition


Examples of games.stendhal.server.entity.npc.condition.QuestInStateCondition

    return 60;
  }
 
  @Override
  public boolean isRepeatable(final Player player) {
    return new QuestInStateCondition(QUEST_SLOT,0,"flower_brought").fire(player,null, null);
  }
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.