Jump to content

Question

4 answers to this question

Recommended Posts

  • 0
Posted

kalhspera. ithela na rotisw uparxi kapoios tropws sto l2jfrozen anti gia 1-1 acts na to kanw 3-1

dld 3 acts 1 passive?

 

Καλησπέρα φίλε μου , πηγαίνεις στο Enchant. Και εδώ

# Augments Active and Passive skills delete on change weapon
DeleteAgmentPassiveEffectOnChangeWep=true
DeleteAgmentActiveEffectOnChangeWep=true

αλλάζεις το DeleteAgmentActiveEffectOnChangeWep=true σε DeleteAgmentActiveEffectOnChangeWep=False 

 

Έτσι θα μπορείς να στακάρεις όσα Active θες.

  • 0
Posted

Καλησπέρα φίλε μου , πηγαίνεις στο Enchant. Και εδώ

# Augments Active and Passive skills delete on change weapon
DeleteAgmentPassiveEffectOnChangeWep=true
DeleteAgmentActiveEffectOnChangeWep=true

αλλάζεις το DeleteAgmentActiveEffectOnChangeWep=true σε DeleteAgmentActiveEffectOnChangeWep=False 

 

Έτσι θα μπορείς να στακάρεις όσα Active θες.

δεν ειναι μονο αυτο.. θελει και core edit

εχω ενα κωδικο για unlimited stuckable augmenst, αλλαξε τον λιγο να δουλευει οπως εσυ θες

Index: D:/L2JSheZ/L2JSheZ/gameserver/config/functions/L2JSheZ.properties
===================================================================
--- D:/L2JSheZ/L2JSheZ/gameserver/config/functions/L2JSheZ.properties   (revisão 63)
+++ D:/L2JSheZ/L2JSheZ/gameserver/config/functions/L2JSheZ.properties   (cópia de trabalho)
@@ -308,4 +308,9 @@
 
 # Defina quantos de MP será restaurado quando usar a ManaPotion!
 # Padrão: 200
-ManaPotionMPRes = 200
\ No newline at end of file
+ManaPotionMPRes = 200
+
+# Isso deixa os arguments ativos como servidores originais
+# em servidores originais quando tira a arma que tem augument ativo ele sai
+# Padrão: True
+RetailAugmentations = True
\ No newline at end of file
Index: D:/L2JSheZ/L2JSheZ/gameserver/head-src/com/l2jfrozen/Config.java
===================================================================
--- D:/L2JSheZ/L2JSheZ/gameserver/head-src/com/l2jfrozen/Config.java    (revisão 71)
+++ D:/L2JSheZ/L2JSheZ/gameserver/head-src/com/l2jfrozen/Config.java    (cópia de trabalho)
@@ -163,6 +163,7 @@
        public static boolean STRICT_HERO_SYSTEM;
        public static boolean REMOVER_ITEMS_SUB;
        public static int MANA_POTION_RES;
+       public static boolean RETAIL_AUGMENTATIONS;
        //============================================================
        public static void loadL2JSheZ()
        {
@@ -390,6 +391,7 @@
                        STRICT_HERO_SYSTEM = Boolean.parseBoolean(L2JSheZ.getProperty("StrictHeroSystem", "False"));
                        REMOVER_ITEMS_SUB = Boolean.parseBoolean(L2JSheZ.getProperty("RemoverItemsSubClasse", "False"));
                        MANA_POTION_RES = Integer.parseInt(L2JSheZ.getProperty("ManaPotionMPRes", "200"));
+                       RETAIL_AUGMENTATIONS = Boolean.parseBoolean(L2JSheZ.getProperty("RetailAugmentations", "False"));
                        //============================================================
                }
                catch(Exception e)
Index: D:/L2JSheZ/L2JSheZ/gameserver/head-src/com/l2jfrozen/gameserver/network/clientpackets/UseItem.java
===================================================================
--- D:/L2JSheZ/L2JSheZ/gameserver/head-src/com/l2jfrozen/gameserver/network/clientpackets/UseItem.java  (revisão 45)
+++ D:/L2JSheZ/L2JSheZ/gameserver/head-src/com/l2jfrozen/gameserver/network/clientpackets/UseItem.java  (cópia de trabalho)
@@ -327,7 +327,35 @@
                                        activeChar.sendMessage("This item can not be equipped when you have the flag.");
                                return;
                        }
-
+                      
+                       if (Config.RETAIL_AUGMENTATIONS)
+                       {
+                               if (bodyPart == L2Item.SLOT_L_HAND)
+                               {
+                                       if (activeChar.getInventory().getPaperdollItemByL2ItemId(0x4000) != null && activeChar.getInventory().getPaperdollItemByL2ItemId(0x4000).getAugmentation() !=null)
+                                       {
+                                               activeChar.getInventory().getPaperdollItemByL2ItemId(0x4000).getAugmentation().removeBoni(activeChar);
+                                       }
+                               }
+                              
+                               L2Effect[] effects = activeChar.getAllEffects();
+                              
+                               for (L2Effect e : effects)
+                               {
+                                       if ((e.getSkill().getSkillType() == L2Skill.SkillType.BUFF ||
+                                               e.getSkill().getSkillType() == L2Skill.SkillType.HEAL_PERCENT ||
+                                               e.getSkill().getSkillType() == L2Skill.SkillType.REFLECT)
+                                               && (e.getSkill().getId() >= 3124 && e.getSkill().getId() <= 3259)
+                                               && (bodyPart == L2Item.SLOT_LR_HAND
+                                               || bodyPart == L2Item.SLOT_L_HAND
+                                               || bodyPart == L2Item.SLOT_R_HAND))
+                                               {
+                                                       activeChar.stopSkillEffects(e.getSkill().getId());
+                                                       break;
+                                               }
+                               }
+                       }
+                      
                        // Don't allow weapon/shield equipment if wearing formal wear
                        if(activeChar.isWearingFormalWear() && (bodyPart == L2Item.SLOT_LR_HAND || bodyPart == L2Item.SLOT_L_HAND || bodyPart == L2Item.SLOT_R_HAND))
                        {
  • 0
Posted

Καλησπέρα φίλε μου , πηγαίνεις στο Enchant. Και εδώ

# Augments Active and Passive skills delete on change weapon
DeleteAgmentPassiveEffectOnChangeWep=true
DeleteAgmentActiveEffectOnChangeWep=true

αλλάζεις το DeleteAgmentActiveEffectOnChangeWep=true σε DeleteAgmentActiveEffectOnChangeWep=False 

 

Έτσι θα μπορείς να στακάρεις όσα Active θες.

file mou max 3 acts kai 1 passive 8elw. uparxi kt tetio?

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

    • You think you have good “l2j” files until you try running a low-rate server.   Saying “there’s not a single L2 server out there worth mentioning” just shows you probably only know the first 10 servers on voting sites, the same voting sites that owned by them. You call the forum dead, yet you’re here discussing your next projects… From my perspective, you don’t seem ready to run any L2 server in 2025. Around 70% of players are here for RMT or ask for payment just to bring their clan, and you really think the community cares about Premium or donations or files quality? The other 20% spend their time downloading and deleting servers all day, playing for one day, then quitting for whatever random reason. And finally, the last 10% are the only ones who actually play because they genuinely like your features, your server files, and your overall project. Good luck 🙂
    • I genuinely admire your bravery - in an age where AI can whip up something better in under a minute, you still stubbornly try to sell these "projects" of yours on a forum that’s been clinically dead for years. That’s no longer determination, that’s digital archaeology. I just can’t tell whether you’re actually trying to make money, or simply testing how much we can endure before we ask an AI to generate you some actual talent.   And ofc AI will make it for free, $220 saved.
    • I’m glad I’m not the only one who appreciates Maxthor’s involvement in group gay orgies, he can’t be bothered to reply to messages, but covering the entire forum in gay lights is absolutely no issue for him. As for the project - the forum is packed with feedback from the testers, the lads are spending every spare moment fixing even the tiniest typo in an NPC’s text. I’ll share the links as soon as I get the green light. Edit: I forgot to add that the GM recruitment will begin once the links are released. Three people will be accepted, and they’ll work in a three-shift rotation so that there’s always a GM available online.
    • Added: a brand-new default dashboard template. You can now add multiple game/login server builds. Full support for running both PTS & L2J servers simultaneously, with switching between them. Payment systems: added OmegaPay and Pally (new PayPal-style API). Account history now stores everything: donations, items delivered to characters, referrals, transfers between game accounts, and coin transfers to another master account. Personal Promo Code System: you can create a promo code and assign it to a user or promoter. When donating, a player can enter this promo code to receive bonus coins, and the promo code owner also receives a bonus — all fully configurable in the admin panel.     Look demo site: demo
    • One of best project i play last few years
  • 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