Package com.l2jfrozen.gameserver.model.actor.instance

Examples of com.l2jfrozen.gameserver.model.actor.instance.L2DecoInstance.spawnMe()


      {
        flag.spawnMe(85020, -15891, -1823);
      }
      else if(flagCounter == 4)
      {
        flag.spawnMe(81222, -16803, -1829);
      }
      else if(flagCounter == 5)
      {
        flag.spawnMe(83486, -15069, -1828);
      }
View Full Code Here


      {
        flag.spawnMe(81222, -16803, -1829);
      }
      else if(flagCounter == 5)
      {
        flag.spawnMe(83486, -15069, -1828);
      }
      clanPlayersInfo regPlayers = _clansInfo.get(clan.getClanId());
      regPlayers._flag = flag;
      flagCounter++;
    }
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.