Mensajes recientes

Páginas: 1 ... 8 9 [10]
91
Mods Pack / [MOD] Raid Boss Spawn Event
« Último mensaje por U3Games 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.
92
Mods Pack / [MOD] Kill The Mob Event
« Último mensaje 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:

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.
93
Mods Pack / [MOD] Kill The Champion Event
« Último mensaje por U3Games en 15 de Abril de 2017, 03:18:00 pm »
Information:

[EN] Automatic event, when active who kills a champion, will get an additional reward.
[ES] Evento automatico, cuando esta activo quien mate a un campeon, obtendra una recompensa adicional.

Config:

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

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

# Time to start event (minutes):
# Default: 25
KillTheChampionStartTime = 25

# Time to restart event (minutes):
# Default: 168
KillTheChampionRestartTime = 168

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

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

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.
94
Mods Pack / [MOD] Player Online Rewards Event
« Último mensaje por U3Games en 15 de Abril de 2017, 02:19:24 pm »
Information:

[EN] Give the player who takes X time online a reward.
[ES] Otorga al jugador que lleve X tiempo online una recompensa.

Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Player Online 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 player Online Event:
# Default: False
PlayerOnlineEventEnabled = False

# Time online to reward (minutes):
# Default: 60
PlayerOnlineEventRewardTime = 60

# Min level of player to reward (minutes):
# Default: 45
PlayerOnlineEventLevel = 45

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

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.
95
Mods Pack / [MOD] Premium System
« Último mensaje por U3Games en 11 de Abril de 2017, 04:53:35 pm »
Information:

[EN] Custom rate and effects system for premium users.
[ES] Sistema de rates y efectos personalizados para los usuarios premium.

Features:
  • Premium Drop
  • Premium Effects
Config:

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

# -------------------------------------------------------
# Premium System
# -------------------------------------------------------
# Enabled Premium System:
# Default: False
PremiumEnabled = False

# Enabled information messages:
# Default: False
PremiumMsgEnabled = False

# Enabled system by item:
# Default: False
PremiumItemEnabled = False

# List of item premium:
# Default: ["999000","999001"]
PremiumItemId = ["999000","999001"]

# Enabled system by access level:
# Default: False
PremiumAccesLevelEnabled = False

# Acces level require:
# Default: 8
PremiumAccesLevel = 8


# -------------------------------------------------------
# Premium Effects System
# -------------------------------------------------------
# Enabled Premium Effects System:
# Default: False
PremiumEffectsEnabled = False

# Visual Effect for player (AbnormalVisualEffect: PARALYZE, SILENCE, ...):
# Default: STIGMA_OF_SILEN
PremiumEffectsName = STIGMA_OF_SILEN


# -------------------------------------------------------
# Premium Drop System
# -------------------------------------------------------
# Enabled Premium Drop System:
# Default: False
PremiumDropEnabled = False

# Adenas rate for premium players:
PremiumDropRateAdenas = 2
PremiumDropRateCorpseAdenas = 3

# Xp rate for premium players:
PremiumDropRateXp = 2
PremiumDropRateCorpseXp = 3

# Sp chance for premium players:
PremiumDropRateSp = 2
PremiumDropRateCorpseSp = 3

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.
96
Downloads & Guides / L2JDevs Project Standard
« Último mensaje por U3Games en 03 de Abril de 2017, 09:03:48 pm »
Hi guys!

If you're looking this post is because you're interesting in L2JDevs suscription. Great!

Some of the features:

You are not allowed to view links. Register or Login



The suscription includes the following:

  • All mods of Mods Engine free.
  • All events of Events Engine free.
  • Bugs priorization.
  • Private group chat with the L2JDevs team members.
  • Compiled server pack with, at least, one update per month.
  • Access to Geo Files VIP area and support.
  • Access to the VIP area and support.
  • A license for your l2jdevs-server.



Suscription Price:

The suscription costs €150,00 € per year until December 31, 2019.

The suscription costs €200,00 € per year until December 31, 2021.

The suscription costs €300,00 € per year. You are not allowed to view links. Register or Login.



Renovation Price:

The renewal of this subscription costs €100,00 € per year.
  • Price valid for all users who have the premium rank in the community.
  • To renew contact the administrator You are not allowed to view links. Register or Login.



If you're interesting in the suscription but you don't need a year suscription or you don't have the totally money, contact me by PM to talk about that.

Best regards.
97
Mods Pack / [MOD] Out Mode System
« Último mensaje por U3Games en 01 de Abril de 2017, 09:31:36 pm »
Information:

[EN] So that a disconnected player remains connected to the server in offline mode.
[ES] Para que un jugador desconectado, permanece conectado dentro del servidor en modo offline.

Images:



All players is in OUT MODE, offline ^^

Features:
  • Out Mode Player State
  • Setting Configuration
  • SQL save for restart server.
  • Custom effects to player (name color).
Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Out Mode 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 Out Mode System:
# Default: False
OutModeEnable = False

# Restore out mode player after restart/shutdown:
# Default: False
OutModeRestore = False

# Only restores admin players or all players in out mode:
# True only restore admins, False restore all players.
# Default: False
OutModeOnlyAdmin = False

# Only restores players with a higher access level than indicated (only work with OutModeOnlyAdmin = False):
# 0 is disabled filter, restore all players.
# Default: 0
OutModeAccessLevel = 0

# Only restores players with a minimal level than indicated:
# 0 is disabled filter, restore all players.
# Default: 35
OutModeMinLevel = 35

# If set to True, out mode player will be possible only peace zones:
# Default: False
OutModeInPeaceZone = False

# If set to True, name color will be changed then entering out mode:
# Default: False
OutModeNameColorEnabled = False

# Color of the name in out mode (if OutModeNameColorEnabled = True):
# Default: FFFFFF
OutModeNameColor = FFFFFF

# Do not restore out mode characters, after OutModeMaxDays days spent from first restore:
# Require server restart to disconnect expired state.
# 0 = disabled (always in out mode state).
# Default: 0
OutModeMaxDays = 0


# ---------------------------------------------------------------------------
# IA Setting
# ---------------------------------------------------------------------------
# Enabled auto actions in out mode players (minutes):
# 0 is disabled this feature.
# Default: 10
OutModeActionTime = 10

# Enabled auto actions in out mode players (if OutModeActionTime > 0):
# Default: True
OutModeActionEnabled = True


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.

- IA Out Mode: Auto actions random.
98
Downloads & Guides / L2JDevs License Key
« Último mensaje por U3Games en 31 de Marzo de 2017, 07:21:15 pm »
What is the license system?

It is a protection system that limits the use of the server to a single host, thus avoiding malicious use of our project (resales).

How does it work?

You only have to complete the following fields with the data obtained when subscribing to the Vip group.

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# L2JAuthorization Server Settings
# ---------------------------------------------------------------------------
# Name of your authorized account.
# Default: user
Account = user

# Password of your authorized account.
# Default: password
Password = password

# Public network address of the server.
# Default: 127.0.0.1
ServerHostname = 127.0.0.1

Suscription:

The suscription costs €50.00. You are not allowed to view links. Register or Login.

*If you're interesting in the suscription but you don't need a year suscription or you don't have the totally money, contact me by PM to talk about that.



[F.A.Q.]

Citar
¿Cuánto dura una licencia?
  • La licencia no tiene caducidad, es para siempre.
Citar
¿Puedo cambiar la IP de mi host una vez ya registrada?
  • No, si vuestra IP es dinámica pueden usar el servicio NO-IP.
Citar
¿Se puede comprar un pack entre varios usuarios y usar la misma licencia?
  • Si, se puede comprar un pack entre varias personas pero solo dispondrán de una única licencia.
Citar
¿Se puede comprar más de una licencias?
  • Sí, puedes comprar todas las licencias deseadas.
99
Downloads & Guides / L2JDevs Project Geo
« Último mensaje por U3Games en 31 de Marzo de 2017, 07:21:02 pm »


Patience and perseverance!



This is our private project for the geographic data development of the Lineage II server. Thanks to the reports of users who use our geodata, we have constant updates in the project, in addition to the improvements that are made. In this way, you will always have your geographical data updated.

What is geodata?

The Geodata are the geographic files of the server, that is, the files that contain the information of the terrain on the server; walls, obstacles, buildings, rivers, etc. They are divided into two groups; geodata and pathnode.

This data is used by the server to determine if a player can or does not pass through a site or simply, whether or not it can attack a target behind a wall. Its function is to make the game as realistic as possible.

When it is not activated, unexpected behaviors occur; for example, that mobs attack through walls, through doors, etc ... Therefore, it is always good to have activated.

Pros:

- You can use the arrow keys to move with the character.
- Avoid traversed attacks known as Wallshoot (attacks going through walls).
- Activates the Walker's functions, that is, if there are obstacles, it avoids them and follows its route.
- Avoid attacking targets that you do not see through obstacles, structures, etc.
- Optimized terrain limitations.

Cons:

- Requires a server with at least a minimum of 8G RAM, more customers would need more.
- Slow server load (if it is a server localhost test is not recommended).

Suscription:

The suscription costs €25.00 per year. You are not allowed to view links. Register or Login.

If you're interesting in the suscription but you don't need a year suscription or you don't have the totally money, contact me by PM to talk about that.

Best regards.
100
Mods General Information / [INFO][MODS] General Information
« Último mensaje por U3Games en 19 de Marzo de 2017, 11:55:45 am »


L2JMods is an add-on, fully written in Java, for L2J servers that allows you add mods without any server modification.

What is a mod? It's a customization of some parts of original game. For example, raid boss events, dress me, achievements system, turn the sky red when a player kills another, etc.

L2JMods core is free and you can install it in five minutes with the You are not allowed to view links. Register or Login.

Some mods available are:
  • Show Stats Opponent System.
  • Anti Drain Mob System.
  • Dead Effects System.
  • Chat System.
  • Treasure Legion Event.
  • Player Online Rewards.
  • Protection System.
  • And so on..
If you want to see the full list, checkout the following You are not allowed to view links. Register or Login.

L2JMods was made with ❤️ and we hope you can enjoy it so much!

If you have any trouble, contact us for help.
Páginas: 1 ... 8 9 [10]