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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...