Encuesta

What do you think of the mod?

It's good
Normal
Bad

Autor Tema: [MOD] Support Reward System  (Leído 2897 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[MOD] Support Reward System
« en: 24 de Mayo de 2017, 06:41:08 pm »
Information:

[EN] Gives rewards to those who help kill an enemy (player).
[ES] Otorga recompensas a quienes ayudan a matar a un enemigo (jugador).

Features:
  • Support Reward
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Support Rewards 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 Assistance Effects:
# Default: False
SupportRewardEnabled = False

# Radius to player reward:
# Default: 2500
SupportRewardRadius = 2500

# Need flag mode for reward:
# Default: False
SupportRewardFlagEnabled = False

# Class id for reward:
# Default: ["96","97","115","116","104","105","98","136","112","107","111","100"]
SupportRewardClassId = ["96","97","115","116","104","105","98","136","112","107","111","100"]

# Enabled PvP points reward (only in siege or pvp zone):
# Default: False
SupportRewardPvPEnabled = False

# PvP amount reward:
# Default: 10
SupportRewardPvPCount = 10

# Enabled Fame points reward (only in siege or pvp zone):
# Default: False
SupportRewardFameEnabled = False

# Fame amount reward:
# Default: 1
SupportRewardFameCount = 1

# Enabled XP/SP reward:
# Default: False
SupportRewardPointsEnabled = False

# XP amount reward:
# Default: 1000
SupportRewardXpAmount = 1000

# SP amount reward:
# Default: 500
SupportRewardSpAmount = 500

# Enabled item reward:
# Default: False
SupportRewardItemEnabled = False

# Item Rewards for support player:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
SupportRewardItem = [ { id = 3470 , amount = 1 }, { id = 57, amount = 1000 } ]

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.