Mensajes recientes

Páginas: 1 ... 8 9 [10]
91
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.
92
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.
93
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.
94
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.
95
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.
96
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.
97
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.
98
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.
99
Mods General Information / [INFO][MODS] Instalation Guide
« Último mensaje por U3Games en 19 de Marzo de 2017, 11:55:24 am »


Simple and efficient!

The mod engine instantiation consists of two parts, the first is to make the mod engine be loaded on the server and finally, to incorporate the desired mods.

The mods are totally configurable from their personal configuration.

Download Mods Engine:

  • L2JMods Engine V4 (Support Java 15):
  • You are not allowed to view links. Register or Login
  • L2JServer
  • L2JMobius
  • L2JSunrise
  • L2JaCis

  • L2JMods Engine V4 (Support Java 14):
  • You are not allowed to view links. Register or Login
  • You are not allowed to view links. Register or Login

  • L2JMods Engine V3 (Support Java 11):
  • You are not allowed to view links. Register or Login (for version You are not allowed to view links. Register or Login & You are not allowed to view links. Register or Login or higher).
  • You are not allowed to view links. Register or Login.
  • You are not allowed to view links. Register or Login

  • L2JMods Engine V2 (Support Java 8):
  • You are not allowed to view links. Register or Login

Instalation Mods Engine:

  • Inside the .rar, go to L2JModsEngine/libs, copy L2JModsEngine.jar and paste it inside libs folder in your server project.
  • Re-compile your server files. This is really necessary because now you have the mod jar inside libs folder it'll generate the classpath (if you don't know what I'm talking about, don't worry, just know it's mandatory).
  • Get the new l2jserver.jar, copy and paste it inside your server folder in game/. You have to replace the old one.
  • Copy L2JModsEngine.jar again and paste it inside libs in your server.
  • Inside the engine .rar, search for the folder 'game', copy and paste it in your server folder. This will add the script to initialize the engine in the following route: game/data/scripts/custom/L2JModsEngine.
  • Last step! Open your scripts.cfg and paste the line custom/L2JModsEngine/L2JModsEngineStarter.java.

Instalation Mod Pack:

  • Download mods in the following You are not allowed to view links. Register or Login(link is only available for subscribers).
  • Paste the mod jars inside game/modsengine/mods folder.
  • When you start the server, if everything went well, you'll see the configuration files generated inside mods folder.

If you have any trouble, please, contact us for help.

Enjoy it!
100
Information & News / Facebook, Subscribe!
« Último mensaje por U3Games en 11 de Marzo de 2017, 10:12:47 am »


You are not allowed to view links. Register or Login
Páginas: 1 ... 8 9 [10]