Jump to content

Recommended Posts

Posted

Hey guys !!

This is my first code ever so i'm really happy for it.

It's just a simple code.

 

How it works:

So, it's the enchant that remains when a weapon/armor/etc. break, after enchanting it with crystal scrolls.

Enchant after break with crystal scroll. Tested in l2jfrozen, works fine.

 

Coded for Interlude: L2JFrozen

Credits: Me

=============================================================
head-src/com/l2jfrozen/config.java (rev 988)
=============================================================
+++ 2903

public static int BREAK_ENCHANT;
+	public static int BREAK_ENCHANT2; 
public static int GM_OVER_ENCHANT;
=============================================================
head-src/com/l2jfrozen/config.java (rev 988)
=============================================================
+++ 3208

		BREAK_ENCHANT = Integer.valueOf(ENCHANTSetting.getProperty("BreakEnchant", "0"));
+			BREAK_ENCHANT2 = Integer.valueOf(ENCHANTSetting.getProperty("BreakEnchant2", "0"));
+			
		MAX_ITEM_ENCHANT_KICK = Integer.parseInt(ENCHANTSetting.getProperty("EnchantKick", "0"));


======================================================================
com/l2jfrozen/gameserver/network/clientpackets/requestEnchantItem.java
======================================================================
+++ 699

		if(blessedScroll){
			item.setEnchantLevel(Config.BREAK_ENCHANT);
			item.updateDatabase();
+				else if(crystalScroll){
+					item.setEnchantLevel(Config.BREAK_ENCHANT2);
+					item.updateDatabase();
			}else if(crystalScroll){
			item.setEnchantLevel(Config.CRYSTAL_ENCHANT_MIN);
			item.updateDatabase();


======================================================================
l2jfrozen_gameserver/config/head/enchant.properties
======================================================================
+++ 127,128,129

# Enchant after break with blessed scroll.
BreakEnchant = 0
+
+# Enchant after break with crystal scroll.
+BreakEnchant2 = 0
+
# Limit enchant GM players (// setew and others) (0 disabled)
GMOverEnchant = 0

Posted

+				if(crystalScroll){

 

to

 

+				else if(crystalScroll){

 

the ressults will be the same, but definetly there whould be an else there, anyway gj keep up and soon you will make smth great

Posted

+				if(crystalScroll){

 

to

 

+				else if(crystalScroll){

 

the ressults will be the same, but definetly there whould be an else there, anyway gj keep up and soon you will make smth great

Fixed.

Thanks a lot for kind words. :)

I really respect you as developer so that means a lot to me.

Posted

lol the config "crystal_enchant_min" is the same as your code...when break it will back to the value you did on config..

Code was tested and it worked without any problems.

Posted

didnt said its bugged...i said u posted an existed code on frozen pack

 

			}else if(crystalScroll){
			item.setEnchantLevel(Config.CRYSTAL_ENCHANT_MIN);
			item.updateDatabase();

Posted

didnt said its bugged...i said u posted an existed code on frozen pack

 

			}else if(crystalScroll){
			item.setEnchantLevel(Config.CRYSTAL_ENCHANT_MIN);
			item.updateDatabase();

You are wrong here.. anyway this not exist on frozen.

This is for crystal scrolls not for blessed. Frozen has only for blessed scrolls not for crystal.

Anyway let's stop spamming ..  ;)

Posted

Dude Crystal Min Enchant is for crystals...frozen have for both options lol

If u make Crystal Min Enchant 6 when it faisl its gonna back to +6

I don't know if that works but in any case if someone want to use my code then he/she can do it. :)

That's all.

Posted

Dude Crystal Min Enchant is for crystals.....frozen have for both options lol

 

Indeed, it cointain option for MINIMAL enchant in order to use crystal, but not to keeping X + while break. At least I guess so.

Guest
This topic is now closed to further replies.


  • Posts

    • ***DO NOT BUY WHAT IS POSTED HERE FOR FREE*** https://www.mediafire.com/file/mhjiaoipe6hohjm/Extender_Rev_222_by_Guytis.rar/file   It has everything Devs is offering for $450 USD with a license. Here it is, free and with source code. 
    • Hello, well obviously i dont have access to the server side, and neither have those guys in the picture, i thought it was something client side since they manage to have that...    Here is another example, Its essence server btw  
    • So according to you, you found a bug so hidden that nobody can discover it — not even by analyzing the source code with modern tools.   Is that really what you're trying to say?   Because what you're basically claiming is that: The files contain an error But nobody can find it Nobody can fix it Not even by analyzing the code with tools like ChatGPT So… a magical invisible bug that only you can see.   Do you realize how absurd that sounds?   If there was actually a real problem, it would be very easy to demonstrate: Open the server. Show the error. Point to the exact place in the code where it happens.   But instead of doing that, the only thing you've done so far is write vague messages and say “I'll make a video.” Perfect. Go ahead and make the video. Show the error. Show the code.   Because up to this point, all we have here are accusations without a single piece of technical evidence. And in a development forum, that has absolutely no value.   Regards.   ***DO NOT BUY WHAT IS POSTED HERE FOR FREE*** https://www.mediafire.com/file/mhjiaoipe6hohjm/Extender_Rev_222_by_Guytis.rar/file   It has everything Devs is offering for $450 USD with a license. Here it is, free and with source code.  ------------------------------------------------------------------------------------------------------   I would like to ask if a moderator or administrator could please review the thread and consider closing it.   The user involved keeps posting misleading statements and accusations without providing any technical proof. The discussion has stopped being a constructive technical conversation and has turned into repeated attempts to spread misinformation about the files.   Despite being asked multiple times to provide evidence (such as a reproducible error, logs, or code analysis), none has been presented. Instead, the thread continues with vague claims that only generate confusion within the community.   From my perspective, the purpose seems to be discouraging users from using the freely available files while promoting alternative products.   Since no technical evidence has been provided and the thread is no longer productive, I believe it would be better for the community if the discussion were closed.   Thank you for your time and attention.   Best regards. --------------------------------------------------------------------------------------------------------   ***DO NOT BUY WHAT IS POSTED HERE FOR FREE*** https://www.mediafire.com/file/mhjiaoipe6hohjm/Extender_Rev_222_by_Guytis.rar/file   It has everything Devs is offering for $450 USD with a license. Here it is, free and with source code.   
    • What ChatGPT? Dont think ChatGPT will fix your problem :d You will never figure out where the problem actually is. Don’t try to twist things. Just open the server and write here.. i will make a video for you showing how everything goes to hell with “your files”
  • 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..