Encuesta

What do you think of the mod?

It's good
Normal
Bad

Autor Tema: [MOD] Buffer Manager  (Leído 3231 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[MOD] Buffer Manager
« en: 05 de Julio de 2018, 05:12:36 pm »
Information:

[EN] It is the famous Npc Buffer, fully configurable.
[ES] Se trata del famoso Npc Buffer, totalmente configurable.

Video:



Images:







Config:

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

# ID of Npc Event:
# Default: 900501
BufferManagerNpcId = 900501

# Max buff number per page:
# Default: 10
MaxBuffInList = 10

# Max profile number per player:
# Default: 4
ProfileMaxAmount = 4

# Enabled visual cast of buff:
# Default: False
VisualCastEnabled = False

# Enabled Screen Message:
# Default: False
ShowScreenMsg = False

# Time of Screen Message (seconds):
# Default: 1
ShowScreenMsgTime = 1

# Item id for heal service:
# Default: 57
HealCoinId = 57

# Price for heal service:
# Default: 1000
HealCoinPrice = 1000


# -------------------------------------------------------
# Buff Premium Setting
# -------------------------------------------------------
# Enabled Premium System (all free for players premium):
# Default: False
PremiumEnabled = False

# Enabled system by item:
# Default: False
PremiumItemEnabled = False

# List of item premium:
# Default: ["999000","999001"]
PremiumItemId = ["999000","999001"]

# Enabled system by access level:
# Default: False
PremiumAccesLevelEnabled = False

# Acces level require:
# Default: 8
PremiumAccesLevel = 8


# -------------------------------------------------------
# Buff Conditions Setting
# -------------------------------------------------------
# Enabled conditions for buff services:
# Default: False
ConditionEnabled = False

# Minimum level required (0 to disabled).
# Default: 0
MinLevel = 0

# Can use services in combat mode:
# Default: False
InCombatState = False

# Can use services in flag mode:
# Default: False
InFlagState = False

# Can use services in karma mode:
# Default: False
InKarmaState = False

# Can use services with a curse weapon:
# Default: False
InKaoticState = False

Donwload:

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.

- Xml folder for buff information.
- Admin panel for update buffs.
- Html for all types of buffs.
- Auto buff macro (mage and warrior).
- SQL save player buffs.
- Buff for player and summons.
- Screen message of buff.
- Conditions settings in config.
- Premium servide, free buffs!
- Create player macro.
- To button action, return to back page.
- Visual Cast enabled in config.
- All messages, button and names in lang xml.