Jump to content
  • 0

Magic Critical Chance Stat


Question

Posted

hey guys can someone tell me how can i add the stat (magic critical chance) when i check the stats of my char? for instance (p def, m attc, etc), i mean i have to modify java files? Thanks

Recommended Posts

  • 0
Posted

hey guys can someone tell me how can i add the stat (magic critical chance) when i check the stats of my char? for instance (p def, m attc, etc), i mean i have to modify java files? Thanks

mCrit?

  • 0
Posted

yes like mCrit i want to be visible like other stats

Add mul or somethink like this?? With add=+ adds

And with mul=1.10 or what you want..here is a guide just use search about stats

  • 0
Posted

i cant see the guide, xxdem can you explain me how?

I think he speak about core side on stats he have made mCrit like Critical for other stats..also works like Crit on archers or somethink like that if im not wrong..

  • 0
Posted

when you open your character to see the stats you can see, evasion, m def, accuracy, etc i just want to add mCritical, in that window, i know how can i modify the stats in xml files

  • 0
Posted

when you open your character to see the stats you can see, evasion, m def, accuracy, etc i just want to add mCritical, in that window, i know how can i modify the stats in xml files

Then you must search about this if this is a html or hardcoded i cant know..

  • 0
Posted

i dont think that is only a html fiqle, but thanks for your help!

If you find the another stats then you must read where is this located..thats i mean.

  • 0
Posted (edited)

Search where the stats is used maybe ?

 

UseInfo replace crit with a simple

 

isMageClass ? mcrit : crit

Edited by Sdw
  • 0
Posted (edited)

Probably UserInfo packet, from

writeD(_activeChar.getCriticalHit(null, null));

to

writeD((_activeChar.isMageClass()) ? _activeChar.getMCriticalHit(null, null) : _activeChar.getCriticalHit(null, null));

You can't add a new column, simply re-use an existing one (or edit client but that's heavy).

Edited by Tryskell
Guest
This topic is now closed to further replies.


  • Posts

    • Greetings, MaxCheaters community! We are the development team behind projects like AdenLand, Classic GvE, TinyEssence, PvPEssence, and several others. Over the years of managing high-traffic servers, we’ve built our own ecosystem of tools for datapack and client editing, simply because standard software often failed to meet our production needs or was too slow. Today, we are opening access to these professional solutions for our colleagues in the dev scene. You can explore our suite of editors and utilities here: 👉 https://la2.tools/ Why choose our tools? Battle-Tested: This software is used daily to maintain and update our own live projects. Efficiency: Designed to automate routine tasks that usually take hours or even days. Stability: Built to handle complex client/server structures where generic tools often crash. We are ready to provide consultations on integrating these tools into your development workflow to make your process faster and more secure.  
    • There is such a topics based on java html services!
    • L2Elixir – Patch 9 Is Live! Since November 28, when L2Elixir officially opened, we’ve been here consistently and with dedication. We sincerely thank everyone who continues to support this major effort to bring back the true legacy of L2Elixir, even after 18+ years. It truly makes us happy to see many old players reunite, just like in the old days, and enjoy the game the way it was meant to be played: without RMT, without bug abusers, and without “paid” clans/CPs that disappear after a month. We continue with vision, stability, and respect for the community. Wishing everyone to Have fun! Changelogs: 🏆 Olympiad Olympiad every Monday & Friday (last day: Friday). Fixed an issue with wrong Class ID caused by the Class Change service. ⚔️ Territory Wars Territory Wars will now be held every Tuesday to increase PvP activity. 🛡️ Antibot General updates and additional security improvements implemented. 🔧 Items Augmentation & Attribute are now allowed on PvP weapons. Implemented Premium Coupon (15 Days) (currently not available). 🎉 Events An Auto Event will begin early morning (05:00) for NA players. 💻 Client Added EXP zones to the Map → Hunting Zones section. Renamed them to “XP Bonus” so they appear at the top of the list.   Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs
    • I haven't work in Essence but I have transformed mobius projects into fully stable projects, reach out to me in Discord @cerus0130
  • 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..