L2JMobius

Public Development => General Discussion => Topic started by: midway on May 02, 2020, 10:50:17 AM

Title: Enchant bracelet does not work
Post by: midway on May 02, 2020, 10:50:17 AM
Hello,
Does anyone know how to solve the problem to "Enchant scroll:Blessed Bracelet" works on the kaliel's Bracelet? when you enchant it is not successful but it spends 1 scroll.

Sorry for my english.
Title: Re: Enchant bracelet does not work
Post by: Horus on May 05, 2020, 03:37:12 AM
to fix that you need to add this into EnchantItemOptions.xml


Code: [Select]
<item id="80837"> <!-- Kaliel Top-Grade Bracelet -->
<options level="0" option1="35526" />
<options level="1" option1="35526" />
<options level="2" option1="35526" />
<options level="3" option1="35526" />
<options level="4" option1="35526" />
<options level="5" option1="35526" option2="30818" />
<options level="6" option1="35526" option2="30818" />
<options level="7" option1="35526" option2="30818" />
<options level="8" option1="35526" option2="30818" />
<options level="9" option1="35526" option2="30818" />
<options level="10" option1="35526" option2="30818" />
</item>
Title: Re: Enchant bracelet does not work
Post by: midway on May 05, 2020, 06:06:47 AM
Thank you
Title: Re: Enchant bracelet does not work
Post by: PiPiLoW on May 05, 2020, 07:02:37 PM
to fix that you need to add this into EnchantItemOptions.xml


Code: [Select]
<item id="80837"> <!-- Kaliel Top-Grade Bracelet -->
<options level="0" option1="35526" />
<options level="1" option1="35526" />
<options level="2" option1="35526" />
<options level="3" option1="35526" />
<options level="4" option1="35526" />
<options level="5" option1="35526" option2="30818" />
<options level="6" option1="35526" option2="30818" />
<options level="7" option1="35526" option2="30818" />
<options level="8" option1="35526" option2="30818" />
<options level="9" option1="35526" option2="30818" />
<options level="10" option1="35526" option2="30818" />
</item>
Hello dear, can you teach us how to find missing stuffs like Html's, and XML's options like this? Thank you.
Title: Re: Enchant bracelet does not work
Post by: Horus on May 05, 2020, 10:20:49 PM
that's depends on the item... some items go into That xml.. other you find in augmentation xml... to find that missing option i read the console error in the moment i'll try to use it
Title: Re: Enchant bracelet does not work
Post by: vision2206 on June 12, 2020, 02:14:02 AM
Dear, perform procedure to be able to repair the error when trying to enchant the bracelet but the fix you have left does not work at least not to me, add the code you have left to enchantitemoption.mxl restart the server and nothing remains the same, I hope you can Help.