Package l2p.gameserver.model.quest

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


    }
    for(int n = 1; n <= 5; n++)
    {
      for(int i : CHESTS)
      {
        leader.addSpawn(i, 102100, 103450, -3400, 0, 100, 60000);
      }
    }
    leader.startQuestTimer("chest_timer", 60000);
  }
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.