L2JDevs Project - Developers Community

Mods Development => Mods Pack => Mensaje iniciado por: U3Games en 22 de Enero de 2023, 05:44:57 pm

Título: [MOD] Giveaway Event
Publicado por: U3Games en 22 de Enero de 2023, 05:44:57 pm
Information:

[EN] It is an automatic event, where you register with a command and enter the draw for a random reward. The user must be connected to be registered or they will be eliminated from the draw.

[ES] Se trata de un evento automatico, en donde te registras con un comando y entras en el sorteo de una recompensa aleatoria. Ha de estar el usuario conectado para estar registrado o se eliminará del sorteo.

Images:

(https://www.l2jdevs.org/forum/index.php?action=dlattach;topic=611.0;attach=267)

Config:

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

# Time to start event (minutes):
# Default: 60
EventStartTime = 60

# Time to restart event (minutes):
# Default: 300
EventRestartTime = 300

# Active event time (minutes):
# Default: 180
EventDurationTime = 180

# Reward Item ID/Amount list:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
EventRewards = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]




Upcoming Features:

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