Examples of allowPlayerEntry()


Examples of com.l2jfrozen.gameserver.model.zone.type.L2BossZone.allowPlayerEntry()

        if(Config.DEBUG)
        {
          _log.fine("Teleporting player " + player.getName() + " to new location: " + list.getLocX() + ":" + list.getLocY() + ":" + list.getLocZ());
        }
        L2BossZone _zone = GrandBossManager.getInstance().getZone(list.getLocX(), list.getLocY(), list.getLocZ());
        _zone.allowPlayerEntry(player, 300);
        player.teleToLocation(list.getLocX(), list.getLocY(), list.getLocZ(), true);
      }
      else if(!list.getIsForNoble() && (Config.ALT_GAME_FREE_TELEPORT || player.reduceAdena("Teleport", list.getPrice(), this, true)))
      {
        if(Config.DEBUG)
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.