L2JMobius
Public Development => General Discussion => Topic started 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.
-
to fix that you need to add this into EnchantItemOptions.xml
<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>
-
Thank you
-
to fix that you need to add this into EnchantItemOptions.xml
<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.
-
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
-
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.