L2JMobius

Free Users => General Discussion => Topic started by: junin00 on July 13, 2020, 09:29:09 PM

Title: Player is kicked from Sheme Buffer
Post by: junin00 on July 13, 2020, 09:29:09 PM
When you click create a list without typing anything in the sheme buffer, the server disconnects the player.
Has anyone else tested this?

(http://www.mediafire.com/convkey/0148/bf8wagacn6n64yq4g.jpg) (http://www.mediafire.com/view/bf8wagacn6n64yq/shemebufferkick.jpg/file)
Title: Re: Player is kicked from Sheme Buffer
Post by: Mobius on July 14, 2020, 06:01:10 AM
Disable bypass protection?
Title: Re: Player is kicked from Sheme Buffer
Post by: junin00 on July 14, 2020, 06:31:48 AM
It was like in the repository, I had not made any changes, I took the test putting the type of punishment as "none", still continued to kick.

Flood.ini
Code: [Select]
# ServerBypass - server bypass flooding
FloodProtectorServerBypassInterval = 5
FloodProtectorServerBypassLogFlooding = False
FloodProtectorServerBypassPunishmentLimit = 10
FloodProtectorServerBypassPunishmentType = kick
FloodProtectorServerBypassPunishmentTime = 0

So I changed the BypassValidation option to false, then stopped kicking. Is it okay to stay like this? Thank you.

Other.ini
Code: [Select]
# On / Off exploit protection
# True: exploit protection activated
# False: exploit protection deactivated
# IMPORTANT: Put True for server security.
BypassValidation = False