Jump to content

Recommended Posts

Posted

Well my friend this is the wrost thing in L2j-C6!

 

It doesn't have Atk&Cast speed limit !

 

So my friend xaddytzu gave the limits !

 

 

-----This is my last share-----

 

Index: /L2jdev/config/l2jmods.properties

===================================================================

--- /L2jdev/config/l2jmods.properties (revision 39)

+++ /L2jdev/config/l2jmods.properties (revision 41)

@@ -5,2 +5,8 @@

# PK Announcements:

AnnouncePk = True

+

+# Maximum Attack Speed 0

+MaxAttackSpeed = 1200

+

+# Maximum Casting Speed 0

+MaxCastingSpeed = 1400

Index: /L2jdev/src/main/java/net/sf/l2j/Config.java

===================================================================

--- /L2jdev/src/main/java/net/sf/l2j/Config.java (revision 3)

+++ /L2jdev/src/main/java/net/sf/l2j/Config.java (revision copy)

@@ -954,4 +954,6 @@

public static boolean ENCHANT_BREAK_ARMOR_CRYSTAL;

public static boolean ENCHANT_BREAK_ARMOR_BLESSED;

+    public static int MAX_PATK_SPEED;

+    public static int MAX_MATK_SPEED;

   

/** ************************************************* **/

@@ -1897,4 +1899,6 @@

 

                ALT_ANNOUNCE_PK = Boolean.parseBoolean(L2JModSettings.getProperty("AnnouncePk", "False"));

+         MAX_PATK_SPEED = Integer.parseInt(L2JModSettings.getProperty("MaxAttackSpeed", "0"));

+         MAX_MATK_SPEED = Integer.parseInt(L2JModSettings.getProperty("MaxCastingSpeed", "0"));

               

            }

@@ -2445,5 +2449,7 @@

        else if (pName.equalsIgnoreCase("ChampionRewardItemID")) L2JMOD_CHAMPION_REWARD_ID = Integer.parseInt(pValue);

        else if (pName.equalsIgnoreCase("ChampionRewardItemQty")) L2JMOD_CHAMPION_REWARD_QTY = Integer.parseInt(pValue);

-

+        else if (pName.equalsIgnoreCase("MaxAttackSpeed")) MAX_PATK_SPEED = Integer.parseInt(pValue);

+        else if (pName.equalsIgnoreCase("MaxCastingSpeed")) MAX_MATK_SPEED = Integer.parseInt(pValue);

+        

        // L2JMOD Wedding System

        else if (pName.equalsIgnoreCase("AllowWedding")) L2JMOD_ALLOW_WEDDING = Boolean.parseBoolean(pValue);

@@ -2461,5 +2467,5 @@

        else if (pName.equalsIgnoreCase("TvTEventRunningTime")) TVT_EVENT_RUNNING_TIME = Integer.parseInt(pValue);

        else if (pName.equalsIgnoreCase("TvTEventParticipationNpcId")) TVT_EVENT_PARTICIPATION_NPC_ID = Integer.parseInt(pValue);

-

+        

        // PvP settings

        else if (pName.equalsIgnoreCase("MinKarma")) KARMA_MIN_KARMA = Integer.parseInt(pValue);

Index: /L2jdev/src/main/java/net/sf/l2j/gameserver/model/L2Character.java

===================================================================

--- /L2jdev/src/main/java/net/sf/l2j/gameserver/model/L2Character.java (revision 3)

+++ /L2jdev/src/main/java/net/sf/l2j/gameserver/model/L2Character.java (revision copy)

@@ -6446,5 +6446,29 @@

public final int getMaxCp() { return getStat().getMaxCp(); }

public int getMAtk(L2Character target, L2Skill skill) { return getStat().getMAtk(target, skill); }

- public int getMAtkSpd() { return getStat().getMAtkSpd(); }

+ public final int getMAtkSps(L2Character target, L2Skill skill)

+ {

+ int matk = (int)calcStat(Stats.MAGIC_ATTACK, _template.baseMAtk, target, skill);

+ L2ItemInstance weaponInst = getActiveWeaponInstance();

+ if (weaponInst != null)

+ {

+ if (weaponInst.getChargedSpiritshot() == L2ItemInstance.CHARGED_BLESSED_SPIRITSHOT)

+ matk *= 4;

+ else if (weaponInst.getChargedSpiritshot() == L2ItemInstance.CHARGED_SPIRITSHOT)

+ matk *= 2;

+ }

+ return matk;

+ }

+

+ public int getMAtkSpd()

+ {

+ int _matkspd = getStat().getMAtkSpd();

+ if (Config.MAX_MATK_SPEED > 0)

+ {

+ if (_matkspd > Config.MAX_MATK_SPEED)

+ return Config.MAX_MATK_SPEED;

+ }

+ return _matkspd;

+ }

+

public int getMaxMp() { return getStat().getMaxMp(); }

public int getMaxHp() { return getStat().getMaxHp(); }

@@ -6468,5 +6492,15 @@

    public double getPDefGiants(L2Character target) { return getStat().getPDefGiants(target); }

   

-    public int getPAtkSpd() { return getStat().getPAtkSpd(); }

+ public int getPAtkSpd()

+ {

+ int _patkspd = getStat().getPAtkSpd();

+ if (Config.MAX_PATK_SPEED > 0)

+ {

+ if (_patkspd > Config.MAX_PATK_SPEED)

+ return Config.MAX_PATK_SPEED;

+ }

+ return _patkspd;

+ }

+    

public double getPAtkUndead(L2Character target) { return getStat().getPAtkUndead(target); }

public double getPDefUndead(L2Character target) { return getStat().getPDefUndead(target); }

 

Posted

Your friend xAddytzu made that?

Yea i am sure

Well my friend this is the wrost thing in L2j!

 

It doesn't have Atk&Cast speed limit !

Check on character settings

that's pure leeching

It already exists

Posted

xAddytzu GAME THE THEM !

 

On L2j-C6 Limits are not added !

so addytzu coppied them from gracia and added on interlude

and this is your last share?better we don't need c/p

And You edited the post rofl...

also this patch does not work on l2j-interlude

Posted

so addytzu coppied them from gracia and added on interlude

and this is your last share?better we don't need c/p

And You edited the post rofl...

also this patch does not work on l2j-interlude

 

honestly what  work on interlude? Interlude is a shit but nobody realise it...

 

due to flame wars topic locked

Guest
This topic is now closed to further replies.


  • Posts

    • Inventory restock: Premium business accounts are now available.   ✔ Wallester Business EU 🇪🇺|💳 Unlimited virtual cards, physical cards, 🏦 multi-currency IBAN, ₿ crypto & stablecoin deposits. ✔ Stripe Business UK 🇬🇧|💳 Instant virtual cards (Visa/Mastercard), high-conversion checkout, multi-currency payouts, ₿ crypto payments, no-code payment links. ✔ Mercury Business US 🇺🇸|🏦 US checking & savings, 💳 unlimited virtual cards, domestic & International wires, native stablecoin settlement. ✔ Payset Business EU 🇪🇺|🏦 Multiple IBANs, UK sort code, SEPA Instant, 💳 unlimited virtual cards, multi-currency accounts. ✔ Novo Business US 🇺🇸|🏦 Business checking account, ACH payments & invoicing, 💳 virtual & physical cards, novo boost.
    • Let me see if I understand correctly, older gentlemen, when a newcomer shows up to create modern things with the help of AI, doing what you charge them to do, you point the finger and laugh. I believe that's why everything is stagnant. The product isn't for programming experts, it's for newcomers. Don't buy from you if they can do it themselves using this base. You're going to deliver a similar product, maybe even worse than this one, so why are you complaining? PowerShell, as you well know, started with it, then came new platforms and new apps, new creation models, all with different languages; I chose the simplest one for my taste. This is about being organized and knowing how to choose the right words for each situation. It's not 100%, but it already gives a good impression. Nothing is 100%, so a topic written by AI, and all the code that you charge an absurd amount for to prohibit and sell hacks, could be open source so that everyone can create new practices, new models, new information for passing packets, prohibiting the use of cheats that cause server owners to break so much. Let's remember that the Admin doesn't always shut down the server; it's the players who find problems and take advantage by buying and reselling items, and they say that the GM shuts down the server every week, but that's a lie. What they do is duplicate items with packages and sell them, but perhaps this could give some future developers a starting point to create their own protection following the model in the initial documentation. Because none of you answer a question from a newbie, you think you're superior because you have knowledge, but with AI, people like that can have the same knowledge as you, but with less practice. And if they practice a lot, 10,000 hours, they can be as good as all of you older developers in the L2J field.
  • 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..