Encuesta

What do you think about this event?

Brutal
Good
Normal

Autor Tema: [EVENT] Death Match  (Leído 1770 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[EVENT] Death Match
« en: 25 de Octubre de 2020, 07:50:08 pm »
Information:

[EN] Individual player vs player event, fully configurable.
[ES] Evento player vs player individual, totalmente configurable.


Video:

You are not allowed to view links. Register or Login

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Death Match Event (By L2JDevs Event Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# -------------------------------------------------------
# General Setting
# -------------------------------------------------------
# Event name:
# Default: DeathMatch
EventName = DeathMatch

# Event free waiting time (in seconds).
# Default: 5
EventWaitingTime = 5

# Event running time (in minutes).
# Default: 10
EventRunningTime = 10

# Minimum amount of players for start event:
# Default: 2
EventMinPlayers = 2

# Maximum amount of players in event:
# Default: 100
EventMaxPlayers = 100


# -------------------------------------------------------
# Reward Setting
# -------------------------------------------------------
# Rewards for winner player or team:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 100000 } ]
EventWinnerReward = [ { id = 3470 , count = 1 }, { id = 57, count = 100000 } ]

# Rewards bonus for player to kill:
# Default: [ { id = 57, count = 2500 } ]
EventBonusReward = [ { id = 57, count = 2500 } ]


# -------------------------------------------------------
# Features Setting
# -------------------------------------------------------
# Activate the friendly fire, allows attacking players of the same team.
# Default = True
FriendlyFireEnabled = False

# Event Rules:
EventPotionsAllowed = True
EventScrollsAllowed = True
EventSubclassAllowed = True
EventBuffAllowed = True



Upcoming Features:

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