Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - U3Games

Páginas: [1] 2 3 ... 7
1
Mods Pack / [MOD] Jail Penalty System
« en: 30 de Marzo de 2023, 05:13:23 pm »
Information:

[EN] Penalty system for players who have gone through jail. Every time a player enters the jail, he will increase his penalty level and only by paying a fee can he remove the penalty level he has.

[ES] Sistema de penalizacion para los jugadores que han pasado por la carcel. Cada vez que un jugador entre en la carcel, aumentara su nivel de penalty y solo pagando una cuota podra eliminar el nivel de penalty que tenga.

Config:

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

# ID of Npc Event:
# Default: 900550
NpcId = 900550

# Item ID used to pay to reduce the penalty level..
# Default: 57
PriceItemId = 57

# Price to pay to reduce penalty level.
# Default: 1000000000
PriceAmount = 1000000000


# -------------------------------------------------------
# Visual Effects Setting
# -------------------------------------------------------
# Enabled visual effects:
# Default: False
EffectsEnabled = False

# Visual effect for player when it has a penalty level:
# Possible values: NONE, DOT_BLEEDING, DOT_POISON, DOT_FIRE, DOT_WATER, DOT_WIND, DOT_SOIL, STUN, SLEEP, SILENCE, ROOT, PARALYZE,
# FLESH_STONE, DOT_MP, BIG_HEAD, DOT_FIRE_AREA, CHANGE_TEXTURE, BIG_BODY, FLOATING_ROOT, DANCE_ROOT, GHOST_STUN, STEALTH,
# SEIZURE1, SEIZURE2, MAGIC_SQUARE, FREEZING, SHAKE, BLIND, ULTIMATE_DEFENCE, VP_UP, REAL_TARGET, DEATH_MARK, TURN_FLEE,
# VP_KEEP, INVINCIBILITY, AIR_BATTLE_SLOW, AIR_BATTLE_ROOT, CHANGE_WP, CHANGE_HAIR_G, CHANGE_HAIR_P, CHANGE_HAIR_B,
# STIGMA_OF_SILEN, SPEED_DOWN, FROZEN_PILLAR, CHANGE_VES_S, CHANGE_VES_C, CHANGE_VES_D, TIME_BOMB, MP_SHIELD,
# NEVIT_ADVENT, BR_NONE, BR_AFRO_NORMAL, BR_AFRO_PINK, BR_AFRO_GOLD, BR_POWER_OF_EVA, BR_HEADPHONE, BR_VESPER1,
# BR_VESPER2, BR_VESPER3, BR_SOUL_AVATAR, CHANGE_7ANNIVERSARY;
# Default: BIG_BODY
EffectsType = BIG_BODY


# -------------------------------------------------------
# Skill Effects Setting
# -------------------------------------------------------
# Enabled penalty skill for players:
# Default: False
SkillEnabled = False

# Skill effect for player when it has a penalty level:
# Default: 777500
SkillId = 777500



Upcoming Features:

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

2
Mods Pack / [MOD] Giveaway Event
« en: 22 de Enero de 2023, 05:44:57 pm »
Information:

[EN] It is an automatic event, where you register with a command and enter the draw for a random reward. The user must be connected to be registered or they will be eliminated from the draw.

[ES] Se trata de un evento automatico, en donde te registras con un comando y entras en el sorteo de una recompensa aleatoria. Ha de estar el usuario conectado para estar registrado o se eliminará del sorteo.

Images:



Config:

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

# Time to start event (minutes):
# Default: 60
EventStartTime = 60

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

# Active event time (minutes):
# Default: 180
EventDurationTime = 180

# Reward Item ID/Amount list:
# Default: [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]
EventRewards = [ { id = 3470 , count = 1 }, { id = 57, count = 1000 } ]




Upcoming Features:

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

3
Mods Pack / [MOD] Newbie Protecction
« en: 11 de Junio de 2022, 04:06:17 am »
Information:

[EN] Mod that blocks the attack of other players due to the difference in levels between them.
[ES] Mod que bloquea el ataque de otros jugadores por la diferencia de niveles entre ambos.

Images:


  • Player Test1 - is level 25 / class 1
  • Player Killer - is level 76/ class 3

Config:

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

# Enabled class level required:
# NOTE: "0" to players with no class change available.
# NOTE: "1" to players with the first class level completed.
# NOTE: "2" to players with the second class level completed.
# NOTE: "3" to players with the third class level completed.
# NOTE: "4" to disabled.
# Default: 2
NewbieProtectionClassType = 2

# Maximum level of newbies to protect them (0 = Disabled):
# Default: 45
NewbieProtectionLevel = 45


# Enabled protection for level difference (PVE/PVP):
# Default: True
NewbieProtectionDiferenceEnabled = True

# Maximum amount of difference levels allowed:
# Default: 40
NewbieProtectionDiferenceLevel = 40


Upcoming Features:

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


4
Mods Pack / [MOD] Dressme
« en: 14 de Mayo de 2022, 03:32:23 am »
Information:

[EN] Allows player appearance change.
[ES] Permite el cambio de apariencia del jugador.

Features:
  • Save values local mod file.
  • Armor list in xml file.
  • Cloak list in xml file.
  • Shield list in xml file.
  • Weapon list in xml file.
  • Multi-lang for all text.

Images:



Config:

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

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

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

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

# Access level require:
# Default: 8
DressmeByAccessLevel = 8

Xml list:

Código: You are not allowed to view links. Register or Login
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Armors.xsd">

<!-- S84 - Elegia -->
<armor id="1" name="Elegia Heavy" chest="15575" legs="15578" gloves="15581" boots="15584"/>
<armor id="2" name="Elegia Light" chest="15576" legs="15579" gloves="15582" boots="15585"/>
<armor id="3" name="Elegia Robe" chest="15577" legs="15580" gloves="15583" boots="15586"/>

<!-- S84 - Vorpal -->
<armor id="4" name="Vorpal Heavy" chest="15592" legs="15595" gloves="15598" boots="15601"/>
<armor id="5" name="Vorpal Light" chest="15593" legs="15596" gloves="15599" boots="15602"/>
<armor id="6" name="Vorpal Robe" chest="15594" legs="15597" gloves="15600" boots="15603"/>
</list>

Código: You are not allowed to view links. Register or Login
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Cloaks.xsd">

<cloaks id="1" name="Ancient Cloak" item="14602"/>
<cloaks id="2" name="Knight's Cloak" item="13687"/>
</list>

Código: You are not allowed to view links. Register or Login
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Shields.xsd">

<!-- S84 - Elegia -->
<shield id="1" name="Elegia Shield" item="15587"/>
<shield id="2" name="Elegia Sigil" item="15588"/>

<!-- S84 - Vorpal -->
<shield id="3" name="Vorpal Shield" item="15758"/>
<shield id="4" name="Vorpal Sigil" item="15759"/>
</list>

Código: You are not allowed to view links. Register or Login
<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Weapons.xsd">

<!-- S84 - Boss Weapons -->
<weapon id="1" name="Hellblade" item="21919"/>
<weapon id="2" name="Butcher Blades" item="21935"/>
<weapon id="3" name="Claw of Destruction" item="21939"/>
<weapon id="4" name="Blades of Delusion" item="21955"/>
<weapon id="5" name="Blood Brother" item="21959"/>
<weapon id="6" name="Mardil's Fan" item="21973"/>

<!-- Infinity Weapons -->
<weapon id="7" name="Infinity Blade" item="6611"/>
<weapon id="8" name="Infinity Cleaver" item="6612"/>
<weapon id="9" name="Infinity Axe" item="6613"/>
<weapon id="10" name="Infinity Rod" item="6614"/>
<weapon id="11" name="Infinity Crusher" item="6615"/>
<weapon id="12" name="Infinity Scepter" item="6616"/>
<weapon id="13" name="Infinity Stinger" item="6617"/>
<weapon id="14" name="Infinity Fang" item="6618"/>
<weapon id="15" name="Infinity Bow" item="6619"/>
<weapon id="16" name="Infinity Wing" item="6620"/>
<weapon id="17" name="Infinity Spear" item="6621"/>
<weapon id="18" name="Infinity Rapier" item="9388"/>
<weapon id="19" name="Infinity Sword" item="9389"/>
<weapon id="20" name="Infinity Shooter" item="9390"/>

</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.
  • Save values in SQL for restart.
  • Missing Cloaks option.
  • Add pages option for more buttons.

5
Mods Pack / [MOD] Sell Buff Player
« en: 14 de Abril de 2022, 08:57:18 pm »
Information:

[EN] Shop system for selling personal buffs.
[ES] Sistema de tienda para venta de buffs personales.

Images:





Config:

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

# Item id with which to pay:
# 57 = Adenas
# Default: 57
SellBuffItemId = 57

# Min price for buff:
# Default: 10
SellBuffMinPrice = 10

# Max price for buff:
# Default: 100000
SellBuffMaxPrice = 100000

# Max buff number per page:
# Default: 10
SellBuffMaxBuffInList = 10

# Enabled visual cast of buff:
# Default: False
SellBuffVisualCastEnabled = False

# List of skills not enabled:
# Default: ["1323","327","1325","1326","1327","396","1376","1375","395","1374"]
SellBuffListSkillsOff = ["1323","327","1325","1326","1327","396","1376","1375","395","1374"]

# If set to True, sell buff mode player will be possible only peace zones:
# Default: False
SellBuffModeInPeaceZone = False

# If set to True, title color will be changed then entering sell buff mode:
# Default: True
SellBuffModeTitleEnabled = True

# Text of the title in sell buff mode (if SellBuffModeTitleEnabled = True):
# Default: -= SELL BUFF =-
SellBuffModeTitleText = -- SELL BUFF --

# Color of the title in sell buff mode (if SellBuffModeTitleEnabled = True):
# Default: FFFFFF
SellBuffModeTitleColor = FFFFFF



Upcoming Features:

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

  • Sell buff in offline mode.
  • Store effect on seller title.
  • Purchase item to be chosen by the player.

6
Information & News / More updates / New fee
« en: 27 de Febrero de 2022, 03:28:16 am »
We have updated our rates on all our products.
  • Update of all libraries used in the project. We work with the latest versions available!
  • Optimization and reduction of codes in our private source. Requires less RAM/CPU usage.
  • All mods and events are released for all premium users, individual payment for mods is eliminated.
  • Complete revision of skills to version H5, 100% retail. Add missing heandlers and effects.
  • It has been reduced to a single "Premium" group. This lame is forever, it has no expiration date.
  • Reorganization of the forum and its hidden sections only available for "Premium" users.
  • Fixed bugs reported by community users.
  • And more!!

More information --> You are not allowed to view links. Register or Login

7
Information & News / Updated to Java 17
« en: 16 de Enero de 2022, 03:49:55 am »


Now we use java 17 for our projects, update!

You are not allowed to view links. Register or Login

8
Development / [TODO] Items List
« en: 12 de Diciembre de 2021, 07:46:12 pm »
List and development status in which it is currently.

Green ------- Item file confirmed and updated to High Five.
Olive ----- Item file updated to High Five, but needs improvement.
Orange ----- Item file implemented but not reviewed.
Red --------- Item file not yet implemented.


  • 00000-00099
  • 00100-00199
  • 00200-00299
  • 00300-00399
  • 00400-00499
  • 00500-00599
  • 00600-00699
  • 00700-00799
  • 00800-00899
  • 00900-00999
  • 01000-01099
  • 01100-01199
  • 01200-01299
  • 01300-01399
  • 01400-01499
  • 01500-01599
  • 01600-01699
  • 01700-01799
  • 01800-01899
  • 01900-01999
  • 02000-02099
  • 02100-02199
  • 02200-02299
  • 02300-02399
  • 02400-02499
  • 02500-02599
  • 02600-02699
  • 02700-02799
  • 02800-02899
  • 02900-02999
  • 03000-03099
  • 03100-03199
  • 03200-03299
  • 03300-03399
  • 03400-03499
  • 03500-03599
  • 03600-03699
  • 03700-03799
  • 03800-03899
  • 03900-03999
  • 04000-04099
  • 04100-04199
  • 04200-04299
  • 04300-04399
  • 04400-04499
  • 04500-04599
  • 04600-04699
  • 04700-04799
  • 04800-04899
  • 04900-04999
  • 05000-05099
  • 05100-05199
  • 05200-05299
  • 05300-05399
  • 05400-05499
  • 05500-05599
  • 05600-05699
  • 05700-05799
  • 05800-05899
  • 05900-05999
  • 06000-06099
  • 06100-06199
  • 06200-06299
  • 06300-06399
  • 06400-06499
  • 06500-06599
  • 06600-06699
  • 06700-06799
  • 06800-06899
  • 06900-06999
  • 07000-07099
  • 07100-07199
  • 07200-07299
  • 07300-07399
  • 07400-07499
  • 07500-07599
  • 07600-07699
  • 07700-07799
  • 07800-07899
  • 07900-07999
  • 08000-08099
  • 08100-08199
  • 08200-08299
  • 08300-08399
  • 08400-08499
  • 08500-08599
  • 08600-08699
  • 08700-08799
  • 08800-08899
  • 08900-08999
  • 09000-09099
  • 09100-09199
  • 09200-09299
  • 09300-09399
  • 09400-09499
  • 09500-09599
  • 09600-09699
  • 09700-09799
  • 09800-09899
  • 09900-09999
  • 10000-10099
  • 10100-10199
  • 10200-10299
  • 10300-10399
  • 10400-10499
  • 10500-10599
  • 10600-10699
  • 10700-10799
  • 10800-10899
  • 10900-10999
  • 11000-11099
  • 11100-11199
  • 11200-11299
  • 11300-11399
  • 11400-11499
  • 11500-11599
  • 11600-11699
  • 11700-11799
  • 11800-11899
  • 11900-11999
  • 12000-12099
  • 12100-12199
  • 12200-12299
  • 12300-12399
  • 12400-12499
  • 12500-12599
  • 12600-12699
  • 12700-12799
  • 12800-12899
  • 12900-12999
  • 13000-13099
  • 13100-13199
  • 13200-13299
  • 13300-13399
  • 13400-13499
  • 13500-13599
  • 13600-13699
  • 13700-13799
  • 13800-13899
  • 13900-13999
  • 14000-14099
  • 14100-14199
  • 14200-14299
  • 14300-14399
  • 14400-14499
  • 14500-14599
  • 14600-14699
  • 14700-14799
  • 14800-14899
  • 14900-14999
  • 15000-15099
  • 15100-15199
  • 15200-15299
  • 15300-15399
  • 15400-15499
  • 15500-15599
  • 15600-15699
  • 15700-15799
  • 15800-15899
  • 15900-15999
  • 16000-16099
  • 16100-16199
  • 16200-16299
  • 16300-16399
  • 16400-16499
  • 16800-16899
  • 16900-16999
  • 17000-17099
  • 17100-17199
  • 17200-17299
  • 20000-20099
  • 20100-20199
  • 20200-20299
  • 20300-20399
  • 20400-20499
  • 20500-20599
  • 20600-20699
  • 20700-20799
  • 20800-20899
  • 20900-20999
  • 21000-21099
  • 21100-21199
  • 21200-21299
  • 21300-21399
  • 21400-21499
  • 21500-21599
  • 21600-21699
  • 21700-21799
  • 21800-21899
  • 21900-21999
  • 22000-22099
  • 22100-22199
  • 22200-22299
  • 22300-22399
  • 22500-22599

9
Development / [TODO] Skills List
« en: 12 de Diciembre de 2021, 07:36:33 pm »
List and development status in which it is currently.

Green ------- Skill file confirmed and updated to High Five.
Olive ----- Skill file updated to High Five, but needs improvement.
Orange ----- Skill file implemented but not reviewed.
Red --------- Skill file not yet implemented.


  • 00000-00099 Revised and updated to High Five
  • 00100-00199 Revised and updated to High Five
  • 00200-00299 Revised and updated to High Five
  • 00300-00399 Revised and updated to High Five
  • 00400-00499 Revised and updated to High Five
  • 00500-00599 Revised and updated to High Five
  • 00600-00699 Revised and updated to High Five
  • 00700-00799 Revised and updated to High Five
  • 00800-00899 Revised and updated to High Five
  • 00900-00999 Revised and updated to High Five
  • 01000-01099 Revised and updated to High Five
  • 01100-01199 Revised and updated to High Five
  • 01200-01299 Revised and updated to High Five
  • 01300-01399 Revised and updated to High Five
  • 01400-01499 Revised and updated to High Five
  • 01500-01599 Revised and updated to High Five
  • 02000-02099 Revised and updated to High Five
  • 02100-02199 Revised and updated to High Five
  • 02200-02299 Revised and updated to High Five
  • 02300-02399 Revised and updated to High Five
  • 02400-02499 Revised and updated to High Five
  • 02500-02599 Revised and updated to High Five
  • 02600-02699 Revised and updated to High Five
  • 02700-02799 Revised and updated to High Five
  • 02800-02899 Revised and updated to High Five
  • 02900-02999 Revised and updated to High Five
  • 03000-03099 Revised and updated to High Five
  • 03100-03199 Revised and updated to High Five
  • 03200-03299 Revised and updated to High Five
  • 03300-03399 Revised and updated to High Five
  • 03400-03499 Revised and updated to High Five
  • 03500-03599 Revised and updated to High Five
  • 03600-03699 Revised and updated to High Five
  • 03700-03799 Revised and updated to High Five
  • 03800-03899 Revised and updated to High Five
  • 03900-03999 Revised and updated to High Five
  • 04000-04099 Revised and updated to High Five
  • 04100-04199 Revised and updated to High Five
  • 04200-04299 Revised and updated to High Five
  • 04300-04399 Revised and updated to High Five
  • 04400-04499 Revised and updated to High Five
  • 04500-04599 Revised and updated to High Five
  • 04600-04699 Revised and updated to High Five
  • 04700-04799 Revised and updated to High Five
  • 04800-04899 Revised and updated to High Five
  • 04900-04999 Revised and updated to High Five
  • 05000-05099 Revised and updated to High Five
  • 05100-05199 Revised and updated to High Five
  • 05200-05299 Revised and updated to High Five
  • 05300-05399 Revised and updated to High Five
  • 05400-05499 Revised and updated to High Five
  • 05500-05599 Revised and updated to High Five
  • 05600-05699 Revised and updated to High Five
  • 05700-05799 Revised and updated to High Five
  • 05800-05899 Revised and updated to High Five
  • 05900-05999 Revised and updated to High Five
  • 06000-06099 Revised and updated to High Five
  • 06100-06199 Revised and updated to High Five
  • 06200-06299 Revised and updated to High Five
  • 06300-06399 Revised and updated to High Five
  • 06400-06499 Revised and updated to High Five
  • 06500-06599 Revised and updated to High Five
  • 06600-06699 Revised and updated to High Five
  • 06700-06799 Revised and updated to High Five
  • 06800-06899 Revised and updated to High Five
  • 06900-06999 Revised and updated to High Five
  • 07000-07099 Revised and updated to High Five
  • 08000-08099 Revised and updated to High Five
  • 08100-08199 Revised and updated to High Five
  • 08200-08299 Revised and updated to High Five
  • 08300-08399 Revised and updated to High Five
  • 08400-08499 Revised and updated to High Five
  • 08500-08599 Revised and updated to High Five
  • 09000-09099 Revised and updated to High Five
  • 09100-09199 Revised and updated to High Five
  • 14100-14199 Revised and updated to High Five
  • 20000-20099 Revised and updated to High Five
  • 21000-21099 Revised and updated to High Five
  • 21100-21199 Revised and updated to High Five
  • 21200-21299 Revised and updated to High Five
  • 22000-22099 Revised and updated to High Five
  • 22100-22199 Revised and updated to High Five
  • 22200-22299 Revised and updated to High Five
  • 22300-22399 Revised and updated to High Five
  • 22400-22499 Revised and updated to High Five
  • 23000-23099 Revised and updated to High Five
  • 23100-23199 Revised and updated to High Five
  • 23200-23299 Revised and updated to High Five
  • 23300-23399 Revised and updated to High Five
  • 26000-26099 Revised and updated to High Five

10
Events Pack / [MINI-EVENT] Squid Game
« en: 18 de Octubre de 2021, 11:57:14 pm »
You are not allowed to view links. Register or Login

Soon available...

11
Mods Pack / [MOD] Japan Mini Game Scores
« en: 05 de Septiembre de 2021, 03:07:57 am »
Information:

[EN] Another version of mini-games.
[ES] Version especial del Mini-Juego.

Images:



Config:

Código: You are not allowed to view links. Register or Login
# ---------------------------------------------------------------------------
# Japan Mini Game System (By L2JDevs Mods Engine)
# ---------------------------------------------------------------------------
# Enable/Disable another version of mini-games.
# Should be included in the client "l2.ini" -> UseJapanMinigame1=true
# The main difference is the saving account + show the best account.
# Default: False
JapanMinigameEnabled = False




Upcoming Features:

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

Cita de: Unknow
There is similar feature but its disabled in client
Also when enabled it changes those icons to l2 races icons human, elf, dark elf, orc, dwarf, etc..

12
Information & News / Updated to Java 16
« en: 07 de Agosto de 2021, 06:47:18 pm »


Now we use java 16 for our projects, update!

You are not allowed to view links. Register or Login

13
Information & News / Changes in subscriptions!
« en: 21 de Marzo de 2021, 12:24:22 am »
Greetings community!

We have updated the conditions for all subscribers, we hope you like it:

- Premium rank in the community for life!

All users who already have or acquire the premium rank, will have support in our community forever; in addition to access to hidden sections of our community.

- Changes in subscriptions!

Purchase and renewal fees have been updated regarding access to private repositories for the desired project.
  • L2JDevs Project Standard:
    • Purchase price: 200€
    • Renovation price: 150€
  • L2JDevs Project Mighty:
    • Purchase price: 2500€
    • Renovation price: 1800€
  • L2JDevs Project Geodata:
    • Purchase price: 50€
    • Renovation price: 35€
  • L2JDevs License Key:
    • Purchase price: 100€

14
Information & News / Updated to Java 15
« en: 20 de Marzo de 2021, 01:20:03 am »


Now we use java 15 for our projects, update!

You are not allowed to view links. Register or Login

15
Information & News / Up to SMF 2.0.18!
« en: 06 de Febrero de 2021, 12:37:03 am »
Community updated to SMF 2.0.18!

The patch is focused on PHP 7.4 support as well as other issues encountered on previous versions such as:
  • Policy acceptance missing id_member.
  • Addresses PHP parse errors when using SMF file cache
  • Avoids truncating Settings.php until after we have a lock on the file
  • Tighten up security checks, bring in sync with 2.1
  • Brought the UTF16-to-UTF8 logic over from 2.1
  • Always include email address when downloading user's own profile data
  • Fix missing info affecting logging for new registrations
  • Fixes bugs with multi-version jumps (via CLI) where settings weren't refreshed
  • Set utf8 as default going forward


Páginas: [1] 2 3 ... 7