L2JDevs Project - Developers Community

Mods Development => Mods Pack => Mensaje iniciado por: U3Games en 11 de Junio de 2022, 04:06:17 am

Título: [MOD] Newbie Protecction
Publicado por: U3Games en 11 de Junio de 2022, 04:06:17 am
Information:

[EN] Mod that blocks the attack of other players due to the difference in levels between them.
[ES] Mod que bloquea el ataque de otros jugadores por la diferencia de niveles entre ambos.

Images:

(https://www.l2jdevs.org/forum/index.php?action=dlattach;topic=598.0;attach=257)

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Newbie 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 Newbie Protection System:
# Default: False
NewbieProtectionSystemEnabled = False

# Enabled class level required:
# NOTE: "0" to players with no class change available.
# NOTE: "1" to players with the first class level completed.
# NOTE: "2" to players with the second class level completed.
# NOTE: "3" to players with the third class level completed.
# NOTE: "4" to disabled.
# Default: 2
NewbieProtectionClassType = 2

# Maximum level of newbies to protect them (0 = Disabled):
# Default: 45
NewbieProtectionLevel = 45


# Enabled protection for level difference (PVE/PVP):
# Default: True
NewbieProtectionDiferenceEnabled = True

# Maximum amount of difference levels allowed:
# Default: 40
NewbieProtectionDiferenceLevel = 40


Upcoming Features:

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