L2JMobius

Prelude of War Enchant bracelet does not work

midway · 6 · 5538

Offline midway

  • Vassal
  • *
    • Posts: 3
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.


Offline Horus

  • Black Sheep
  • Count
  • *****
    • Posts: 483
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>



Offline PiPiLoW

  • Heir
  • **
    • Posts: 11
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.


Offline Horus

  • Black Sheep
  • Count
  • *****
    • Posts: 483
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


Offline vision2206

  • Vassal
  • *
    • Posts: 1
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.