Jump to content

Recommended Posts

Posted

δεν ασχολουμαι με client edit , το code βεβαια ( το τι θα κανουν τα σκιλλ ) μπορω να το κανω.

Wrea!

To code gia ena skill einai eukolo?

Gt xriazome 6-7 skills.

Posted

αναλογα και το τι θες να κανει , αλλα ευκολα αλλα δυσκολα. πες μ τι ακριβως θες να κανει και θα σου πω, ετσι δε μπορω.

Posted

Erwthsh:

Boreis na kaneis k 1 skill na exei k config

Px thelw ena passive na meiwnei to p.attack k na exei sta config poso na meiwnete ginete?

Posted

Erwthsh:

Boreis na kaneis k 1 skill na exei k config

Px thelw ena passive na meiwnei to p.attack k na exei sta config poso na meiwnete ginete?

φιλε μ υποτιθεται θες κανα unique skill, tetoio σκιλλ υπαρχει ηδη που το εχει ο GS. το ονομα που διαφευγει .
Posted

φιλε μ υποτιθεται θες κανα unique skill, tetoio σκιλλ υπαρχει ηδη που το εχει ο GS. το ονομα που διαφευγει .

Paradeigma itan!

Gia n katalavw an boreis na fiaxeis config pou n rithmizei to skill.

Posted

Paradeigma itan!

Gia n katalavw an boreis na fiaxeis config pou n rithmizei to skill.

re file mas exis zalisei sorry kiolas.vlepis t grafei sto main post?Java,Sql,Html episis dn zitame  10 pragmata mesa se mia mera (paradigma) gt oute tn plironeis ke oute eis o monos p xriazete kapio java code/mods custom h oti dipote allo. esena s eftia3e kati p i8eles kai meta tou kotsares kai alla 10 xalarose ligo mn eise kai axaristos(sorry p epemveno se ena topic p dn einai diko m alla gia mena einai ekneuristiko afto pekane.paei se kapion moderator p logika 8a nmzei oti spammaro)

Posted

Kai su r bamia t prob exeis??

Diko s to topic??

Dn ime axaristos. Kai ton euxaristw polu gia thn boithia.

Tou zhtaw kati k opote borei m t kanei .

Oki?

Posted

Could you make 1 augment stuck mode 1+1(active+passive) for interlude?If you can will be great...I need it asap.

 

### Eclipse Workspace Patch 1.0
#P Chr.6GMS
Index: java/net/sf/l2j/gameserver/model/L2Character.java
===================================================================
--- java/net/sf/l2j/gameserver/model/L2Character.java	(revision 5263)
+++ java/net/sf/l2j/gameserver/model/L2Character.java	(working copy)
@@ -5143,8 +5143,11 @@


			// Add Func objects of newSkill to the calculator set of the L2Character
			addStatFuncs(newSkill.getStatFuncs(null, this));
@@ -5180,8 +5183,10 @@
		L2Skill oldSkill = _skills.remove(skill.getId());

		// Remove all its Func objects from the L2Character calculator set
-		if (oldSkill != null)
+		if (oldSkill != null){
			removeStatsOwner(oldSkill);
+			stopSkillEffects(oldSkill.getId()); 
+		}

		return oldSkill;
	}

 

πιστευω πως θα λειτουργει.

Posted

### Eclipse Workspace Patch 1.0
#P Chr.6GMS
Index: java/net/sf/l2j/gameserver/model/L2Character.java
===================================================================
--- java/net/sf/l2j/gameserver/model/L2Character.java	(revision 5263)
+++ java/net/sf/l2j/gameserver/model/L2Character.java	(working copy)
@@ -5143,8 +5143,11 @@


			// Add Func objects of newSkill to the calculator set of the L2Character
			addStatFuncs(newSkill.getStatFuncs(null, this));
@@ -5180,8 +5183,10 @@
		L2Skill oldSkill = _skills.remove(skill.getId());

		// Remove all its Func objects from the L2Character calculator set
-		if (oldSkill != null)
+		if (oldSkill != null){
			removeStatsOwner(oldSkill);
+			stopSkillEffects(oldSkill.getId()); 
+		}

		return oldSkill;
	}

 

τεσταρε το φιλε μου, πιστευω πως θα λειτουργει.

αν τα τέσταρες κιόλας θα ήταν gg.

Posted

αν τα τέσταρες κιόλας θα ήταν gg.

tested, δουλευει . οταν ο παικτης αλλαζει το οπλο που ειναι aygment , το buff φευγει.
Posted

Kai su r bamia t prob exeis??

Diko s to topic??

Dn ime axaristos. Kai ton euxaristw polu gia thn boithia.

Tou zhtaw kati k opote borei m t kanei .

Oki?

petagome gt etsi to epi8imo .:)

Posted

tested, δουλευει . οταν ο παικτης αλλαζει το οπλο που ειναι aygment , το buff φευγει.

Nomizw pws den einai mono auto..Thelw na mporei o paixtis na krataei 1augment active + 1 passive alla otan exeis px. augment might lvl 10 to buff might na mporeis na kaneis kai might apo to buffer xwris na feugei to augment!
Posted

Nomizw pws den einai mono auto..Thelw na mporei o paixtis na krataei 1augment active + 1 passive alla otan exeis px. augment might lvl 10 to buff might na mporeis na kaneis kai might apo to buffer xwris na feugei to augment!

αυτο ειναι default σε μενα παντως, γινεται ηδη.

 

 

Καποιος ζητησε οταν κανεις enchant να γραφει αφου πατησουν το scroll , με ποσο % πιθανοτητα εσπασε ή με ποσο πετυχε. Λοιπον,


### Eclipse Workspace Patch 1.0
#P Chr.6GMS
Index: java/net/sf/l2j/gameserver/clientpackets/RequestEnchantItem.java
===================================================================
--- java/net/sf/l2j/gameserver/clientpackets/RequestEnchantItem.java	(revision 5263)
+++ java/net/sf/l2j/gameserver/clientpackets/RequestEnchantItem.java	(working copy)
@@ -207,7 +207,9 @@
                         && item.getEnchantLevel() < Config.ENCHANT_SAFE_MAX_FULL))
             chance = 100;

-        if (Rnd.get(100) < chance)
+        int currentChance = Rnd.get(100);
+        
+        if (currentChance < chance)
         {
             synchronized(item)
             {
@@ -237,6 +239,7 @@
             	}
             	item.setEnchantLevel(item.getEnchantLevel()+1);
             	item.updateDatabase();
+            	activeChar.sendMessage("Successfully enchanted, with "+currentChance+"% success");
             }
         }
         else
@@ -245,6 +248,7 @@
             {
                 if (item.getEnchantLevel() > 0)
                 {
+                	activeChar.sendMessage("Enchant failed, with "+currentChance+"% rate");
                     sm = new SystemMessage(SystemMessageId.ENCHANTMENT_FAILED_S1_S2_EVAPORATED);
                     sm.addNumber(item.getEnchantLevel());
                     sm.addItemName(item.getItemId());
@@ -252,6 +256,7 @@
                 }
                 else
                 {
+                	activeChar.sendMessage("Enchant failed, with "+currentChance+"% rate");
                     sm = new SystemMessage(SystemMessageId.ENCHANTMENT_FAILED_S1_EVAPORATED);
                     sm.addItemName(item.getItemId());
                     activeChar.sendPacket(sm);
@@ -259,6 +264,7 @@
             }
             else
             {
+            	activeChar.sendMessage("Enchant failed, with "+currentChance+"% rate");
                 sm = new SystemMessage(SystemMessageId.BLESSED_ENCHANT_FAILED);
                 activeChar.sendPacket(sm);
             }

Guest
This topic is now closed to further replies.



  • Posts

    • Vesper Noble heavy set (RAR) 1800 att - 150e Eternal Core Dualsword +6 300 att 130e Ring of Baium 130e AQ ring 100e Antharas Earring 200e   Paypal payments only DM in discord narttu123
    • L2REBORN x10 - 1gb - 4.2$ l2reborn x1 ( signature ) - 1kk - 1.3$ LU4 - 1kk - 2.3$ MASTERWORRK - 1kk - 3.8kk  discord - adver745645
    • Hello, Skill Activation: The activation options from the Alt+K window work perfectly. However, when activating them from the skill bar, there is still a delay of approximately 1 second. I need to remove that delay
    • --- Interlude Faction/GvE PvP grand opening 2025-11-15 19:00 GMT+2 ---   Gameplay: Chronicle: Interlude Type: Faction/GvE (Angels vs Nature vs Demons) GM Shop: B-S grade Buff slots: 20+4 Starting level: 74 + rebirth system   New Features: Client: Modern interface based on Essence Balance: New class skills for better balance Achievement Rewards: Daily, Weekly, One-time TOP rankings: PvP, Event PvP, Map PvP, Clan PvP, Event MvP, Map MvP Zones: 70 different PvP zones,  18 different events (8 map events | 10 main events) 12 Grand/raid bosses. Castle siege Olympiad Clan Hall challenge Custom Enchant System: Dynamic success chance (greater enchant level or item grade less enchanting success chance) Enchant rate: Blessed scrolls dynamic from 100% to 25%. Crystal Scrolls: 100%; Max enchant weapon +12 Max enchant armor +8 Safe point enchant system Extra Features: PvP items with level upgrade Weapon/Armor upgrade (from B grade to S) system Attributes system   Website: https://l2cygnus.com Community: Discord Facebook: https://www.facebook.com/l2cygnus Youtube:   
  • 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