Jump to content

Recommended Posts

Posted

Hi, i want to share with you an augment chance system, i made. I think it is only for top grade ls, only for skill(not base stat or aura), and can be added in 1 min.

 

Go to: net.sf.l2j.gameserver.datatables.AugmentationData.java

 

There press ctrl + f and search for:

private static final int CHANCE_SKILL = 11;

Now replace 11 with: Config.AUGMENT_CHANCE, so it looks like:

private static final int CHANCE_SKILL = Config.AUGMENT_CHANCE;

Then go to net.sf.l2j.Config.java, and press ctrl+f and search for:

public static int     L2JMOD_WEDDING_DIVORCE_COSTS;

After it add:

public static int AUGMENT_CHANCE;

Now find:

L2JMOD_WEDDING_DIVORCE_COSTS            = Integer.parseInt(L2JModSettings.getProperty("WeddingDivorceCosts", "20"));

And after is add:

AUGMENT_CHANCE		= Integer.parseInt(L2JModSettings.getProperty("AugmentChance", "11"));

Now go to java.config.l2jmods.properties, and go to the end and write:

AugmentChance = 11

Compile it and you are done. (Replace 11 with whatever chance you want it to be)

 

Tested, credits 100% me.

Posted

thats stupid reasons:

 

1.learn to use diff files

2.your share is for outdated really bad chronicle

3.100% yours?hell no the option is there in every pack except the really bad interlude ones

 

and by the way ls never gives aura its called AUGMENT EFFECT

 

Posted

thats stupid reasons:

 

1.learn to use diff files

2.your share is for outdated really bad chronicle

3.100% yours?hell no the option is there in every pack except the really bad interlude ones

 

and by the way ls never gives aura its called AUGMENT EFFECT

 

1st, i will make a diff file later, now i don't have time

2nd it is for l2jinterlude server, and for some -.-, interlude is awful, but for me and for some other guys in here, i am sure it is THE BEST chronicle

3rd, it is 10000000% mine, download l2jinterlude latest rev, and if you see augment chance i give you 100000000000000000euros

 

and sorry for augment aura, i just forgot it

That i was looking for. Thnx TheLastHero. The way you wrote it is better and more confortable for newbies to add it.

FerikOs you are right, this is best guide for niewbies, because 99% diff files will have error on eclipse, like:

Are you sure you want to aply the patch, the segments did not match.

Posted

This already exists, and we have previously told that we are not here to accept 2-strings shares.

Locked.

If you are willing to help, make something useful.

Guest
This topic is now closed to further replies.


  • Posts

    • Its always the people who build nothing that have the most to say!  15+ years of development experience with 10+ programming languages and countless completed projects. If your best argument is 'you discovered AI,' I'll assume you couldnt find anything wrong with the launcher.
    • Looks like somebody discovered AI recently
    • Added: Server monitoring has been added to the protection dashboard, available for Premium+ plans. Each entry displays: Account — game login. HWID — hardware ID. GSID — the game server the entry belongs to. IP — the player's address. Country — determined by IP, with flag and name. Useful for SEO promotion, do you know where more players come from Status — "Banned" or "OK". Extra windows — how many additional windows are allowed for this HWID beyond the global limit. Last seen — time of last activity.   At the top — a summary: total entries, number banned, time of the last report, and an Online/Offline indicator (based on how fresh the data from the protection is).   Filters and search Search by account, HWID, or IP. Country — select from countries actually present in the data. Game server (GS) — filter by GSID. Period — by last activity date (from / to). Banned only — quick filter for violators. Grouping — collapse data by HWID, IP, or account: one row per key with counts of accounts/HWIDs/IPs and number of entries. Handy for catching multi-accounters (many accounts from one HWID) and suspicious IPs.   Ban / Unban — banning by HWID blocks all accounts on that hardware. The protection will pick up the command within a minute; until applied, a "Pending…" status is shown. Grant windows — set additional windows (+N) for a specific HWID via a convenient selector. Single token per account to link the protection with the dashboard: Generate / Reissue token in one click. Show token — view the current value at any time. The token is stored encrypted. Don't share it with anyone — if compromised, simply reissue it and the old one stops working immediately. In the protection config, you can enable monitoring, insert the token, and change how often data is sent to the protection dashboard.
  • 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..