Jump to content

Question

10 answers to this question

Recommended Posts

  • 0
Posted
<ingredient id="The ID of the item that needs to purchase the item" count="91000000" enchant="0"/>

<production id="The Id of the item +16" count="1" enchant="16"/>

  • 0
Posted

dont work

 

<item>
        <ingredient id="57" count="1000" enchant="0"/>
        <production id="15575" count="1" enchant="16"/>
        <production id="15572" count="1" enchant="16"/>
        <production id="15578" count="1" enchant="16"/>
        <production id="15581" count="1" enchant="16"/>
        <production id="15584" count="1" enchant="16"/>
    </item>
    <item>
        <ingredient id="57" count="1000"/>
        <production id="15576" count="1" enchant="16"/>
        <production id="15573" count="1" enchant="16"/>
        <production id="15579" count="1" enchant="16"/>
        <production id="15582" count="1" enchant="16"/>
        <production id="15585" count="1" enchant="16"/>
    </item>

  • 0
Posted (edited)

dont work

 

<item>

        <ingredient id="57" count="1000" enchant="0"/>

        <production id="15575" count="1" enchant="16"/>

        <production id="15572" count="1" enchant="16"/>

        <production id="15578" count="1" enchant="16"/>

        <production id="15581" count="1" enchant="16"/>

        <production id="15584" count="1" enchant="16"/>

    </item>

    <item>

        <ingredient id="57" count="1000"/>

        <production id="15576" count="1" enchant="16"/>

        <production id="15573" count="1" enchant="16"/>

        <production id="15579" count="1" enchant="16"/>

        <production id="15582" count="1" enchant="16"/>

        <production id="15585" count="1" enchant="16"/>

    </item>

<list maintainEnchantment="true">

make it True

Why u ask 1000 adena not enchanted? remove the enchanted from ingredients dont need

and the correct is

enchantmentLevel="16"/>

Edited by Dante44®
  • 0
Posted

<?xml version='1.0' encoding='utf-8'?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd" maintainEnchantment="true">
    
<item>
        <ingredient id="57" count="1000" enchant="0"/>
        <production id="15575" count="1" enchant="16"/>
        <production id="15572" count="1" enchant="16"/>
        <production id="15578" count="1" enchant="16"/>
        <production id="15581" count="1" enchant="16"/>
        <production id="15584" count="1" enchant="16"/>
    </item>

 

here ?  

  • 0
Posted

i have <xs:attribute name="maintainEnchantment" type="xs:boolean" /> in multisell.xsd

 

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

<list maintainEnchantment="true">
 

    <item>

        <ingredient id="57" count="1000"/>

        <production id="15575" count="1" enchantmentLevel="16"/>

        <production id="15572" count="1" enchantmentLevel="16"/>

        <production id="15578" count="1" enchantmentLevel="16"/>

        <production id="15581" count="1" enchantmentLevel="16"/>

        <production id="15584" count="1" enchantmentLevel="16"/>

    </item>

 

remove that line and make the multisell as i show u <xs:attribute name="maintainEnchantment" type="xs:boolean" /> in multisell.xsd  REMOVE IT <-----

  • 0
Posted

<?xml version='1.0' encoding='utf-8'?>
<list maintainEnchantment="true">
    <item>
        <ingredient id="57" count="1000" />
        <production id="15575" count="1" enchantmentLevel="16"/>
        <production id="15572" count="1" enchantmentLevel="16"/>
        <production id="15578" count="1" enchantmentLevel="16"/>
        <production id="15581" count="1" enchantmentLevel="16"/>
        <production id="15584" count="1" enchantmentLevel="16"/>
    </item>

 

multisell.xsd:

                </xs:element>
            </xs:sequence>
            <xs:attribute name="applyTaxes" type="xs:boolean" />
            <list maintainEnchantment="true">
            <xs:attribute name="useRate" type="xs:token" />
        </xs:complexType>
    </xs:element>

 

dont work xD

  • 0
Posted

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

<list maintainEnchantment="true">

    <item>

        <ingredient id="57" count="1000" />

        <production id="15575" count="1" enchantmentLevel="16"/>

        <production id="15572" count="1" enchantmentLevel="16"/>

        <production id="15578" count="1" enchantmentLevel="16"/>

        <production id="15581" count="1" enchantmentLevel="16"/>

        <production id="15584" count="1" enchantmentLevel="16"/>

    </item>

 

multisell.xsd:

                </xs:element>

            </xs:sequence>

            <xs:attribute name="applyTaxes" type="xs:boolean" />

            <list maintainEnchantment="true">

            <xs:attribute name="useRate" type="xs:token" />

        </xs:complexType>

    </xs:element>

 

dont work xD

Pm me with TeamViewer ID and pass

  • 0
Posted (edited)

It not suppoed to be like that.
It should be like that.

<?xml version='1.0' encoding='utf-8'?>
<list maintainEnchantment="true">
    <item>
        <ingredient id="57" count="1000" />
        <production id="15575" count="1" enchant="0"/>
    </item>
Edited by `iAndre

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..