L2JMobius
Public Development => General Discussion => Topic started by: vaggone on June 12, 2022, 09:55:25 PM
-
Hello everyone,
i am trying to make, on the Interlude free version , on GM Shop that already inside the pack , to sell items with enchant.
I changed the " List maintainEnchantment="true" " and
<item id="1">
<ingredient id="57" count="50000000" enchant="0" />
<production id="6583" count="1" enchant="1" />
</item>
But still when i buy the item is +0.
Please if someone knows and want to help i ll appreciate it.
Thanks in advance.
-
Try
<production id="6583" count="1" enchantmentLevel="1" />
-
That worked.
Thank you !!