Package l2p.gameserver.model.quest

Examples of l2p.gameserver.model.quest.QuestState.startQuestTimer()


      for(int i : CHESTS)
      {
        leader.addSpawn(i, 102100, 103450, -3400, 0, 100, 60000);
      }
    }
    leader.startQuestTimer("chest_timer", 60000);
  }

  public void stop_chest_game(QuestState st)
  {
    QuestState leader = getLeader(st);
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.