Jump to content
  • 0

[Help] Enchanted Item to shop


claww

Question

How can i add a weapon +10 as example to shop multisell

 

i did like that but nothing happen  weapon is still +0

 

  <!-- Eternal Core Sword -->

  <item id="3">

    <ingredient id="3483" count="70"/>

<production id="15873" count="1" enchant="10"/>

  </item>

 

 

don't work.... some one can help me ?  i know it work i had one shop like this on interlude if i remmeber ... my server now is freya

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

<list>
    <!-- Eternal Core Sword --> 
   <item id="1">
       <ingredient id="3483" count="70"  enchant="0"/>
       <production id="15873" count="1"  enchant="10"/>
   </item>
</list>

 

Try with this should work :D

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...