Encuesta

What do you think of the mod?

It's good
Normal
Bad

Autor Tema: [MOD] Raid Boss Spawn Event  (Leído 2367 veces)

Desconectado U3Games

  • Administrator
  • User
  • *
  • Mensajes: 164
    • Ver Perfil
[MOD] Raid Boss Spawn Event
« en: 15 de Abril de 2017, 04:18:27 pm »
Information:

[EN] Automatic event, when a random raid boss appears. All players who helped kill him are rewarded.
[ES] Evento automatico, cuando esta activo aparece un raid boss aleatorio. Todos los jugadores que ayudaron a matarlo son recompensados.

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Raid Boss Spawn 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 Raid Boss Spawn:
# Default: False
RaidBossSpawnEnabled = False

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

# Location for Event NPC to spawn in form x,y,z:
# Default: [ { x = 149494 , y = 46770, z = -3408 } ] // Coliseum Aden
RaidBossSpawnCoords = [ { x = 149494 , y = 46770, z = -3408 } ]

# Time to start event (minutes):
# Default: 30
RaidBossSpawnStartTime = 30

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

# Active event time (minutes):
# Default: 60
RaidBossSpawnDurationTime = 60

# List of mobs for the event:
# Default: ["25527", "25319"]
RaidBossSpawnNpcId = ["25527", "25319"]

# Ratio of mob to player for reward:
# Default: 1500
RaidBossSpawnRatio = 1500

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

# Drop setting:
# Default: [ { idDrop = 1539 , minDrop = 25 , maxDrop = 100 , chanceDrop = 85 }, { idDrop = 728 , minDrop = 25 , maxDrop = 100 , chanceDrop = 75 }, { idDrop = 1538 , minDrop = 1 , maxDrop = 10 , chanceDrop = 50 } ]
RaidBossSpawnDropRewards = [ { idDrop = 1539 , minDrop = 25 , maxDrop = 100 , chanceDrop = 85 }, { idDrop = 728 , minDrop = 25 , maxDrop = 100 , chanceDrop = 75 }, { idDrop = 1538 , minDrop = 1 , maxDrop = 10 , chanceDrop = 50 } ]

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.