Encuesta

What do you think of the mod?

It's good
Normal
Bad

Autor Tema: [MOD] High Ping Protection  (Leído 2696 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[MOD] High Ping Protection
« en: 16 de Mayo de 2017, 06:46:32 pm »
Information:

[EN] It expels players with a lot of latency (lag).
[ES] Expulsa a los jugadores con mucha latencia (lag).

Features:
  • High Ping Protection
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# High Ping Protection Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Enabled High Ping Protection:
# Default: True
Enabled = True

# Host where verification is performed.
# It can be either the IP address (xxx.xxx.xxx.xxx) or the hostname (google.com)
# Default: localhost
Host = localhost

# Port of the host where the verification is performed.
# It is 100% IMPERATIVE to have the port OPEN on the host defined.
# Default: 80
Port = 80

# Show the message with the current ping in the player chat window?
# Default: True
ShowPing = True

# Automatically check the ping every "x" time (in minutes).
# Default: 30
CheckDelay = 30

# Maximum ping supported (from 1 to 200 ms is permissible, from 250 ms, it becomes impossible to play).
# IMPORTANT: When ping is greater than or equal to indicated, then the player will be logged out of the server.
# IMPORTANT: Value 0 for disabled kick player.
# Default: 250
MaxPing = 250

Link to download:

You are not allowed to view links. Register or Login



Upcoming Features:

Green ------- Feature that has already been tested and added.
Orange ----- Feature in development or partially done.
Red --------- Feature is not yet available.

- Add local command for test ping