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

Your friend xAddytzu made that?

Yea i am sureCheck on character settings

that's pure leeching

It already exists

 

xAddytzu GAME THE THEM !

 

On L2j-C6 Limits are not added !

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

    • There was a time when SMS and MMS actually meant something. 📱 You’d hear that message tone, your heart would skip a beat — who texted? what did they say? Every “Hey :)” mattered, because every SMS cost money, and an MMS? That was pure luxury.     Now it’s simpler — no waiting, no saving characters, no wondering if it’ll deliver. You just go to VibeSMS.net — pick a country, choose a number, and get your code in seconds. ⚡     Back then we cherished every message. Now we just make sure everything gets delivered.   🌐 Website: vibe-sms.com 📢 Telegram Channel: https://t.me/vibe_sms
    • I fixed it now my friends can join too, with what do you want help with? Also can you upload the interlude client of gx-ext for c4? just to have it because i deleted the rar i just have the folder
    • me ayudas a montar ese pack por que no entiendo tanto es para tener de prueba
    • GX-C4 pack, its ok...just used it.
    • This post originally appeared on MmoGah. Arena Breakout: Infinite is a hardcore tactical extraction shooter that demands precision, patience, and strategy. This guide will walk you through everything a beginner needs to know—from gear and combat to survival and extraction.     What Is Arena Breakout: Infinite? Arena Breakout: Infinite (ABI) is a free-to-play online extraction shooter developed by MoreFun Studios and released on Steam in September 2025. Unlike traditional battle royales, ABI focuses on risk vs. reward rather than being the last one standing. Players enter instanced maps called "raids," where they must scavenge loot, survive enemy encounters, and extract safely.   Core Gameplay Mechanics 1. Raids and Extraction Each raid features 4–6 teams (solo or squad) dropped into a map. The goal is to loot valuable items and extract through designated points. Extraction is not exclusive—multiple teams can leave the map alive. 2. PvPvE Combat You'll face both human players and AI enemies. AI can be unpredictable and deadly, especially in high-tier zones. 3. No Hand-Holding ABI offers no tutorials or guidance. You learn by dying—and surviving.   Gear and Loadouts 1. Choose Wisely Your gear determines your survivability. Armor, helmets, and medical supplies are essential. Weapons vary in recoil, damage, and handling. Start with low-cost rifles like the AKS-74U or MP5. 2. Insurance System You can insure gear to recover it if you die and it isn't looted. Use insurance for expensive items, but don't rely on it blindly. 3. Backpacks and Storage Larger backpacks allow more loot but make you a bigger target. Organize your inventory to quickly access meds and ammo during combat.   Tactical Tips for Beginners 1. Know What to Loot Prioritize high-value items like weapon parts, medical kits, and rare electronics. Learn loot hotspots on each map—warehouses, bunkers, and military zones often yield better gear. 2. Sound Is Everything Footsteps, gunfire, and reloads are loud. Use headphones and move cautiously. Crouch-walking and slow peeking reduce noise and improve stealth. 3. Map Knowledge Study maps offline or in low-risk raids. Learn extraction points, choke zones, and sniper nests. 4. Stamina Management Sprinting drains stamina, which affects aim and movement. Rest in safe zones and avoid overexertion during firefights.   Combat and Survival 1. Engage Smartly Don't chase kills—survival and extraction are the real goals. Use cover, lean mechanics, and suppressive fire to control fights. 2. Healing and Damage ABI features a detailed health system: limbs can be fractured, bleeding, or disabled. Carry splints, bandages, and painkillers. Know how to treat each condition. 3. Death Is a Lesson You will die—a lot. Use each death to learn positioning, gear value, and enemy behavior.   Progression and Economy 1. Free-to-Play Friendly ABI is generous with starter gear and daily rewards. You can earn the currency Arena Breakout: Infinite Koens through successful raids and selling loot. 2. Marketplace Trade gear with other players or sell to vendors. Prices fluctuate—learn market trends to maximize profit. 3. No Skill Trees Unlike similar games, ABI doesn't use operator skills. Progression is gear-based and tactical, not RPG-style.   Settings and Optimization 1. Graphics and Performance Lower shadows and post-processing for better visibility. Use high FPS settings for smoother combat. 2. Keybinds Customize controls for quick access to healing, leaning, and inventory. Practice muscle memory in offline raids. 3. Audio Settings Maximize footstep and gunfire volume. Reduce ambient noise to focus on threats.   Beginner Loadout Recommendation Slot Item Notes Primary Gun AKS-74U or MP5 Low recoil, easy to handle Secondary Pistol (optional) Backup for emergencies Armor Basic Vest Better than nothing Helmet Light Helmet Protects against headshots Backpack Medium Balance between space and size Meds Bandages, Splints Treat bleeding and fractures Ammo 2–3 extra mags Always reload before fights         Final Advice for New Players Start slow: Don't rush into high-tier zones. Learn the basics in low-risk areas. Play with friends: Squad play improves survival and makes learning easier. Watch and learn: Study streamers and guides to understand advanced tactics. Don't hoard: Use your gear. Hoarding leads to stagnation and fear of loss. Extract often: Surviving and extracting builds confidence and resources. Arena Breakout: Infinite is brutal, but deeply rewarding. With patience and practice, you'll evolve from a terrified scavenger to a confident operator. Every raid is a story—make yours one of survival and triumph.
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock