Jump to content
  • 0

[HELP] Multisell with enchants


Question

Posted

Hello guys, I have one question for you. Is it possible to make multisell shop with enchanted weapon in required items field?

I mean like that:

examplefgi.jpg

 

Like, to get one weapon you need other weapon but with + .

Recommended Posts

  • 0
Posted

Find the enchant variable on another multisell and apply it ^^

You can even sell +65535 weaps (Although that wont be very smart lool)

  • 0
Posted

yes, sure

How?

Find the enchant variable on another multisell and apply it ^^

You can even sell +65535 weaps (Although that wont be very smart lool)

How can i do that?

 

 

EDIT: BTW, i tried to write enchant="1" or "0" or even "+1". none of that worked

  • 0
Posted

  <item id="1">

    <ingredient id="666" count="10000000" enchant="0"/>

    <production id="999" count="1" enchant="500"/>

  </item>

Isn't working + i need enchants on ingredient, not production

  • 0
Posted

Traffic, i'm still asking for a code.

<?xml version='1.0' encoding='utf-8'?>

<!-- Boss Jewels -->

<list>

  <!--Sorcha multisell-->

  <item id="1">

    <ingredient id="5575" count="10000000" enchant="0"/>

    <production id="6657" count="1" enchant="0"/>

  </item>

 

<item id="2">

    <ingredient id="5575" count="10000000" enchant="0"/>

    <production id="6656" count="1" enchant="0"/>

  </item>

 

 

<item id="3">

    <ingredient id="5575" count="10000000" enchant="0"/>

    <production id="6659" count="1" enchant="0"/>

  </item>

 

<item id="4">

    <ingredient id="5575" count="10000000" enchant="0"/>

    <production id="6658" count="1" enchant="0"/>

  </item>

<item id="5">

    <ingredient id="5575" count="10000000" enchant="0"/>

    <production id="6660" count="1" enchant="0"/>

  </item>

 

 

 

 

</list>

  • 0
Posted

<?xml version='1.0' encoding='utf-8'?>

<!-- Boss Jewels -->

<list>

  <!--Sorcha multisell-->

  <item id="1">

    <ingredient id="5575" count="10000000" enchant="0"/>

    <production id="6657" count="1" enchant="0"/>

  </item>

 

<item id="2">

    <ingredient id="5575" count="10000000" enchant="0"/>

    <production id="6656" count="1" enchant="0"/>

  </item>

 

 

<item id="3">

    <ingredient id="5575" count="10000000" enchant="0"/>

    <production id="6659" count="1" enchant="0"/>

  </item>

 

<item id="4">

    <ingredient id="5575" count="10000000" enchant="0"/>

    <production id="6658" count="1" enchant="0"/>

  </item>

<item id="5">

    <ingredient id="5575" count="10000000" enchant="0"/>

    <production id="6660" count="1" enchant="0"/>

  </item>

 

 

 

 

</list>

Then i don't get it. Why it isn't working for me...

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...