Jump to content
  • 0

enchant bug Rev L2 Brick High Five


Question

Posted

One could solve a doubt is:

I use the Rev L2 Brick High Five So that a problem in contact with Enchant

set up as follows:

# This is the maximum safe enchant.

# Notes:

# If EnchantSafeMax is set to 8 for the item will be safely enchanted to 8 max enchant regardless of the value above in September. # EnchantSafeMaxFull is for full body armor (upper and lower). These values ​​# Should always be Greater Than 0.

#Default : 3, 4

 

Five EnchantSafeMax <<<<<<<<<<<<<<<<<< MAX 15

Safe EnchantSafeMaxFull <<<<<<<<<<<<<<< MAX = 25

So that he does not get as much Fik tipow open the player can place the item up to +65535 which is the maximum the server does not know how else to fix this anyone have any tips?

5 answers to this question

Recommended Posts

  • 0
Posted

Five EnchantSafeMax <<<<<<<<<<<<<<<<<< MAX 15

Safe EnchantSafeMaxFull <<<<<<<<<<<<<<< MAX = 25

 

Have you read?

 

First line is for safe for all items except full parts (like DC Robe, Draconic body...)

Second line is for safe for body parts (DC ROBE, Draconic Body ...)

 

I guess, you have search a little bit and you know that there is a enchant EnchantData.xml.

  • 0
Posted

<?xml version="1.0" encoding="UTF-8"?>

<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="enchantData.xsd">

<!-- Scrolls: Enchant Weapon -->

<enchant id="729" targetGrade="a" />

<enchant id="947" targetGrade="b" />

<enchant id="951" targetGrade="c" />

<enchant id="955" targetGrade="d" />

<enchant id="959" targetGrade="s" />

<!-- Scrolls: Enchant Armor -->

<enchant id="730" isWeapon="false" targetGrade="a" />

<enchant id="948" isWeapon="false" targetGrade="b" />

<enchant id="952" isWeapon="false" targetGrade="c" />

<enchant id="956" isWeapon="false" targetGrade="d" />

<enchant id="960" isWeapon="false" targetGrade="s" />

 

<!-- Blessed Scrolls: Enchant Weapon -->

<enchant id="6569" isBlessed="true" targetGrade="a" />

<enchant id="6571" isBlessed="true" targetGrade="b" />

<enchant id="6573" isBlessed="true" targetGrade="c" />

<enchant id="6575" isBlessed="true" targetGrade="d" />

<enchant id="6577" isBlessed="true" targetGrade="s" />

<!-- Blessed Scrolls: Enchant Armor -->

<enchant id="6570" isWeapon="false" isBlessed="true" targetGrade="a" />

<enchant id="6572" isWeapon="false" isBlessed="true" targetGrade="b" />

<enchant id="6574" isWeapon="false" isBlessed="true" targetGrade="c" />

<enchant id="6576" isWeapon="false" isBlessed="true" targetGrade="d" />

<enchant id="6578" isWeapon="false" isBlessed="true" targetGrade="s" />

 

<!-- Crystal Scrolls: Enchant Weapon -->

<enchant id="731" isCrystal="true" targetGrade="a" />

<enchant id="949" isCrystal="true" targetGrade="b" />

<enchant id="953" isCrystal="true" targetGrade="c" />

<enchant id="957" isCrystal="true" targetGrade="d" />

<enchant id="961" isCrystal="true" targetGrade="s" />

<!-- Crystal Scrolls: Enchant Armor -->

<enchant id="732" isWeapon="false" isCrystal="true" targetGrade="a" />

<enchant id="950" isWeapon="false" isCrystal="true" targetGrade="b" />

<enchant id="954" isWeapon="false" isCrystal="true" targetGrade="c" />

<enchant id="958" isWeapon="false" isCrystal="true" targetGrade="d" />

<enchant id="962" isWeapon="false" isCrystal="true" targetGrade="s" />

 

<!-- Weapon Enchant Scrolls -->

<enchant id="20517" targetGrade="a" successRate="73.326" />

<enchant id="22006" targetGrade="b" successRate="73.326" />

<enchant id="22007" targetGrade="c" successRate="73.326" />

<enchant id="22008" targetGrade="d" successRate="73.326" />

<enchant id="22009" targetGrade="s" successRate="73.326" />

<!-- Armor Enchant Scrolls -->

<enchant id="20518" isWeapon="false" targetGrade="a" successRate="73.326" />

<enchant id="22010" isWeapon="false" targetGrade="b" successRate="73.326" />

<enchant id="22011" isWeapon="false" targetGrade="c" successRate="73.326" />

<enchant id="22012" isWeapon="false" targetGrade="d" successRate="73.326" />

<enchant id="22013" isWeapon="false" targetGrade="s" successRate="73.326" />

 

<!-- Ancient Weapon Enchant Crystal -->

<enchant id="20519" isSafe="true" targetGrade="s" maxEnchant="16" successRate="73.326" />

<enchant id="22014" isSafe="true" targetGrade="b" maxEnchant="16" successRate="73.326" />

<enchant id="22015" isSafe="true" targetGrade="a" maxEnchant="16" successRate="73.326" />

<!-- Ancient Armor Enchant Crystal -->

<enchant id="20520" isWeapon="false" isSafe="true" targetGrade="s" maxEnchant="16" successRate="73.326" />

<enchant id="22016" isWeapon="false" isSafe="true" targetGrade="b" maxEnchant="16" successRate="73.326" />

<enchant id="22017" isWeapon="false" isSafe="true" targetGrade="a" maxEnchant="16" successRate="73.326" />

 

<!-- Divine Weapon Enchant Crystal -->

<enchant id="20521" isCrystal="true" targetGrade="s" />

<enchant id="22018" isCrystal="true" targetGrade="b" />

<enchant id="22019" isCrystal="true" targetGrade="a" />

<!-- Divine Armor Enchant Crystal -->

<enchant id="20522" isWeapon="false" isCrystal="true" targetGrade="s" />

<enchant id="22020" isWeapon="false" isCrystal="true" targetGrade="b" />

<enchant id="22021" isWeapon="false" isCrystal="true" targetGrade="a" />

 

<!-- Scroll: Enchant Weapon of Destruction -->

<enchant id="22221" isSafe="true" targetGrade="s" maxEnchant="16" />

<enchant id="22223" isSafe="true" targetGrade="a" maxEnchant="16" />

<enchant id="22225" isSafe="true" targetGrade="b" maxEnchant="16" />

<enchant id="22227" isSafe="true" targetGrade="c" maxEnchant="16" />

<enchant id="22229" isSafe="true" targetGrade="d" maxEnchant="16" />

<!-- Scroll: Enchant Armor of Destruction -->

<enchant id="22222" isWeapon="false" isSafe="true" targetGrade="s" maxEnchant="16" />

<enchant id="22224" isWeapon="false" isSafe="true" targetGrade="a" maxEnchant="16" />

<enchant id="22226" isWeapon="false" isSafe="true" targetGrade="b" maxEnchant="16" />

<enchant id="22228" isWeapon="false" isSafe="true" targetGrade="c" maxEnchant="16" />

<enchant id="22230" isWeapon="false" isSafe="true" targetGrade="d" maxEnchant="16" />

 

<!-- Master Yogi's Scroll: Enchant Weapon -->

<enchant id="13540">

<item id="13539" /> <!-- Staff of Master Yogi -->

</enchant>

 

<!-- Weapon enhancing scroll exclusive for PC cafe -->

<enchant id="15346" targetGrade="s">

<item id="15313" /> <!-- PC cafe' exclusive - Forgotten Blade -->

<item id="15314" /> <!-- For PC cafe use - Basalt Battle hammer -->

<item id="15315" /> <!-- For PC cafe use - Imperial Staff -->

<item id="15316" /> <!-- For PC cafe use - Angel Slayer -->

<item id="15317" /> <!-- For PC cafe use - Dragon Hunter Axe -->

<item id="15318" /> <!-- For PC cafe use - Saint Spear -->

<item id="15319" /> <!-- For PC cafe use - Demon Splinter -->

<item id="15320" /> <!-- For PC cafe use - Heaven's Divider -->

<item id="15321" /> <!-- For PC cafe use - Arcana Mace -->

<item id="15322" /> <!-- For PC cafe use - Draconic Bow -->

<item id="15323" /> <!-- For PC cafe use - Laevateinn -->

<item id="15324" /> <!-- For PC cafe use - Gram -->

<item id="15325" /> <!-- For PC cafe use - Sarnga -->

<item id="15326" /> <!-- For PC cafe use - Tallum Blade *Dark Legion -->

</enchant>

<enchant id="15347" targetGrade="a">

<item id="13210" /> <!-- PC cafe' exclusive - Sirra's Blade -->

<item id="13211" /> <!-- For PC Cafe Use - Sword of Ipos -->

<item id="13212" /> <!-- For PC Cafe Use - Barakiel's Axe -->

<item id="13213" /> <!-- For PC Cafe Use - Behemoth Tuning Fork -->

<item id="13214" /> <!-- For PC Cafe Use - Naga Storm -->

<item id="13215" /> <!-- For PC cafe use - Tiphon's Spear -->

<item id="13216" /> <!-- For PC cafe use - Shyeed's Bow -->

<item id="13217" /> <!-- For PC Cafe Use - Sobekk's Hurricane -->

<item id="13218" /> <!-- For PC Cafe Use - Themis' Tongue -->

<item id="13219" /> <!-- For PC Cafe Use - Cabrio's Hand -->

<item id="13220" /> <!-- For PC Cafe Use - Daimon Crystal -->

<item id="13221" /> <!-- For PC cafe use - Tallum Blade*Damascus -->

<item id="13222" /> <!-- For PC Cafe Use - Eclair Bijou -->

<item id="13223" /> <!-- For PC cafe use - Durendal -->

<item id="13224" /> <!-- For PC Cafe Use - Screaming Vengeance -->

</enchant>

<enchant id="15348" targetGrade="b">

<item id="13194" /> <!-- For PC Cafe Use - Damascus Sword -->

<item id="13195" /> <!-- For PC cafe use - Lance -->

<item id="13196" /> <!-- For PC Cafe Use - Deadman's Glory -->

<item id="13197" /> <!-- For PC Cafe Use - Art of Battle Axe -->

<item id="13198" /> <!-- For PC Cafe Use - Staff of Evil Spirits -->

<item id="13199" /> <!-- For PC Cafe USE - Devil's Dagger -->

<item id="13200" /> <!-- For PC Cafe Use - Bellion Cestus -->

<item id="13201" /> <!-- For PC cafe use - Hazard Bow -->

<item id="13202" /> <!-- For PC Cafe Use - Samurai*Samurai -->

<item id="13203" /> <!-- For PC Cafe Use - Guardian's Sword -->

<item id="13204" /> <!-- For PC Cafe Use - Wizard's Tear -->

<item id="13205" /> <!-- For PC Cafe Use - Kaim Vanul's Bones -->

<item id="13206" /> <!-- For PC Cafe Use - Star Buster -->

<item id="13207" /> <!-- For PC cafe use - Colichemarde -->

<item id="13208" /> <!-- For PC cafe use - Dismantler -->

<item id="13209" /> <!-- For PC Cafe Use - Hell Hound -->

</enchant>

<enchant id="15349" targetGrade="c">

<item id="13178" /> <!-- For PC Cafe Use - Samurai Long Sword -->

<item id="13179" /> <!-- For PC Cafe Use - Ghost's Wand -->

<item id="13180" /> <!-- For PC Cafe Use - Ghoul's Wand -->

<item id="13181" /> <!-- For PC Cafe Use - Devil's Wand -->

<item id="13182" /> <!-- For PC Cafe USE - Crystal Dagger -->

<item id="13183" /> <!-- For PC cafe use - Great Pata -->

<item id="13184" /> <!-- For PC cafe use - Eminence Bow -->

<item id="13185" /> <!-- For PC Cafe Use - Orcish Poleaxe -->

<item id="13186" /> <!-- For PC cafe use - Yaksa Mace -->

<item id="13187" /> <!-- For PC Cafe Use - Shamshir*Shamshir -->

<item id="13188" /> <!-- PC Cafe Use - Admiral's Estoc -->

<item id="13189" /> <!-- For PC cafe use - Saber Tooth -->

<item id="13190" /> <!-- For PC Cafe Use - Sharpshooter -->

<item id="13191" /> <!-- For PC Cafe Use - Ecliptic Sword -->

<item id="13192" /> <!-- For PC Cafe Use - Ecliptic Axe -->

<item id="13193" /> <!-- For PC Cafe Use - Dwarven Hammer -->

</enchant>

<enchant id="15350" targetGrade="d">

<item id="13163" /> <!-- For PC Cafe Use - -leeching-*Crimson Sword -->

<item id="13164" /> <!-- For PC cafe use - Claymore -->

<item id="13165" /> <!-- For PC cafe use - Bonebreaker -->

<item id="13166" /> <!-- For PC Cafe Use - Atuba Hammer -->

<item id="13167" /> <!-- For PC Cafe Use - Ghost's Wand -->

<item id="13168" /> <!-- For PC Cafe Use - Hall of Life -->

<item id="13169" /> <!-- For PC cafe use - Atuba Mace -->

<item id="13170" /> <!-- For PC Cafe USE - Mithril Dagger -->

<item id="13171" /> <!-- For PC Cafe Use - Scallop Jamadhr -->

<item id="13172" /> <!-- For PC cafe use - Crossbow -->

<item id="13173" /> <!-- For PC cafe use - Glaive -->

<item id="13174" /> <!-- For PC Cafe Use - Elven Long Sword -->

<item id="13175" /> <!-- For PC Cafe Use - Grand Epee -->

<item id="13176" /> <!-- For PC Cafe Use - General Katzbalger -->

<item id="13177" /> <!-- For PC Cafe Use - Cranequin -->

</enchant>

 

<!-- Weapon-Type Enhance Backup Stone -->

<support id="12362" targetGrade="d" maxEnchant="9" successBonus="1.20" />

<support id="12363" targetGrade="c" maxEnchant="9" successBonus="1.18" />

<support id="12364" targetGrade="b" maxEnchant="9" successBonus="1.15" />

<support id="12365" targetGrade="a" maxEnchant="9" successBonus="1.12" />

<support id="12366" targetGrade="s" maxEnchant="9" successBonus="1.10" />

<!-- Armor-Type Enhance Backup Stone -->

<support id="12367" isWeapon="false" targetGrade="d" maxEnchant="9" successBonus="1.35" />

<support id="12368" isWeapon="false" targetGrade="c" maxEnchant="9" successBonus="1.27" />

<support id="12369" isWeapon="false" targetGrade="b" maxEnchant="9" successBonus="1.23" />

<support id="12370" isWeapon="false" targetGrade="a" maxEnchant="9" successBonus="1.18" />

<support id="12371" isWeapon="false" targetGrade="s" maxEnchant="9" successBonus="1.15" />

 

<!-- Agathion Auxiliary Stone: Enchant Weapon -->

<support id="14702" targetGrade="d" maxEnchant="9" successBonus="1.20" />

<support id="14703" targetGrade="c" maxEnchant="9" successBonus="1.18" />

<support id="14704" targetGrade="b" maxEnchant="9" successBonus="1.15" />

<support id="14705" targetGrade="a" maxEnchant="9" successBonus="1.12" />

<support id="14706" targetGrade="s" maxEnchant="9" successBonus="1.10" />

<!-- Agathion Auxiliary Stone: Enchant Armor -->

<support id="14707" isWeapon="false" targetGrade="d" maxEnchant="9" successBonus="1.35" />

<support id="14708" isWeapon="false" targetGrade="c" maxEnchant="9" successBonus="1.27" />

<support id="14709" isWeapon="false" targetGrade="b" maxEnchant="9" successBonus="1.23" />

<support id="14710" isWeapon="false" targetGrade="a" maxEnchant="9" successBonus="1.18" />

<support id="14711" isWeapon="false" targetGrade="s" maxEnchant="9" successBonus="1.15" />

</list>

 

 

is something wrong?

not want the items pass +25 how do I do?

  • 0
Posted

One could solve a doubt is:

I use the Rev L2 Brick High Five So that a problem in contact with Enchant

set up as follows:

# This is the maximum safe enchant.

# Notes:

# If EnchantSafeMax is set to 8 for the item will be safely enchanted to 8 max enchant regardless of the value above in September. # EnchantSafeMaxFull is for full body armor (upper and lower). These values ​​# Should always be Greater Than 0.

#Default : 3, 4

 

Five EnchantSafeMax <<<<<<<<<<<<<<<<<< MAX 15

Safe EnchantSafeMaxFull <<<<<<<<<<<<<<< MAX = 25

So that he does not get as much Fik tipow open the player can place the item up to +65535 which is the maximum the server does not know how else to fix this anyone have any tips?

 

If you mean you want to put enchant max +25 so players cant enchant more, go to clientpackets.requestEnchantItem.java and edit the java...

add smth like this:

 

// first validation check

if (!scrollTemplate.isValid(item, supportTemplate))

{

activeChar.sendPacket(SystemMessageId.INAPPROPRIATE_ENCHANT_CONDITION);

activeChar.setActiveEnchantItem(null);

activeChar.sendPacket(new EnchantResult(2, 0, 0));

return;

}

+ // MAX ENCHANT

+ if (item.getEnchantLevel() >= 25)

+ {

+ activeChar.sendMessage("Your " + item.getName() + " has reached the enchant limit.");

+ activeChar.setActiveEnchantItem(null);

+ activeChar.sendPacket(new EnchantResult(2, 0, 0));

+ return;

+ }

 

i just wrote it, but im sure it works try it

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

    • I have a highly customized Hi5 pack based on L2JMobius with a lot of features for performance and modern game design. Disclaimer: I do not run any public server, but I run a "private" server for a group of 10 friends and about 2000 AI bots that required me to do heavy modifications on core systems of the game.  So my opinion will obivously be biased towards L2JMobius.   What I can tell you though without bias is: Most of the features you are asking for are nowadays considered de-facto, don't pay money for them. TvT, offline mode, community boards, premiums, vote rewards are in most packs including the open source ones. So before you pay a thousand plus euro for a pack ask yourself what you are paying that money for, that open source packs don't have.   Also a lot of the "strong points" some old packs were made for are nowadays obsolete. L2JFree derived packs for example used to have a lot of GC optimizations (Trove library) which are not not maintained, but most importantly not needed cause Java has evolved a lot since then and the performance issues these tricks tried to solve back then, are currently solved by Java's JVM itself. So if someone tries to sell you packed / unpacked integers in special hashmap data structures and other such things know that they have really lost their value nowadays.    A lot of people are selling thin air, things that everyone has. "Quality geodata" being one of them. I mean what's "quality geodata" ? Has someone painted them by hand ? Hell there's an online tool for free in github that extracts quality geodata, I think Galagard made it ? In contrast I'll tell you without wanting to boast about it that I use 3D navmesh on my project because 2000 bots could not pathfind large distances on A* on geodata. As far as I know, L2JMobius has it in its subscription version too. So if I could do an acceptable transition to navmesh from geodata in a week alone, I would assume that a decent pack with dedicated developers could do it better and faster. Red flag if someone still tries to sell you geodata in 2026.   Multi-protocol support gives small value and is a high risk.   I would not go for multi-protocol support for a public server cause you are locking yourself to specific providers and the functionality they support. If you need to change (eg pricing issues), you will be locked to a handful of providers. And what are you really gaining from a new client on an old game version ? Better UI ? The engine is still the same, static targeting and menus.    Agentic AI will make old hard features easy to implement, and drop their money value. Pay for AI-proof value. And compared to what most insecure devs claim, its a very powerful tool that allows those who know how to use it to accelerate their development. So a lot of features that took in the past a lot of time and effort to be developed and were a reason to charge money, are becoming a commodity today. So think to: The thing I am paying money for right now, how easy will it be to implement in a year from now ? If for example you are paying money for a game launcher that Claude Code can generate in top 1 hour without issues, I think you are wasting money.    I want to emphasise this a lot. Software engineering is in a transition atm. Most things that were mediocre to implement, launchers, guards, CMS, are nowadays easy. Yet the dev community continues to market them as premium content. They are not, sooner or later, when everyone starts selling them, they will realize that they will have to offer value in more complex features.  Private or public ? Bottom line is that a private pack and 1000 euro wont get you a sucessful server. You're the one that make it or break it. There have been many sucessful servers both in private packs and public packs in the past. It's really on the hands of the beholder, not on the source. A pack that plays good is a good indicator to buy as Trance said, but I would disagree that it's not enough. A server owner is not a player. He's a business man and has to account for longevity, vendor lock-in, expandability, hidden costs,  amortization, price changes and many more. Don't pick a pack based on how it played only.    
    • You don’t even need to look for a ghost project. Just buy the files from a project you’ve personally tested or played. That’s a much better starting point.
    • TG Support: https://t.me/buyingproxysup | Channel: https://t.me/buyingproxycom Discord support: #buyingproxy | Server: Join the BuyingProxy Discord Server!  Create your free account here
    • You have to put deep inside your pocket for something like this, for sure 😄
    • Hello everyone, I'm looking for a High Five Java server pack for a long-term project. I'm not looking for free packs. I'm interested in purchasing a professional pack with full source code if it's worth the investment. My priorities are: Stable core Clean and well-structured source code Good geodata and AI Modern Community Board Offline Trade / Offline Craft Premium Account system Vote Reward system Auto Events (TvT, CTF, DM, etc.) HWID protection Auto Farm  Buffer / QoL systems Modern admin tools Good Olympiad & Seven Signs implementation Excellent instance support (Freya, Frintezza, Zaken, Beleth, etc.) A huge bonus would be: Multi-protocol support (High Five + newer clients such as Salvation/Classical clients) Full source code (no closed binaries) Some custom things over Elegia At the moment I'm considering packs like Sunrise and L2-Scripts, but I'd really like to hear opinions from people who have actually worked with them. If you've been running a serious High Five project, I'd appreciate your honest feedback: Which pack are you using? What are its strengths and weaknesses? Would you buy it again? Are there any better alternatives available today? I'm looking for real experience rather than advertisements. Thanks!
  • 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..