Package l2p.gameserver.model.entity.residence

Examples of l2p.gameserver.model.entity.residence.Residence.spawnDoor()


      {
        siegeUnit.changeOwner(null);
      }
      else if(fullString.equalsIgnoreCase("admin_spawn_doors"))
      {
        siegeUnit.spawnDoor();
      }
      else if(fullString.equalsIgnoreCase("admin_startsiege"))
      {
        siegeUnit.getSiege().startSiege();
      }
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.