Encuesta

What do you think of the mod?

It's good
Normal
Bad

Autor Tema: [MOD] New Charater System  (Leído 2257 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[MOD] New Charater System
« en: 14 de Mayo de 2017, 01:02:31 pm »
Information:

[EN] Mod that facilitates the modification of the effects and the title of the new players.
[ES] Mod que facilita la modificación de los efectos y el título de los nuevos jugadores.

Features:
  • Level configurable
  • Custom Title Name
  • Custom Visual Effects
  • Buff Skill Effects

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# New Charater System Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# Max level for add effects in new players:
# Default: 15
MaxLevel = 15


# -------------------------------------------------------
# Title Name Character Setting
# -------------------------------------------------------
# Enabled custom title for newbie players:
# Default: False
TitleNameCharacterEnabled = False

# String title for player:
# Default: U3Games
TitleNameCharacter = U3Games


# -------------------------------------------------------
# Visual Effects Setting
# -------------------------------------------------------
# Enabled visual effect:
# Default: False
VisualEffectsEnabled = False

# Name of visual effect for player (AbnormalVisualEffect.java: PARALYZE, SILENCE, ...).
# Default: STIGMA_OF_SILEN
VisualEffectsName = STIGMA_OF_SILEN


# -------------------------------------------------------
# Buff Skill Effects Setting
# -------------------------------------------------------
# Enabled buff for newbie players:
# Default: False
BuffSkillEffectsEnabled = False

# Buff for mage players.
# Default: [ { id = 1504 , level = 1 }, { id = 1500 , level = 1 }, { id = 1501 , level = 1 }, { id = 1085 , level = 1 } ]
BuffSkillEffectsMageId = [ { id = 1504 , level = 1 }, { id = 1500 , level = 1 }, { id = 1501 , level = 1 }, { id = 1085 , level = 1 } ]

# Buff for fighter players.
# Default: [ { id = 1504 , level = 1 }, { id = 1501 , level = 1 }, { id = 1502 , level = 1 }, { id = 1499 , level = 1 } ]
BuffSkillEffectsFighterId = [ { id = 1504 , level = 1 }, { id = 1501 , level = 1 }, { id = 1502 , level = 1 }, { id = 1499 , level = 1 } ]

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.