Examples of SpawnInfo


Examples of lineage2.gameserver.templates.InstantZone.SpawnInfo

      boolean dispelBuffs = false;
      boolean onPartyDismiss = true;
      int mobId, respawn, respawnRnd, count, sharedReuseGroup = 0;
      int collapseIfEmpty = 0;
      int spawnType = 0;
      SpawnInfo spawnDat = null;
      int removedItemId = 0, removedItemCount = 0, giveItemId = 0, givedItemCount = 0, requiredQuestId = 0;
      int maxChannels = 20;
      boolean removedItemNecessity = false;
      boolean setReuseUponEntry = true;
      StatsSet params = new StatsSet();
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.