L2JMobius

Public Development => General Discussion => Topic started by: vaggone on June 12, 2022, 09:55:25 PM

Title: Multisell Sells pre enchanted weapons.
Post 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.
Title: Re: Multisell Sells pre enchanted weapons.
Post by: nasseka on June 12, 2022, 10:31:26 PM
Try
Code: [Select]
<production id="6583" count="1" enchantmentLevel="1" />
Title: Re: Multisell Sells pre enchanted weapons.
Post by: vaggone on June 12, 2022, 11:19:06 PM
That worked.

Thank you !!