Examples of SSQInfo


Examples of l2p.gameserver.serverpackets.SSQInfo

      _log.info("SevenSignsPeriodChange: new=" + _activePeriod);
      try
      {
        _log.info("SevenSigns: Change Catacomb spawn...");
        CatacombSpawnManager.getInstance().notifyChangeMode();
        SSQInfo ss = new SSQInfo();
        for(L2Player player : L2ObjectsStorage.getAllPlayersForIterate())
        {
          player.sendPacket(ss);
        }
        _log.info("SevenSigns: Spawning NPCs...");
View Full Code Here

Examples of lineage2.gameserver.network.serverpackets.SSQInfo

      activeChar.startTimers();
    }
    activeChar.sendPacket(new ExBR_PremiumState(activeChar, activeChar.hasBonus()));
   
    activeChar.getMacroses().sendUpdate(0x01, 0, true);
        activeChar.sendPacket(new SSQInfo(), new HennaInfo(activeChar));
    activeChar.sendItemList(false);
    activeChar.sendPacket(new ShortCutInit(activeChar));
        activeChar.sendPacket(new ShortCutInit(activeChar), new SkillList(activeChar), new SkillCoolTime(activeChar));
    activeChar.sendPacket(new SkillCoolTime(activeChar));
    //activeChar.sendPacket(new ExCastleState(_castle));
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.