Jump to content

Recommended Posts

Posted

I had already made this modification a long time ago in another pack that I used before. But now I'm using an aCis 372.

I don't remember very well how I did it, but I already modified the exp table in Experience.Java with the exp up to 91 and the hp/cp/mp table that the character receives per level, up to level 90. But even so it doesn't work in the game.

 

Could someone with experience help me, show me where I'm forgetting to modify? I've already looked at all the tutorials available here on the forum, but none of them have worked.

Posted
On 9/29/2024 at 1:58 AM, VegaBoy said:

I had already made this modification a long time ago in another pack that I used before. But now I'm using an aCis 372.

I don't remember very well how I did it, but I already modified the exp table in Experience.Java with the exp up to 91 and the hp/cp/mp table that the character receives per level, up to level 90. But even so it doesn't work in the game.

 

Could someone with experience help me, show me where I'm forgetting to modify? I've already looked at all the tutorials available here on the forum, but none of them have worked.

you could do something like this :

PlayerTemplate.java

public final double getBaseHpMax(int level)
{
    double HP;
    if (level >= 80) {
       HP = _hpTable[79] + 35 * (level - 80);
    } else {
       HP = _hpTable[level -1];
    }
    return HP;
}
same should do for CP/MP , and u won't have to edit any classes table

and dont forget karma tables :)


 

Posted
8 hours ago, Acacia said:

you could do something like this :

PlayerTemplate.java

public final double getBaseHpMax(int level)
{
    double HP;
    if (level >= 80) {
       HP = _hpTable[79] + 35 * (level - 80);
    } else {
       HP = _hpTable[level -1];
    }
    return HP;
}
same should do for CP/MP , and u won't have to edit any classes table

and dont forget karma tables :)


 

Now it's working, thank you!

  • Vision locked this topic
Guest
This topic is now closed to further replies.


  • Posts

    • NEW SEASON GRAND OPENING FROM - 10/07/2026, FRIDAY, 20:00 +3 GMT !
    • System folder is indeed missing @eMommy
    • No complicated KYC, instant setup after purchase!  Boost your connection speed and secure your privacy today!  Official Website: https://novproxy.com?kwd=tt-max
    • I don't know this guy and I don't care about him or the server. What I want to say I already do it. And yes, it does seem like he has some mental problems to make up these stories. 
    • L2JForge Edition Update Revision: V1.0.119  Update: 15 June – 1 July 2026  Fixes & Improvements Fixed PawnShop pagination and inactive Community Board actions. Added thread-safe caching to the PawnShop system. Fixed MMOTopVote vote tracking. Fixed PvP Event participant cleanup. Restored the missing PvP Ranking broadcast. Improved CTF flag handling and zone validation. Added Try Skin / Hat Preview handlers to the Community Board. Improved character skin appearance refreshes without requiring a restart. Improved NPC positioning to reduce train and collision abuse. Fixed Seal of Ruler casting from invalid artifact positions. Added stricter castle artifact, range and height validation. Fixed character restoration stability during Enter World. Reworked Community Board Home, Shop, Bosses and Events sections. Added live Raid/Epic Boss status and respawn information. Added upcoming PvP and GvG event schedules. Integrated character services, settings and statistics into the Community Board. Moved Vote Rewards from a voiced command into the Character Menu in Community Board. Removed the obsolete Achievements / .rewards system.  Removed unused multilingual resources and simplified datapack loading. Improved datapack startup and HTML cache stability. Added automatic build revision and build-date metadata. Reorganized runtime libraries and standardized generated server jars. Refined the Player, Creature, GameClient, Clan and Frintezza systems. Performed extensive source cleanup and reliability improvements. Updated build configuration and repository exclusions.  Work in Progress Development continues with additional gameplay fixes, performance improvements, system cleanup and more upgrades already in progress..
  • 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..