Jump to content

Recommended Posts

Posted

Already exists this code, but wants some changes on acis.

I know he does not want much, but a convenience for beginners.

 

net.sf.l2j.Config.java

+       public static int BLOW_FRONT_RATE;
+       public static int BLOW_SIDE_RATE;
+       public static int BLOW_BACK_RATE;



+                       BLOW_FRONT_RATE = Integer.parseInt(baggos.getProperty("BlowRateFront", "40"));
+                       BLOW_SIDE_RATE = Integer.parseInt(baggos.getProperty("BlowRateSide", "50"));
+                       BLOW_BACK_RATE = Integer.parseInt(baggos.getProperty("BlowRateBEHIND", "70"));


config:
+   # Blow Rate From BackStab.
+   BlowRateFront = 40
+   BlowRateSide = 50
+   BlowRateBehind = 70


net.sf.l2j.gameserver.handler.skillhandlers.Blow.java

+ import net.sf.l2j.Config;
  import net.sf.l2j.gameserver.handler.ISkillHandler;


-       public final static int FRONT = 50;
-       public final static int SIDE = 60;
-       public final static int BEHIND = 70;
+	public final static byte FRONT = 50;
+	public final static byte SIDE = 60;
+	public final static byte BEHIND = 70;
+	public static int FRONTBACKSTAB = Config.BLOW_FRONT_RATE;
+	public static int SIDEBACKSTAB = Config.BLOW_SIDE_RATE;
+	public static int BEHINDBACKSTAB = Config.BLOW_BACK_RATE;
       
        @Override
        public void useSkill(L2Character activeChar, L2Skill skill, L2Object[] targets)
    {
+            if(skill.getId() == 30)
+           {
+                    FRONTBACKSTAB = Config.BLOW_BACK_RATE;
+                    SIDEBACKSTAB = Config.BLOW_BACK_RATE;
+                    BEHINDBACKSTAB = Config.BLOW_BACK_RATE;
+            }


net.sf.l2j.gameserver.handler.skillhandlers.Pdam.java


-               target.reduceCurrentHp(damage, activeChar, skill);
-
+                       }
+ 
+                // Backstab Modify
+                 if(skill.getId() == 30)
+             {
+                     double Hpdam = 0;
+
+                     if (damage >= target.getCurrentHp())
+                     {
+                             target.setCurrentHp(0);
+                             target.doDie(activeChar);
+                     }
+                     else
+                     {
+                             Hpdam = (target.getCurrentHp() - damage);
+                             target.setCurrentHp(Hpdam);
+                     }

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • Looking a datapack developer for 'Essence' - needs to be good with Mobius structure,  Project is using old fork (I think base from crusader). Write Discord to PM.
    • We are not back on 2005, life in our days is harder than before, in complection with other things yes, L2 has not the same look.
    • 🌍 https://l2origins.org/ 🛡️ LINEAGE II ORIGINS — SEASON 1 🛡️ 🌑 High Five Classic | True Old-School Experience 🌑 ⚠️ Opening on March 6th at 16:00 Welcome back to the origins of Lineage II. ⚔️ ABOUT THE SERVER Lineage2 Origins is built for players who miss the true retail feeling. Classic progression, real challenges, fair competition — enhanced only with carefully selected QoL features, never breaking the original gameplay. 🌿 PHASED GEAR PROGRESSION 🟢 Month 1: Vesper max 🟢 Month 2: Vorpal unlocked 🟢 Month 3+: Top-grade & Elegia released 🚫 NO AUTO-FARM ✔️ External auto-clicker allowed (1 per client, download page only) ❌ Bots & illegal automation forbidden 🛡️ Strong anti-bot + captcha system ⚠️ AFK players will be punished — stay active or logout 📊 RATES & CORE SETTINGS 🔹 Adena: x5 🔹 Drop / Spoil: x5 🔹 Skill EXP: x15 🔹 Max Windows: 2 per PC 🔹 Subclass: Lv 85 (no quest required) 🔹 Party Level Diff: 30 (55–85) 🔹 No custom items (armors / weapons / jewelry) 🔥 FEATURES ✨ Global & Raid Teleport ✨ NPC Buffer (34 buffs) ✨ Auto Events & PvP Zones ✨ Ranking & Clan Progression ✨ GM Shop & Premium System ✨ All-In-One Community Board ✨ Party & Solo Instances ✨ Siege & Territory War Rewards ✨ RaidBoss Kill Rewards ✨ Lucky Creature Event ✨ Daily Login Rewards ✨ Advanced DDoS Protection & Backups ⚔️ ENCHANTMENTS 🔸 Safe: +3 🔸 Max: +12 (Month 2: +14 | Month 3: +16) 🔸 Blessed: 50% (Premium 65%) 🔸 Normal: 45% (Premium 60%) 🏟️ OLYMPIAD 🔹 Max Enchant: +6 🔹 Start Players: 4 🔹 Period: 1st & 15th 🏰 SIEGE & TW 🔹 Siege Time: 16:00 & 20:00 🔹 Territory War: 20:00 🔹 Max Wards: 3 per Castle 🌌 Lineage2 Origins Fair. Competitive. Nostalgic. A true return to the origins of Lineage II.
  • 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..