L2JDevs Project - Developers Community

Mods Development => Mods Pack => Mensaje iniciado por: U3Games en 15 de Abril de 2017, 03:45:51 pm

Título: [MOD] Kill The Mob Event
Publicado por: U3Games en 15 de Abril de 2017, 03:45:51 pm
Information:

[EN] Automatic event, when active who kills the indicated mob, will get an additional reward.
[ES] Evento automatico, cuando esta activo quien mate al mob indicado, obtendra una recompensa adicional.

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Kill The Mob 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 Kill The Mob:
# Default: False
KillTheMobEnabled = False

# Enabled log message console:
# Default: False
KillTheMobLogEnabled = False

# Time to start event (minutes):
# Default: 10
KillTheMobStartTime = 10

# Time to restart event (minutes):
# Default: 180
KillTheMobRestartTime = 180

# Active event time (minutes):
# Default: 30
KillTheMobDurationTime = 30

# Multiplies the rate of XP dropped from monster:
# Default: 2
KillTheMobRateXp = 2

# Multiplies the rate of SP dropped from monster:
# Default: 2
KillTheMobRateSp = 2

# List of mobs to kill in event:
# Default: ["22857", "22828"]
KillTheMobNpcId = ["22857", "22828"]

# Rewards for player:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
ModKillTheMobRewards = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]

Download:

http://www.l2jdevs.org/?product=kill-the-mob-event



Upcoming Features:

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