Jump to content
  • 0

Enchant bugg


Question

Posted

Hello, in my server max +12 with crystal +15, then i make with crystal +15 and wear it i get kick and says item is overenchanted, how fix this?

Use l2jfrozen

 

# Safe enchant
EnchantSafeMax = 4
EnchantSafeMaxFull = 4

# Crystal Limits
CrystalEnchantMin = 12
CrystalEnchantMax = 15

# Max enchant Settings by scrolls.
EnchantWeaponMax=12
EnchantArmorMax=12
EnchantJewelryMax=12

# Limit enchant GM players (// setew and others) (0 disabled)
GMOverEnchant = 0

# IMPORTANT: anti Over Enchant system
# HOW WORKS: if you set it to 20, and player have an item > 20 
# he will be kicked and the item will disappear!
# Enchant amount at which a player gets punished (0 disabled)
EnchantKick = 0

8 answers to this question

Recommended Posts

  • 0
Posted

# IMPORTANT: anti Over Enchant system
# HOW WORKS: if you set it to 20, and player have an item > 20 
# he will be kicked and the item will disappear!
# Enchant a-beep-t at which a player gets punished (0 disabled)
EnchantKick = 0

 

this may be bugged in core try set it to 20 and try again if it works send me the .java so i can do some work for you

 

also this:

# Limit enchant GM players (// setew and others) (0 disabled)
GMOverEnchant = 0

  • 0
Posted

Hello, in my server max +12 with crystal +15, then i make with crystal +15 and wear it i get kick and says item is overenchanted, how fix this?

Use l2jfrozen

 

# Safe enchant
EnchantSafeMax = 4
EnchantSafeMaxFull = 4

# Crystal Limits
CrystalEnchantMin = 12
CrystalEnchantMax = 15

# Max enchant Settings by scrolls.
EnchantWeaponMax=12
EnchantArmorMax=12
EnchantJewelryMax=12

# Limit enchant GM players (// setew and others) (0 disabled)
GMOverEnchant = 0

# IMPORTANT: anti Over Enchant system
# HOW WORKS: if you set it to 20, and player have an item > 20 
# he will be kicked and the item will disappear!
# Enchant a-beep-t at which a player gets punished (0 disabled)
EnchantKick = 0

Seems fine.

 

It prolly have another option in configs for this,which you'll have to change(search configs)

  • 0
Posted

Fanky, it doesn't have another option in other configs, i searched...

 

P.S. Max +12 and then i have +12 gun i wear it and nothing but then i make with crystal +15 as i say crystal max +15 i wear it and get kicked because its say overenchanted. Please help to me! :)

  • 0
Posted

First of all check your EnterWorld.java

 if (i.getEnchantLevel() > Config.MAX_ITEM_ENCHANT_KICK)
                        {
                            //Delete Item Over enchanted
                            activeChar.getInventory().destroyItem(null, i, activeChar, null);
                            //Message to Player
                            activeChar.sendMessage("[server]: You have over enchanted items you will be kicked from server!");
                            activeChar.sendMessage("[server]: Respect our server rules.");
                            //Message with screen
                            sendPacket(new ExShowScreenMessage(" You have an over enchanted item, you will be kicked from server! ", 6000));
                            //Punishment e log in audit
                            Util.handleIllegalPlayerAction(activeChar, "Player " + activeChar.getName() + " has Overenchanted  item! Kicked! ", Config.DEFAULT_PUNISH);
                            //Logger in console
                            _log.info("#### ATTENTION ####");
                            _log.info(i+" item has been removed from "+activeChar);
                        }

 

and then your config.java find this:

MAX_ITEM_ENCHANT_KICK = Integer.parseInt(ENCHANTSetting.getProperty("EnchantKick", "0"));
		GM_OVER_ENCHANT = Integer.parseInt(ENCHANTSetting.getProperty("GMOverEnchant", "0"));

 

also please send me your enterworld.java and config.java so i can doublecheck

  • 0
Posted

			MAX_ITEM_ENCHANT_KICK = Integer.parseInt(ENCHANTSetting.getProperty("EnchantKick", "0"));
		GM_OVER_ENCHANT = Integer.parseInt(ENCHANTSetting.getProperty("GMOverEnchant", "0"));

 

		// SECURE FIX - Anti Overenchant Cheat!!
	if(Config.MAX_ITEM_ENCHANT_KICK >0)
	{
		for (L2ItemInstance i : activeChar.getInventory().getItems())
		{
			if (!activeChar.isGM())
			{	
				if (i.isEquipable())
				{	
					if (i.getEnchantLevel() > Config.MAX_ITEM_ENCHANT_KICK)
					{                        
						//Delete Item Over enchanted
						activeChar.getInventory().destroyItem(null, i, activeChar, null);
						//Message to Player
						activeChar.sendMessage("[server]: You have over enchanted items you will be kicked from server!");
						activeChar.sendMessage("[server]: Respect our server rules.");
						//Message with screen
						sendPacket(new ExShowScreenMessage(" You have an over enchanted item, you will be kicked from server! ", 6000));
						//Punishment e log in audit
						Util.handleIllegalPlayerAction(activeChar, "Player " + activeChar.getName() + " has Overenchanted  item! Kicked! ", Config.DEFAULT_PUNISH);                     
						//Logger in console
						_log.info("#### ATTENTION ####");
						_log.info(i+" item has been removed from "+activeChar);
					}

				}
			}
		}
	}

 

 

  • 0
Posted

Configs in frozen are buged.. some of them don't work correctly

 

go in  config/protected/other  and   

 

Set to false

 

ProtectorEnchant= False

 

then will work...

  • 0
Posted

the simple way for your solution is to go in config/protected/other.properties

# On / off protection from re-enchant

# The GMs do not apply

# If a player log with an item Overenchanted he will be banned.

# IMPORTANT: Put True for server security.

ProtectorEnchant = False

 

have fun

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

    • NEW SEASON OPENING - TODAY ! GRAND OPENING FROM - 10/07/2026, FRIDAY, 20:00 +3 GMT !
    • Elite Lineage II Development | Websites • Master Accounts • Custom Systems • Server Solutions Turn Your Lineage II Project Into a Professional Experience Hello everyone, My name is Frank, and for years I've been developing custom solutions for Lineage II private servers. My focus isn't simply creating attractive websites—it's building complete ecosystems that improve both the player experience and server management. Unlike generic web designers, I understand how Lineage II servers actually work. Every page and system is designed with real gameplay, server administration, and player retention in mind. Whether you're launching your first project or upgrading an established server, I can help you create something that looks and feels like a premium MMORPG. What I Can Build Modern Landing Pages Your landing page is the first impression players have of your server. I create high-end landing pages featuring: • Cinematic hero sections • Animated backgrounds • Countdown timers • Feature showcases • Grand Opening events • Server roadmap • Responsive mobile design • Fast loading and SEO-friendly structure No generic templates. Every landing page is built specifically for your project. Complete Master Account Systems One of my specialties is developing advanced account management panels that integrate naturally with your Lineage II server. Examples include: • Account Dashboard • Character Selection • Character Information • Character Statistics • Combat Power System • Achievement System • Character Mastery • Collections • Daily Rewards • Vote Rewards • Referral Systems • Lucky Wheel • Premium Account Management • Donation Store • Coin Wallet • VIP Services • PIN Protection • Password Management • Inventory Viewer • Warehouse Viewer • Rankings • Online Players • Server Statistics • Event Pages Everything is designed with both usability and visual quality in mind. Custom Web Systems Need something unique? I also develop completely custom features tailored to your server. Examples: • World Boss Event Pages • Raid Boss Tracker • Olympiad Rankings • Castle Siege Overview • Grand Boss Status • Event Management Panels • Daily Hunt Interfaces • Progression Systems • Collection Systems • Custom Shops • Clan Pages • Marketplace • Admin Panels If you have an idea, we can build it. Full Website Development I can create your complete server website, including: • Home • Downloads • News • Patch Notes • Server Information • Wiki • Rankings • Community Pages • Support Center • Knowledge Base • FAQ • Voting Pages • Donation Pages Designed to match your server's identity. Forum Integration Professional integration with community platforms. Examples: • XenForo • phpBB • Discord Integration • Custom Forum Themes • User Synchronization Server Experience Because I actively work with Lineage II servers, I understand much more than web development. Experience includes designing and implementing systems around: • Character progression • Achievement tracking • Collection systems • Daily Hunt mechanics • Lucky Wheel events • Premium services • Server economy • Custom reward systems • World Boss events • Event scheduling • Player dashboards • Administrative tools This allows me to design websites and panels that feel like a natural extension of your server instead of just another website. Technologies • PHP 8 • MySQL / MariaDB • HTML5 • CSS3 • JavaScript • AJAX • Responsive Design • API Integration • Linux Server Environment Why Choose Me? ✔ Years of Lineage II development experience ✔ I understand both the website and the game server ✔ Custom development—not copy-paste templates ✔ Modern UI & UX ✔ Mobile responsive ✔ Clean and optimized code ✔ Long-term support ✔ Fast communication ✔ Flexible solutions for every budget Portfolio Below you'll find examples of projects I've created, including custom landing pages, master account systems, dashboards, progression systems, and unique interfaces developed for real Lineage II servers.     Need Something Unique? Some of the most successful servers stand out because they offer features players haven't seen before. If you have an idea—even if it's only a rough concept—I can help transform it into a polished, fully functional system.     Contact Interested in working together? Feel free to send me a private message with your project details. I'll be happy to discuss your ideas and provide a free estimate. Let's build something your players will remember.     Discord:  https://discord.gg/qnmNkY6D3n
  • 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..