Jump to content

Recommended Posts

Posted

Hello

 

 

can i make premium account such that premium member viality  be full for 30 days?

 

 

if you have such code please give me :)

 

 

or if i can make such code tell me how to begin :)

 

 

thank you beforehand

Posted

Update with L2jServer BETA 8378

Fixed in this BETA:                       

- BETA: Importing Java/Jython Engines (NOTE: This libs require updates for Java 7 also recompile).

- BETA: Game Day/Night Time Fix by tukune, also recompiled MMOCore lib added.

- BETA: removed Main-Class from MMOCore builder, this is not a executable Jar.

- BETA: ECJ Update.

- BETA: Enabling project specific JavaDoc? settings:

    Fixed all malformed JavaDocs?.

    Added all missing JavaDoc? tags.

  Note 1: This doesn't force developers to write JavaDocs?, only validates existing JavaDocs?, anyway would be really good get all new code implementations well documented.

  Note 2: In the future more restrictive JavaDoc? settings could be enabled.

- BETA: Enabling warning for Unused Declared Thrown Exception and respective fixes.

- BETA: Enabling Warning Redundant Superinterface and respective fixes.

- BETA: Minor fixes.

        Fixed some fall through case.

        Prevent deleting all Adena from player if the fee to delete subclass skills is negative.

- BETA: Fix over npc talk blockage

- BETA: Core support for skill static damage <set name="staticDamage" val="true" />

  If skill has static damage, it means that it will do damage equal to the skill's power.

- BETA: Instanced Zones Support (includin olympiad stadiums). Two new zone variables added:

        <stat name="instanceId" val="inst_id"/> - sets the zone to work only in this instance, it doesnt matter if the instance exists or not.

        <stat name="instanceTemplate" val="template.xml"/> - once the zone is parsed, a dynamic instance with this template will be created and the zone's instanceId will be changed to the created dynamic instance.

- BETA: Some fixes over siegable halls

  Optimizations for Quest 504

  Added Npc Talking movement Block

Posted

Hey guys

i've been having the same issue as tellcless, before i start downloading jdk can you help me out

im using win XP 32bit

isn't JDK7 only for vista and win7?

 

also

i'm gonna give this a try but i don't think it will fix my issue, because the server just stopped running out of nowhere and i haven't been able to set things right ever since, if this doesn't work ill ask for your help once again, a i follow the tutorial i realize i have been having several issues on the way

such as the set mySQL path during database installation  keeps saying it can't find the .exe

using mysql 5.5, if i skip the database installs normally

 

while setting up the connection on navicat lite i get localhost_3066 and ten databases appear out of nowhere where there should be none (i get test and information_schema which never really happened before) sometimes i even get l2jdb and some other ones.

 

but before i jump to conclusions i'm gonna test the jdk

right now it's downloading jdk 7 x64 (i hope this last part isn't for the system bit since mine is 32)

 

i used to run a couple of servers 7 years back or so and never had these issues occur, so sorry if im making any noob mistakes, it's just that i find it awkward that these things are happening as of late (and lets face it things have changed a bit in the past 7 years, but i did have a freya server set up recently which like i mentioned earlier stopped working out of the blue)

 

thanks

cheers

 

edit: jdk x86 worked

(im running my backups) login server always terminated abnormally

if i try to run a newer rev it keeps saying missing key on datapack registry or something close to that

and the gameserver skips item ids and zones 

 

i feel like im etting close

im not sure if this is a database issue or something else

 

edit2: sorry for the long comment, it's working now miracle? who knows

 

 

Posted

Update with L2jServer BETA 8410

Fixed in this BETA:                       

- BETA: The Hellbound Core part!

    Items auto destroy time support.

    Hellbound Manager.

    Walking Manager.

    L2QuestGuardInstance.

    L2NoRestartZone.

  Special Thanks:

  _DS_ first Hellbound Manager implementation.

  VlLight? as GKR for the other support and features.

  Code review, cleanup, code refactoring, typo fixing by me. (Zoey76)

- BETA: Target handlers can be loaded from MasterHandler? directly

- BETA: L2PcInstance elementals update, thx UnAfraid?

- BETA: Crest Cache clear update Summons now share master's elementals Core Side

- BETA: Minor update for Jython Engine builder

- BETA: Libs Update:

        Added Jython version to the name.

        Updated Java Engine, fully compatible with Java 7.

        Updated Jython Engine.

        Updated/reworked Netcon lib.

- BETA: Skill Trees rework:

        Retail like Freya skill tree system.

        New data is on XMLs, SQL support removed.

        New configuration options available.

        Memory leaks fixed.

- BETA: Skill Trees improvements:

        Hash code arrays for invalid skill check should be generated once after all skill trees are loaded into memory, not one time for each skill tree, this will decrease boot time and save some resources.

        Minor code/comments refactoring and cleanup.

- BETA: Reflect call fix, thx Lupu1

- BETA: Updating builders due new location of some DP files.

- BETA: Olympiad:

        Noblesse characters are now bound by a set number of matches they can join per week:

        Maximum number of matches a Noblesse character can join per week: 70

        Maximum number of Class-Irrelevant Individual matches a character can join per week: 60

        Maximum number of Class Individual matches a character can join per week: 30

        Maximum number of Class-Irrelevant Team matches a character can join per week: 10

        This maximum number resets at the beginning of each Olympiad cycle.

    Note:

        Thanks osiride.

        Minor fixes by Zoey76:

            olympiad_nobles and olympiad_nobles_eom fields changed from decimal to integer;

        less code for some SystemMessages?.

        cleanup and code refactoring.

- BETA: Library updates:

        Java Engine, now fully compatible with Java 7 features.

        Jython Engine.

        Netcon library.

- NETCON: Update:

        Warning fixed.

        Code format and cleanup.

        Added project specific Clean Up and Formatter settings.

- JAVA ENGINE: Update:

        Fully updated for Java 7.

        Warning fixed.

        Code format and cleanup.

        Added project specific Clean Up and Formatter settings.

- JAVA ENGINE: Update:

        Warning fixed.

        Code format.

        Added project specific Clean Up and Formatter settings.

- BETA: Support for Totem items

- Also added new player condition called: insideZoneId="id, id, id" params are zone ids returns true if the caster is on at least 1 of specified ids

- BETA: How many times with your GM which is in message refusal mode you have PMed a person and expecting to recieve a PM from him?

Well, here is your solution :)

- BETA: Moving targets to handlers thanks BiggBoss? for the idea

- BETA: Importing Java/Jython Engines (NOTE: This libs require updates for Java 7 also recompile).

- BETA/STABLE: Game Day/Night Time Fix by tukune, also recompiled MMOCore lib added.

- BETA: removed Main-Class from MMOCore builder, this is not a executable Jar.

Posted

Update with L2jServer BETA 8440

Fixed in this BETA:                       

- BETA: Possessor Of A Precious Soul 3 quest update to h5

- BETA: Hellbound related fixes:

        Beleth HTML, thanks corbin12 for report.

        Unhardcoded 2 HTMLs from Beleth AI.

        Skill Magic Bottle(2359), thanks digunan, plim for report.

        Natives AI fixes, thanks digunan and pmq for report.

        Wrong HTML for Kief, thanks pmq for report.

- BETA: H5 NPCs by UnAfraid?.

- BETA: Moving target types out of L2Skill Datapack part.

    Renamed some method to match it's function.

    Better Format setting for enums.

- BETA: Updating to Trove 3.0.0

- BETA/STABLE: Updating skill 7003.

- BETA: Shiny Platform transformation

- BETA: Missing Limited Period Items, thanks nonom & Zoey76.

- BETA: FinalEmperialTomb? little improvement

- BETA: Jude's Request bypass fix thanks malyelfik

- BETA: L2NpcShiftAction typo fix thanks qwerty for report

- BETA: Updating Code Cleanup and Formatter settings.

  Note: Use @formatter to define a block that will be skipped on formatting:

  //@formatter:off

  Some code.

  //@formatter:on

- BETA: Lighting Shock has been changed from physical skill to magic skill, thanks blacksea & caramon81.

- BETA: Quest fixes:

        Jude's Request(690) script path typo fix by Raikkon35.

        Matras' Curiosity(132) HTML fixes by me, thanks kostantinos for report.

- BETA: Morale Boost Buff Level 1 Increased Paralysis/Bleed/Poison/Stun Resistance by 50, Critical Rate by 10%, and Critical Power by 10%. The buff only remains while you are in Dragon Valley.

  Morale Boost Buff Level 2 Increased Paralysis/Bleed/Poison/Stun Resistance by 80, Critical Rate by 30%, Critical Power by 15%, P. Atk. by 15%, and M. Atk. by 15%. The buff only remains while you are in Dragon Valley.

  Morale Boost Buff Level 3 Increased Paralysis/Bleed/Poison/Stun Resistance by 90, Critical Rate by 50%, Critical Power by 20%, P. Atk. by 15%, M. Atk. by 15%, Atk. Spd. by 15%, Casting Speed by 15%, and XP by 20%. The buff only remains while you are in Dragon Valley.

- BETA: Uncommenting No Restart Zones and few other fixes related.

- BETA: Little update of Shift + click on npc now it will display item icon (Drops) and color changes the ugly blue now is more readable :)

- BETA: EffectDispellBySlot? by Gnacik

- BETA: Final Emperial Tomb (Instanced Frintezza) by Gigiikun

- BETA: NPC Vulnerability fix by Kingzor.

Posted

i compiled the freya l2j dp / server timeline ...

http://svn.l2jserver.com/trunk/L2J_Server/

http://svn.l2jdp.com/trunk/L2J_DataPack/

 

and my rev is :

server : 4957

dp : 8408

 

how this can be? same timeline got freya same hi5??

anyway i build it and edited the configs as must be...

 

i tried to login from freya client and it says : wrong revision

i tried to login from hi5 and everything worked

 

how this can be happ? whats going on..?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • 🔥 Grand Opening: 29 May 2026 – 19:00 Germany Time Website: https://l2-lorena.com/ Discord: https://discord.gg/TYZ88Tgx4b ━━━━━━━━━━━━━━━━━━━━━━ General Information • Chronicle: Interlude • Server Type: PvP Rates • EXP/SP: x5000 • Adena: x500 • Drop: x500 Premium Account • 2x EXP / Drop / Adena ━━━━━━━━━━━━━━━━━━━━━━ Starting Setup • Starting Town: Aden • Starting Level: 76 • Starting Gear: S-Grade ━━━━━━━━━━━━━━━━━━━━━━ Enchant System • Safe Enchant: +4 • Normal Scroll: 50% • Blessed Scroll: 70% • Crystal Scroll: 100% ━━━━━━━━━━━━━━━━━━━━━━ Subclass System • All classes available • Dominator subclass enabled • Dominator subclass cost: 20 Donate Coins ━━━━━━━━━━━━━━━━━━━━━━ Items Balance • Custom items • Elegia Armor added as Custom Set • Rare S-Grade items with boosted stats • Balanced PvP gameplay ━━━━━━━━━━━━━━━━━━━━━━ Siege & PvP Rewards • Aden Castle special reward: 200 Donate Coins • Competitive PvP and siege-focused gameplay ━━━━━━━━━━━━━━━━━━━━━━ Epic Bosses • All Epic Bosses available up to Valakas ━━━━━━━━━━━━━━━━━━━━━━ Augmentation Rates • Top LS: 100% skill chance • High LS: 7% skill chance • Mid LS: 3% skill chance ━━━━━━━━━━━━━━━━━━━━━━ Perfect For Players Who Want ✔ Fast progression ✔ Clean Interlude gameplay without custom chaos ✔ Active PvP action ✔ Competitive sieges ✔ Long-term fun
    • I think u need https://adrenalinebot.com/en/script/anti-captcha/ But contact tech support to be sure it works on ur server
    • Hello everyone, Are you looking for a server where you can have fun with friends and relive the good old days of Lineage II? Join us for an enjoyable adventure, exciting battles, and a nostalgic old-school experience together with the community. Introducing a Gold-style fast progression gameplay experience — no more spending months in the same zone farming endlessly. Enjoy faster progress, more action, and a more rewarding adventure from the very beginning. For more information and updates, visit our Facebook page and join the community! Download patch:https://mega.nz/file/hEUAFIAY#8F5BMBRV_v-O1gjDTLsCkmFiWFMvT3hzVYSMdswm2rs
    • ⚡ PRIVATE L2 SOURCE CODE & CONTRACT BUILDS Essence / Classic / High Five / Main GOD Private enterprise-level Lineage 2 development for serious projects ENGLISH For many years our studio was known mostly for public Lineage 2 builds and public development services. However, for many years now our main focus has been private development for serious projects and investors. Over time we moved away from mass-market development and focused on quality, stability, deep detailing and long-term project support. This approach allowed us to create products of a completely different level designed for large live-projects and long-term operation. Today, in addition to our old public builds, we also offer private enterprise-level solutions developed by a full professional team with many years of Lineage 2 experience. We work only with serious teams, investors and projects that understand the value of quality private development. ◆ L2 Essence — Private Builds & Source Code Latest protocols: 557–559+ Available only on a long-term contract basis. Includes: • 100% official content implementation • Custom interface systems • Active protocol updates while the contract is active • Full access to the project source code • Full technical support for the project • Bug fixing and feature development • Help with launch and long-term server development • A full professional development team working on your project • Java developers, datapack developers and project management • Many years of experience with large live projects • Long-term private cooperation and support Contract terms: Start: 10,000 USD Monthly contract: 3,000 USD / month Older Essence source code available for direct purchase: • Protocols 507–520 — 10,000 USD • Protocols 474–502 — 7,000 USD • Protocols 447–464 Seven Signs — 5,000 USD • Protocol 388 Crusade — 2,500 USD Full details: https://mmore.dev/en/essense2.html ◆ L2 Classic — Private Builds & Source Code Latest protocols: 557–559+ Available only on a long-term contract basis. Includes: • 100% official content implementation • Custom interface systems • Active protocol updates while the contract is active • Full access to the project source code • Full technical support for the project • Bug fixing and feature development • Help with launch and long-term server development • A full professional development team working on your project • Java developers, datapack developers and project management • Many years of experience with large live projects • Long-term private cooperation and support Contract terms: Start: 10,000 USD Monthly contract: 3,000 USD / month Classic source code available for direct purchase: • Classic 542 protocol — 15,000 USD • Classic 520 protocol — 12,000 USD • Classic 507 protocol — 10,000 USD • Classic 286 protocol — 8,000 USD Negotiable. Contract support is available. Full details: https://mmore.dev/en/classic2.html ◆ High Five — Private Build Private High Five build with years of live-server experience. Includes: • 100% official content • Full access to the project source code • Full technical support for the project • Bug fixing and feature development • Help with launch and long-term server development • A full professional development team working on your project • Java developers, datapack developers and project management • Many years of experience with large live projects • Long-term private cooperation and support Contract terms: Start: 3,000 USD Monthly contract: 3,000 USD / month Full details: https://mmore.dev/en/hf2.html ◆ Main / GOD — In Development Development of the Main / GOD branch, protocol 559+, has started. Pre-orders and sponsorship discussions are open. We accept only a limited number of projects from different regions with maximum regional exclusivity for each partner. IMPORTANT The latest Essence and Classic protocols are available only through long-term private contracts. Direct source code sales are available only for older protocols. If you need the newest protocols, active development, updates and support — contract work is the correct option. РУССКИЙ Ранее наша студия в основном занималась публичными сборками Lineage 2 и массовыми услугами разработки. Однако уже много лет основное направление нашей работы — приватная разработка для серьёзных проектов и инвесторов. Со временем мы ушли от работы на массовость и сосредоточились на качестве, стабильности, глубокой детализации и долгосрочном развитии проектов. Именно такой подход позволил нам создать продукты совершенно другого уровня, рассчитанные на крупные live-проекты и долгосрочную эксплуатацию. Сегодня помимо наших старых публичных сборок мы также предлагаем приватные enterprise-level решения, над которыми работает полноценная команда профессиональных разработчиков с многолетним опытом работы в сфере Lineage 2. Мы работаем только с серьёзными командами, инвесторами и проектами, которые понимают ценность качественной приватной разработки. ◆ L2 Essence — приватные сборки и исходники Актуальные протоколы: 557–559+ Доступны только на контрактной основе. Входит: • 100% реализация официального контента • Кастомные интерфейсные системы • Обновления протоколов на время действия контракта • Полный доступ к исходному коду проекта • Полная техническая поддержка проекта • Исправление ошибок и доработка функционала • Помощь с запуском и развитием сервера • Работа целой команды профессионалов над вашим проектом • Java-разработчики, datapack-разработчики и project management • Многолетний опыт работы с крупными live-проектами • Долгосрочная приватная работа и сопровождение проекта Условия контракта: Стартовый взнос: 10,000 USD Ежемесячно: 3,000 USD / месяц Старые протоколы Essence для прямой покупки исходников: • Протоколы 507–520 — 10,000 USD • Протоколы 474–502 — 7,000 USD • Протоколы 447–464 Seven Signs — 5,000 USD • Протокол 388 Crusade — 2,500 USD Подробнее: https://mmore.dev/essense2.html ◆ L2 Classic — приватные сборки и исходники Актуальные протоколы: 557–559+ Доступны только на контрактной основе. Входит: • 100% реализация официального контента • Кастомные интерфейсные системы • Обновления протоколов на время действия контракта • Полный доступ к исходному коду проекта • Полная техническая поддержка проекта • Исправление ошибок и доработка функционала • Помощь с запуском и развитием сервера • Работа целой команды профессионалов над вашим проектом • Java-разработчики, datapack-разработчики и project management • Многолетний опыт работы с крупными live-проектами • Долгосрочная приватная работа и сопровождение проекта Условия контракта: Стартовый взнос: 10,000 USD Ежемесячно: 3,000 USD / месяц Исходники Classic для прямой покупки: • Classic 542 protocol — 15,000 USD • Classic 520 protocol — 12,000 USD • Classic 507 protocol — 10,000 USD • Classic 286 protocol — 8,000 USD Торг возможен. Контрактная поддержка доступна. Подробнее: https://mmore.dev/classic2.html ◆ High Five — приватная сборка Приватная High Five сборка с многолетним опытом работы на живых проектах. Входит: • 100% официальный контент • Полный доступ к исходному коду проекта • Полная техническая поддержка проекта • Исправление ошибок и доработка функционала • Помощь с запуском и развитием сервера • Работа целой команды профессионалов над вашим проектом • Java-разработчики, datapack-разработчики и project management • Многолетний опыт работы с крупными live-проектами • Долгосрочная приватная работа и сопровождение проекта Условия контракта: Стартовый взнос: 3,000 USD Ежемесячно: 3,000 USD / месяц Подробнее: https://mmore.dev/hf2.html ◆ Main / GOD — в разработке Мы начали разработку ветки Main / GOD, протокол 559+. Открыты предварительные обсуждения, предзаказы и спонсорские контракты. Принимается ограниченное количество проектов из разных регионов мира с максимальной региональной эксклюзивностью для каждого партнёра. ВАЖНО Самые актуальные протоколы Essence и Classic доступны только на долгосрочном контракте. Прямая продажа исходного кода доступна только для более старых протоколов. Если вам нужны самые свежие версии, развитие, обновления и поддержка — выбирайте контрактную работу с нашей командой. CONTACTS / КОНТАКТЫ Telegram:  @L2scripts Microsoft Teams:   l2-scripts.com@outlook.com      Old Skype account: Urchika E-mail:    L2scripts.com@gmail.com IMPORTANT All discussions, project details, examples, testing access, source code demonstrations, technical discussions and cooperation terms are discussed strictly in Telegram only. We do not discuss private development publicly on the forum. Telegram is the main and preferred communication platform for all serious inquiries. ВАЖНО Все обсуждения, детали проектов, примеры, предоставление тестирования, демонстрации исходников, технические вопросы и условия сотрудничества обсуждаются строго только в Telegram. Публично на форуме приватная разработка не обсуждается. Telegram — основная и приоритетная платформа для связи по всем серьёзным вопросам. All questions are discussable. We work for the best Lineage 2 projects in the world.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..