Package l2p.gameserver.serverpackets

Examples of l2p.gameserver.serverpackets.CameraMode


          activeChar.setInvisible(false);
          activeChar.setIsInvul(false);
          activeChar.setNoChannel(0);
          activeChar.setFlying(false);
        }
        activeChar.sendPacket(new CameraMode(mode));
        break;
      }
      case admin_cinematic:
      {
        int id = Integer.parseInt(wordList[1]);
View Full Code Here

TOP

Related Classes of l2p.gameserver.serverpackets.CameraMode

Copyright © 2018 www.massapicom. 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.