Encuesta

What do you think of the mod?

It's good
Normal
Bad

Autor Tema: [MOD] Sell Buff Player  (Leído 2327 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[MOD] Sell Buff Player
« en: 14 de Abril de 2022, 08:57:18 pm »
Information:

[EN] Shop system for selling personal buffs.
[ES] Sistema de tienda para venta de buffs personales.

Images:





Config:

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

# Item id with which to pay:
# 57 = Adenas
# Default: 57
SellBuffItemId = 57

# Min price for buff:
# Default: 10
SellBuffMinPrice = 10

# Max price for buff:
# Default: 100000
SellBuffMaxPrice = 100000

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

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

# List of skills not enabled:
# Default: ["1323","327","1325","1326","1327","396","1376","1375","395","1374"]
SellBuffListSkillsOff = ["1323","327","1325","1326","1327","396","1376","1375","395","1374"]

# If set to True, sell buff mode player will be possible only peace zones:
# Default: False
SellBuffModeInPeaceZone = False

# If set to True, title color will be changed then entering sell buff mode:
# Default: True
SellBuffModeTitleEnabled = True

# Text of the title in sell buff mode (if SellBuffModeTitleEnabled = True):
# Default: -= SELL BUFF =-
SellBuffModeTitleText = -- SELL BUFF --

# Color of the title in sell buff mode (if SellBuffModeTitleEnabled = True):
# Default: FFFFFF
SellBuffModeTitleColor = FFFFFF



Upcoming Features:

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

  • Sell buff in offline mode.
  • Store effect on seller title.
  • Purchase item to be chosen by the player.