Mensajes recientes

Páginas: 1 ... 3 4 [5] 6 7 ... 10
41
Mods Pack / [MOD] PvP Instance
« Último mensaje por U3Games en 24 de Junio de 2019, 05:26:34 pm »
Information:

[EN] Mod creator of pvp instances, where you can get additional rewards for wins and is fully configurable.
[ES] Mod creador de instancias pvp, en donde poder obtener recompensas adicionales por victorias y es totalmente configurable.

Instances:
  • All vs all: Kill any player to get rewards.
  • Race War: Kill players of other races to get rewards.
  • Alliance War: Kill players from other alliances to get rewards.

Images:


Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# PvP Instance Event Mod (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# More information -> http://www.l2jdevs.org
# Telegram group -> https://t.me/l2jdevs
# Sign up and join our community!
# ---------------------------------------------------------------------------
# ID of Npc Event:
# Default: 900504
NpcManagerId = 900504

# ID of portal Event:
# Default: 900505
NpcTeleportId = 900505

# Necessary minimum level of the player to be able to enter the instance:
# Default: 76
MinLevel = 76

# Maximum number of players per instance:
# Default: 100
MaxPlayers = 100

# Protection time to be teleported and resurrected:
# Default = 10
ProtectionTime = 10

# Buff for all wizard players to enter in instance:
# Default: [ { id = 1504 , level = 1 }, { id = 1500 , level = 1 }, { id = 1501 , level = 1 }, { id = 1085 , level = 1 } ]
BuffListMageId = [ { id = 1504 , level = 1 }, { id = 1500 , level = 1 }, { id = 1501 , level = 1 }, { id = 1085 , level = 1 } ]

# Buff for all warrior players to enter in instance:
# Default: [ { id = 1504 , level = 1 }, { id = 1501 , level = 1 }, { id = 1502 , level = 1 }, { id = 1499 , level = 1 } ]
BuffListWarriorId = [ { id = 1504 , level = 1 }, { id = 1501 , level = 1 }, { id = 1502 , level = 1 }, { id = 1499 , level = 1 } ]

# Rewards when the player leaves the instance:
# NOTE: The reward is multiplied by the points earned by the player.
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
PointsRewardsItem = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]

# Spawn coordinates for when the player leaves the instance.
# Default: [ { x = 83551 , y = 147945 , z = -3400 } ]
SpawnExitLocation = [ { x = 83551 , y = 147945 , z = -3400 } ]

# Enabled fire friend (if is true, all instances is all vs all):
# Default: False
FireFriendEnabled = False

# Enabled Dual Box Protection (no rewards to same IP):
# Default: False
DualBoxProtectionEnabled = False


# -------------------------------------------------------
# PvP All Instance Configuration
# -------------------------------------------------------
# Enabled PvP All Instance:
# Default: False
AllInstanceEnabled = False

# Spawn coordinates within the instance:
# Example: [ { x = -149963 , y = 254654 , z = -181 }, { x = -148755 , y = 254654 , z = -181 }, { x = -148755 , y = 255971 , z = -181 }, { x = -149963 , y = 255971 , z = -181 } ]
AllInstanceSpawnLocation = [ { x = -149963 , y = 254654 , z = -181 }, { x = -148755 , y = 254654 , z = -181 }, { x = -148755 , y = 255971 , z = -181 }, { x = -149963 , y = 255971 , z = -181 } ]

# Reward to kill player:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
AllInstanceRewardsItem = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]

# Experience reward to kill player:
# Default: 1000
AllInstanceRewardsXpPoints = 1000

# Experience points reward to kill player:
# Default: 250
AllInstanceRewardsSpPoints = 250

# PvP points reward to kill player:
# Default: 1
AllInstanceRewardsPkPoints = 1


# -------------------------------------------------------
# PvP Race Instance Configuration
# -------------------------------------------------------
# Enabled PvP All Instance:
# Default: False
RaceInstanceEnabled = False

# Spawn coordinates within the instance:
# Example: [ { x = -149963 , y = 254654 , z = -181 }, { x = -148755 , y = 254654 , z = -181 }, { x = -148755 , y = 255971 , z = -181 }, { x = -149963 , y = 255971 , z = -181 } ]
RaceInstanceSpawnLocation = [ { x = -149963 , y = 254654 , z = -181 }, { x = -148755 , y = 254654 , z = -181 }, { x = -148755 , y = 255971 , z = -181 }, { x = -149963 , y = 255971 , z = -181 } ]

# Reward to kill player:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
RaceInstanceRewardsItem = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]

# Experience reward to kill player:
# Default: 1000
RaceInstanceRewardsXpPoints = 1000

# Experience points reward to kill player:
# Default: 250
RaceInstanceRewardsSpPoints = 250

# PvP points reward to kill player:
# Default: 1
RaceInstanceRewardsPkPoints = 1


# -------------------------------------------------------
# PvP Alliance Instance Configuration
# -------------------------------------------------------
# Enabled PvP All Instance:
# Default: False
AllyInstanceEnabled = False

# Spawn coordinates within the instance:
# Example: [ { x = -149963 , y = 254654 , z = -181 }, { x = -148755 , y = 254654 , z = -181 }, { x = -148755 , y = 255971 , z = -181 }, { x = -149963 , y = 255971 , z = -181 } ]
AllyInstanceSpawnLocation = [ { x = -149963 , y = 254654 , z = -181 }, { x = -148755 , y = 254654 , z = -181 }, { x = -148755 , y = 255971 , z = -181 }, { x = -149963 , y = 255971 , z = -181 } ]

# Reward to kill player:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
AllyInstanceRewardsItem = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]

# Experience reward to kill player:
# Default: 1000
AllyInstanceRewardsXpPoints = 1000

# Experience points reward to kill player:
# Default: 250
AllyInstanceRewardsSpPoints = 250

# PvP points reward to kill player:
# Default: 1
AllyInstanceRewardsPkPoints = 1

# Clan reputation points reward to kill player:
# Default: 1
AllyInstanceRewardsClanPoints = 1


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.

- Player panel for create new temporal instances.
- Pvp party instance.
42
Information / [INFO][REQUIRED] L2JDevs Conventions
« Último mensaje por Sacrifice en 05 de Abril de 2019, 09:16:36 pm »
Updated!
43
Mods General Information / [INFO][MODS] New version available!
« Último mensaje por U3Games en 27 de Marzo de 2019, 09:18:40 pm »


L2JDevs Mods Engine Project
With support for Java and completely renewed!



FEATURES:

  • Code rewritten in Java, eliminated Kotlin code.
  • Implemented new configuration system.
  • New mods administration panel.
  • Cleaning and reorganization.



ENGINE PANEL:





MORE INFO:

You are not allowed to view links. Register or Login
44
Information & News / Why should you suscribe to L2JDevs?
« Último mensaje por U3Games en 26 de Marzo de 2019, 09:12:13 pm »
But, first at all, what is L2JDevs? Well, we're a team founded in 2016 that aims to achieve a complete and free of bugs L2J serverpack providing several customization options to take your server to the next level. Our project is based on the official server (retail), but it is fully configurable and adaptable!

We think we have a diverse and rich team, with different points of view and roles (In addition to being very experienced and trained.). All of us had a server in the past and we suffered the problems of L2J in the last years. So our mission is provide a perfect fit for your server and your users.

  • Do you want add DressMe or any custom modification? L2JDevs pack is prepared for that. Checkout our You are not allowed to view links. Register or Login or mods You are not allowed to view links. Register or Login.
  • Are you looking for events like Capture the flag? Our pack contains TvT (with multiple teams), CTF and Deathmatch as default using Events Engine. Checkout our You are not allowed to view links. Register or Login or events You are not allowed to view links. Register or Login.
  • Are you needing help with your server? We did this for years in different communities and platforms.
    • Telegram, Web, Forum, Skype, Team Speak, Discord, Team Viewer.....
  • Are you searching for modern software? We keep all the libraries updated to the latest version available, in addition to constant improvements in our own java libraries, obtaining greater profitability and optimization.
  • And more!
45
Information / Recruitment, we are looking for collaborators!
« Último mensaje por U3Games en 03 de Febrero de 2019, 05:34:42 pm »


We are looking for new members to be part of our great team.
Would you like to be part of the L2JDevs Team?



We are looking for:
  • DEVELOPERS: Users with knowledge of L2 Java Server and with a great desire to program (fix, features, ...).
  • TESTERS: Users with knowledge of the lineage to compare l2j/off server and report issues.
  • TRANSLATOR: We need users to translate the texts of our multilanguage project.
  • IMAGINARIES: We need users with new ideas, to create new events and mods.

Where to start:

Requirements:
  • Be registered on the forum.
  • Be a user with a premium rank.
  • Be registered at You are not allowed to view links. Register or Login
  • Like and favorite You are not allowed to view links. Register or Login
  • Be an active user in the community and eager to start!

Rewards:
  • Coins for the purchase of products in our online store.
  • Ranks and special permits in our community.
46
Information & News / Updated to Java 11
« Último mensaje por U3Games en 02 de Febrero de 2019, 05:39:54 pm »


Now we use java 11 for our projects, update!
47
Information & News / Re: Up to SMF 2.0.15!
« Último mensaje por Sacrifice en 25 de Septiembre de 2018, 07:05:14 pm »
You're welcome. A pleasure for me to be useful.
48
Information & News / Up to SMF 2.0.15!
« Último mensaje por U3Games en 25 de Septiembre de 2018, 05:36:06 pm »
Community updated to SMF 2.0.15!

Código: You are not allowed to view links. Register or Login
* Fixed a minor $smcFunc bug in Search-Fulltext.php
* Fixed a saving Settings.php bools being reset bug
* Fixed a security issue (Reported by Daniel Le Gall from SCRT SA)
+ Cache the admin search results in the session and avoid IE's 2083 character limit.
* Fixed a Mark Board Read bug
* Fixed Proxy URLs not handling redirects properly due to case sensitivity
* Fixed SendTopic using incorrect Post data
* Fixed SSI.php having a bad login panel
* Fixed Maintenance Page having a double login button
* Fixed a minor unsigned int typo in MySQL DB
* Fixed Deprecated installer message for ftp_connection.
* Fixed a loop bug in custom search
* Fixed SM Stat collection
+ Added SM Stat collection registration to the Admin Control Panel
Thx @Sacrifice2 ;)
49
Mods Pack / [MOD] Account Manager
« Último mensaje por U3Games en 31 de Julio de 2018, 04:20:19 pm »
Information:

[EN] User control panel, with activatable modes.
[ES] Panel de control de usuario, con modos activables.


Config:

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

# -------------------------------------------------------
# Voiced Command Handler
# -------------------------------------------------------
# Enabled birthday command (.birthday):
# Default: False
BirthdayEnabled = False

# Enabled olimpiads command (.olystat):
# Default: False
OlyStatEnabled = False

# Enabled time command (.time):
# Default: False
TimeServerEnabled = False

# Enabled Experience Gain command (.xp):
# Default: False
ExperienceGainEnabled = False

# Enabled silence command (.silence):
# Default: False
SilenceEnabled = False

# Enabled trade command (.trade):
# Default: False
TradeEnabled = False

# Enabled unstuck command (.unstuck):
# Default: False
UnstuckEnabled = False

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.
50
Mods Pack / [MOD] Fence System
« Último mensaje por U3Games en 13 de Julio de 2018, 06:48:04 pm »
Information:

[EN] Mod that allows you to create and modify walls. Ideal to limit zones or events.
[ES] Mod que os permite crear y modificar muros. Ideal para limitar zonas o eventos.

Images:







Config:

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

# Enabled fences of xml file:
# Default: False
FenceSystemDataEnabled = False

# Enabled fences of sql data:
# Default: True
FenceSystemTableEnabled = True

Commands:

Código: You are not allowed to view links. Register or Login
.admin_fence_menu
Código: You are not allowed to view links. Register or Login
.admin_fence_add
Código: You are not allowed to view links. Register or Login
.admin_fence_delete
Código: You are not allowed to view links. Register or Login
.admin_fence_reload
Código: You are not allowed to view links. Register or Login
.admin_fence_clear
Código: You are not allowed to view links. Register or Login
.admin_fence_list



Upcoming Features:

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

- Name value for sql fences.
- Pages number for list of fences.
Páginas: 1 ... 3 4 [5] 6 7 ... 10