L2JMobius

Multisell Sells pre enchanted weapons.

vaggone · 3 · 4721

Offline vaggone

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


Offline nasseka

  • Distinguished King
  • *****
    • Posts: 1732
    • L2Unknown
Try
Code: [Select]
<production id="6583" count="1" enchantmentLevel="1" />