Jump to content
  • 0

Shop +16


Amanda55

Question

10 answers to this question

Recommended Posts

  • 0

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>

Link to comment
Share on other sites

  • 0

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®
Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

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