Jump to content

Question

Posted (edited)

Is there any way to balance classes only within olympiad? Outside of oly everything is fine. but within the olympiad there are some classes that are very strong, such as: ghost hunter, adventurer, wind rider etc ..

I thought of adding a passive skil in certain classes to balance, but this skil has to activate only within the olympiad.

A code that adds a passive skil to a certain class when it enters olympiad and deactivates when it exits.
Can someone help me please?

 

chronicle: high five
pack: l2jsunrise

Edited by HARDECORE

5 answers to this question

Recommended Posts

  • 0
Posted

i have do it with formulas.java

 

example how i change mag dmg.

CalcMagicDam(...){

.......... 

.... and at function end

        if(attacker instanceof L2PcInstance){
                L2PcInstance pcInst = (L2PcInstance) attacker;
                int attackerClass = pcInst.getClassId().getId();
                double balance = 1;
                if(pcInst.isInOlympiadMode()){
                balance = BalanceDataTable.getInstance().getClassData(attackerClass).getOMSkillDamage();    
                }else{
                balance = BalanceDataTable.getInstance().getClassData(attackerClass).getMSkillDamage();
                }
                damage /= balance;
            }

}

same shit and with other stats/damages and etc.

Its just me idea for you. Its good way or no idk.

  • 0
Posted

you can add skill on porting the players to arena and then remove when the code port them to town

or

you can add skill on olympiad zone so when they enter they get this skill depends on their class

or

you can write a tone of useless code like balancer in formula

  • 0
Posted
On 10/26/2019 at 5:07 PM, wongerlt said:

i have do it with formulas.java

 

example how i change mag dmg.


CalcMagicDam(...){

.......... 

.... and at function end

        if(attacker instanceof L2PcInstance){
                L2PcInstance pcInst = (L2PcInstance) attacker;
                int attackerClass = pcInst.getClassId().getId();
                double balance = 1;
                if(pcInst.isInOlympiadMode()){
                balance = BalanceDataTable.getInstance().getClassData(attackerClass).getOMSkillDamage();    
                }else{
                balance = BalanceDataTable.getInstance().getClassData(attackerClass).getMSkillDamage();
                }
                damage /= balance;
            }

}

same shit and with other stats/damages and etc.

Its just me idea for you. Its good way or no idk.

 

What exactly does this code do?

  • 0
Posted
On 10/27/2019 at 7:24 AM, Nightw0lf said:

you can add skill on porting the players to arena and then remove when the code port them to town

or

you can add skill on olympiad zone so when they enter they get this skill depends on their class

or

you can write a tone of useless code like balancer in formula

Yes!

I want to add a different skil to each class that only works within oly.

  • 0
Posted
15 hours ago, HARDECORE said:

Yes!

I want to add a different skil to each class that only works within oly.

Isn’t working like that with clan skills?

 

search on the Olympiad manager where it’s handling the clan skills and add an line to check your passive skill.

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

    • Hello, MaxCheaters community,   We are pleased to officially announce the development of our new Lineage II project: MightyProject MightyProject will be an Interlude Mastered server, developed on a modern game engine and technical foundation while preserving the gameplay, atmosphere, and identity that made Interlude one of the most memorable chronicles of Lineage II. Our objective is not to transform Interlude into something unrecognizable. We aim to modernize and improve the overall experience while remaining faithful to the original spirit and scope of the chronicle. Our Vision MightyProject will feature: Authentic Interlude-oriented gameplay supported by a modern engine. Retail quests, carefully simplified to provide a smoother and more enjoyable progression experience. Reworked classes and skills, focused on improving balance and strengthening class identity without departing from Interlude gameplay. A refined progression system that respects players’ time without removing the sense of achievement. Original development decisions rather than copied features, systems, concepts, or branding from other projects. We are not interested in creating another server filled with random features simply because they are currently popular. Every system introduced into MightyProject must have a clear purpose and fit naturally within the overall Interlude experience. A Serious and Familiar Team Many people within the community are already familiar with us and understand the level of commitment we bring to our projects. We know that trust cannot be built through promises alone. It must be earned through consistent development, professional management, transparency, and long-term support. MightyProject is being approached as a serious and sustainable project—not as a temporary server or a quick attempt to follow current market trends. Our ambition is to help revive the European Lineage II private-server community and contribute to a healthier market where players have more than one or two serious projects to choose from. We believe there is still room for a professionally developed European-based server that respects the identity of Interlude while offering the stability, presentation, and quality expected from a modern project. Partnership Opportunities We are open to discussions with serious investors and professional partners who understand the vision and long-term potential of MightyProject.   Investment partnerships will not alter the project’s established gameplay identity. Core decisions concerning balance, progression, and game design will remain under the responsibility of the development team.   Potential partners may contribute in areas such as: Marketing and media strategy Public relations and advertising Community growth Customer support Operational and promotional activities Every partnership will be discussed professionally, with clearly defined responsibilities, expectations, and boundaries. MightyProject is being created with one clear objective: to deliver a modern, polished, and sustainable Interlude experience without losing the character of the original game. More information regarding development progress, features, testing phases, media content, and the official roadmap will be shared as the project moves forward. Thank you to everyone who has supported us, worked with us, or followed our previous activities within the community. This is only the beginning. MightyProject
  • 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..