Examples of FloodProtectorConfig


Examples of com.l2jfrozen.gameserver.util.FloodProtectorConfig

      FloodSetting.load(is);
      is.close();
       */
     
      FLOOD_PROTECTOR_USE_ITEM =
        new FloodProtectorConfig("UseItemFloodProtector");
      FLOOD_PROTECTOR_ROLL_DICE =
        new FloodProtectorConfig("RollDiceFloodProtector");
      FLOOD_PROTECTOR_FIREWORK =
        new FloodProtectorConfig("FireworkFloodProtector");
      FLOOD_PROTECTOR_ITEM_PET_SUMMON =
        new FloodProtectorConfig("ItemPetSummonFloodProtector");
      FLOOD_PROTECTOR_HERO_VOICE =
        new FloodProtectorConfig("HeroVoiceFloodProtector");
      FLOOD_PROTECTOR_GLOBAL_CHAT =
        new FloodProtectorConfig("GlobalChatFloodProtector");
      FLOOD_PROTECTOR_TRADE_CHAT =
        new FloodProtectorConfig("TradeChatFloodProtector");
      FLOOD_PROTECTOR_SUBCLASS =
        new FloodProtectorConfig("SubclassFloodProtector");
      FLOOD_PROTECTOR_DROP_ITEM =
        new FloodProtectorConfig("DropItemFloodProtector");
      FLOOD_PROTECTOR_SERVER_BYPASS =
        new FloodProtectorConfig("ServerBypassFloodProtector");
      FLOOD_PROTECTOR_MULTISELL =
        new FloodProtectorConfig("MultiSellFloodProtector");
      FLOOD_PROTECTOR_TRANSACTION =
        new FloodProtectorConfig("TransactionFloodProtector");
      FLOOD_PROTECTOR_MANUFACTURE =
        new FloodProtectorConfig("ManufactureFloodProtector");
      FLOOD_PROTECTOR_MANOR =
        new FloodProtectorConfig("ManorFloodProtector");
      FLOOD_PROTECTOR_CHARACTER_SELECT =
        new FloodProtectorConfig("CharacterSelectFloodProtector");
     
      FLOOD_PROTECTOR_UNKNOWN_PACKETS =
        new FloodProtectorConfig("UnknownPacketsFloodProtector");
      FLOOD_PROTECTOR_PARTY_INVITATION =
        new FloodProtectorConfig("PartyInvitationFloodProtector");
      FLOOD_PROTECTOR_SAY_ACTION =
        new FloodProtectorConfig("SayActionFloodProtector");
      FLOOD_PROTECTOR_MOVE_ACTION =
        new FloodProtectorConfig("MoveActionFloodProtector");
      FLOOD_PROTECTOR_GENERIC_ACTION =
        new FloodProtectorConfig("GenericActionFloodProtector",true);
      FLOOD_PROTECTOR_MACRO =
        new FloodProtectorConfig("MacroFloodProtector",true);
      FLOOD_PROTECTOR_POTION =
        new FloodProtectorConfig("PotionFloodProtector",true);
     
      // Load FloodProtector L2Properties file
      try
      {
        L2Properties security = new L2Properties();
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.