Package net.sf.l2j.gameserver.serverpackets

Examples of net.sf.l2j.gameserver.serverpackets.ObservationMode


    setTarget(null);
    stopMove(null);
    setIsParalyzed(true);
    setIsInvul(true);
    getAppearance().setInvisible();
    sendPacket(new ObservationMode(x, y, z));
    setXYZ(x, y, z);
   
    _observerMode = true;
    broadcastUserInfo();
  }
View Full Code Here

TOP

Related Classes of net.sf.l2j.gameserver.serverpackets.ObservationMode

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.