Package l2p.gameserver.serverpackets

Examples of l2p.gameserver.serverpackets.SetSummonRemainTime


        {
          owner.sendPacket(Msg.SINCE_YOU_DO_NOT_HAVE_ENOUGH_ITEMS_TO_MAINTAIN_THE_SERVITORS_STAY_THE_SERVITOR_WILL_DISAPPEAR);
          _summon.unSummon();
        }
      }
      owner.sendPacket(new SetSummonRemainTime(_summon));
      _disappearTask = ThreadPoolManager.getInstance().scheduleGeneral(new Lifetime(_summon), CYCLE);
    }
View Full Code Here

TOP

Related Classes of l2p.gameserver.serverpackets.SetSummonRemainTime

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.