Jump to content
  • 0

[help]floodprotection


Question

Posted

hey guys i need ur help wth flood protection ,when i installed manually the floodprotector but the bypassserver is like u have to wait for 15 sec to do something here are the numbers:

 

// reuse delays for protected actions (in game ticks 1 tick = 100ms)

private static final int[] REUSEDELAY = new int[] 

                                                { 

                                            Config.PROTECTED_USEITEM, Config.PROTECTED_ROLLDICE, Config.PROTECTED_FIREWORK, 

                                            Config.PROTECTED_ITEMPETSUMMON, Config.PROTECTED_HEROVOICE, Config.PROTECTED_MULTISELL, Config.PROTECTED_BYPASS, Config.PROTECTED_SUBCLASS, Config.PROTECTED_CRYSTALLIZE, Config.PROTECTED_WAREHOUSE, Config.PROTECTED_DROPITEM, Config.PROTECTED_MACROCREATE, Config.PROTECTED_FRIENDINVITE, Config.PROTECTED_ENCHANT, Config.PROTECTED_GIVEPET, Config.PROTECTED_GETPET

                                        };

 

// protected actions

public static final int PROTECTED_USEITEM = 0;

public static final int PROTECTED_ROLLDICE = 1;

public static final int PROTECTED_FIREWORK = 2;

public static final int PROTECTED_ITEMPETSUMMON = 3;

public static final int PROTECTED_HEROVOICE = 4;

public static final int PROTECTED_MULTISELL    = 5;

public static final int PROTECTED_BYPASS        = 1;

public static final int PROTECTED_SUBCLASS      = 2;

public static final int PROTECTED_CRYSTALLIZE          = 8;

public static final int PROTECTED_WAREHOUSE            = 9;

public static final int PROTECTED_DROPITEM              = 10;

public static final int PROTECTED_MACROCREATE          = 11;

public static final int PROTECTED_FRIENDINVITE          = 12;

public static final int PROTECTED_ENCHANT              = 13;

public static final int PROTECTED_GIVEPET              = 14;

public static final int PROTECTED_GETPET                = 15;

 

 

here is the config

#-------------------------------------------

#FLOOD PROTECTOR SETTINGS BY XRYSOS AETOS

#-------------------------------------------

 

 

 

#---------------------------------------

#        CHAT FLOOD PROTECTORS        -

#---------------------------------------

 

# Protected Normal Chat

ProtectedChat = 4

 

# Protected Chat on Shout (!)

ProtectedChatShout = 4

 

# Protected Chat on Ally ($)

ProtectedChatAlly = 4

 

# Protected Chat on Clan (@)

ProtectedChatClan = 4

 

# Protected Chat on Hero Voice (%)

ProtectedChatHeroVoice = 4

 

# Protected Chat on PMs (")

ProtectedChatTell = 4

 

# Protected Chat on Trade (+)

ProtectedChatTrade = 4

 

# Protected Chat on Party (#)

ProtectedChatParty = 4

 

# Protected Chat on Party Room for Everyone

ProtectedChatPartyRoomAll = 4

 

# Protected Chat on Common Party Room

ProtectedChatPartyRoomCom = 4

 

#---------------------------------------

#        OTHER FLOOD PROTECTORS        -

#---------------------------------------

 

# FloodProtected UseItem

ProtectedUseItem = 4

 

# FloodProtected RollDice

ProtectedRollDice = 42

 

# FloodProtected Firework

ProtectedFireWork = 42

 

# FloodProtected Item / Pet Summon

ProtectedItemPetSummon = 16

 

# FloodProtected Hero Voice

ProtectedHeroVoice = 100

 

# FloodProtected SubClass

ProtectedSubClass = 50

 

# FloodProtected Multisell

ProtectedMultisell = 100

 

# FloodProtected Bypass To Server

ProtectedByPass = 2

 

# FloodProtected Crystallize

ProtectedCrystallize = 100

 

# FloodProtected Warehouse

ProtectedWarehouse = 100

 

# FloodProtected Drop Item

ProtectedDropItem = 1000

 

# Protected Macro Creation

ProtectedMacroCreate = 100

 

# Protected Friends Invite

ProtectedFriendInvite = 100

 

# Protected Enchant Item

ProtectedEnchant = 3

 

# Protected Pet Give Items

ProtectedGiveItemsToPet = 50

 

# Protected Pet Get Items

ProtectedGetItemsFromPet = 50

what are the right numbers please thx

5 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock