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>

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock