L2JMobius

Public Development => Bug Reports => Topic started by: BazookaRpm on April 01, 2025, 03:20:47 AM

Title: Enchant Skill Summons Bugs
Post by: BazookaRpm on April 01, 2025, 03:20:47 AM
Hello, good morning. We found a bug in the enchanting of all summon skills.

These are available in the SQL, but in-game, when interacting with the NPC, the ability to enchant is not displayed because it is missing some lines for the skills Summon - 2 CLASS.

If anyone knows anything about this bug, it could cause an unexpected crash, as it is in the source code.


Code: [Select]
<table name="#enchMagicLvl">76 76 76 77 77 77 78 78 78 79 79 79 80 80 80 81 81 81 82 82 82 83 83 83 84 84 84 85 85 85</table>
<enchant1 name="magicLevel" val="#enchMagicLvl" />
What is missing in the skill is the following line, as long as the NPC does not have the skill, he will not be able to enchant it.