Jump to content

Question

Posted

Hi everyone!

 

We are trying to make a server with 100% chance skill success rate. Where I mean, that if a player has zero % resists against stun attacks can be stunned 100/100.

Normally because of CON / MEN base stats, this rate would be around 85/100. 

 

How can we solve this problem without changing the base stats of each class?

6 answers to this question

Recommended Posts

  • 0
Posted
7 minutes ago, Zake said:

Depends on the pack you're using, most of the packs cap on 75% chance

Where is this capped in the code exactly? 

  • 0
Posted
Just now, sLeShi said:

Where is this capped in the code exactly? 

this was a mistake, i just saw a crappy old fork. I edited my post above. As i can see in acis 

final double rate = Math.max(1, Math.min((baseChance * statModifier * skillModifier * mAtkModifier * lvlModifier), 99));
  It's between 1 and 99

and in lisvus (c4)

if (rate > 99)
        {
            rate = 99;
        }
        else if (rate < 1)
        {
            rate = 1;
        }
        

is this way too.Which pack are you using?

  • 0
Posted
3 hours ago, Zake said:

this was a mistake, i just saw a crappy old fork. I edited my post above. As i can see in acis 

final double rate = Math.max(1, Math.min((baseChance * statModifier * skillModifier * mAtkModifier * lvlModifier), 99));
  It's between 1 and 99

and in lisvus (c4)

if (rate > 99)
        {
            rate = 99;
        }
        else if (rate < 1)
        {
            rate = 1;
        }
        

is this way too.Which pack are you using?

L2jOrion (Interlude) 

  • 0
Posted
12 hours ago, sLeShi said:

L2jOrion (Interlude) 

This isn't a free pack so i can't help you further with this. Although this might be still in formulas.java under calcskillsuccess method, if you struggle post this method

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

    • I tried it, very neat work. Just keep improving it, there's potential.
    • 🔥 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
  • 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..