Jump to content
  • 0

[help]multisell


dem0x`

Question

O.K.

I made a multisell but dont work...can any1 tell me whats here wrong?

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

<!-- Created with Lineage II - Multisell Manager -->
<!-- © 2007 by sda -->

<list maintainEnchantment="true">

  <!-- Dynasty Breast Plate -->
  <item id="1">
    <ingredient id="3470" count="55"/>
    <production id="9420" count="1"/>
  </item>

<!-- Dynasty Breast Plate -->
  <item id="2">
    <ingredient id="3470" count="55"/>
    <production id="9417" count="1"/>
  </item>

<!-- Dynasty Breast Plate -->
  <item id="3">
    <ingredient id="3470" count="55"/>
    <production id="9418" count="1"/>
  </item>

<!-- Dynasty Breast Plate -->
  <item id="4">
    <ingredient id="3470" count="55"/>
    <production id="9419" count="1"/>
  </item>

<!-- Dynasty Breast Plate -->
  <item id="5">
    <ingredient id="3470" count="55"/>
    <production id="9416" count="1"/>
  </item>

<!-- Dynasty Gaiters -->
  <item id="6">
    <ingredient id="3470" count="55"/>
    <production id="9421" count="1"/>
  </item>

<!-- Dynasty Helmet -->
  <item id="7">
    <ingredient id="3470" count="45"/>
    <production id="9422" count="1"/>
  </item>

<!-- Dynasty Gauntlet -->
  <item id="8">
    <ingredient id="3470" count="45"/>
    <production id="9423" count="1"/>
  </item>

<!-- Dynasty Boots -->
  <item id="9">
    <ingredient id="3470" count="45"/>
    <production id="9424" count="1"/>
  </item>

<!-- Dynasty Shield -->
  <item id="10">
    <ingredient id="3470" count="55"/>
    <production id="9441" count="1"/>
  </item>


</list>

 

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

<!-- Created with Lineage II - Multisell Manager -->
<!-- © 2007 by tdfrt -->

<list maintainEnchantment="true">

  <!-- Dynasty Leather Armor -->
  <item id="1">
    <ingredient id="3470" count="55"/>
    <production id="9425" count="1"/>
  </item>

<!-- Dynasty Leather Armor -->
  <item id="2">
    <ingredient id="3470" count="55"/>
    <production id="9426" count="1"/>
  </item>

<!-- Dynasty Leather Armor -->
  <item id="3">
    <ingredient id="3470" count="55"/>
    <production id="9427" count="1"/>
  </item>

<!-- Dynasty Leather Leggins -->
  <item id="4">
    <ingredient id="3470" count="45"/>
    <production id="9428" count="1"/>
  </item>

<!-- Dynasty Leather Helmet -->
  <item id="5">
    <ingredient id="3470" count="45"/>
    <production id="9429" count="1"/>
  </item>

<!-- Dynasty Leather Gloves -->
  <item id="6">
    <ingredient id="3470" count="45"/>
    <production id="9430" count="1"/>
  </item>

<!-- Dynasty Leather Boots -->
  <item id="7">
    <ingredient id="3431" count="45"/>
    <production id="9422" count="1"/>
  </item>


</list>

 

help plz

The server is hellbound l2emu]

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

1rst

 

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

<!-- Created with Lineage II - Multisell Manager -->
<!-- © 2007 by sda -->

<list maintainEnchantment="true">

<list>
  <!-- Dynasty Breast Plate -->
  <item id="1">
    <ingredient id="3470" count="55"/>
    <production id="9420" count="1"/>
  </item>

<!-- Dynasty Breast Plate -->
  <item id="2">
    <ingredient id="3470" count="55"/>
    <production id="9417" count="1"/>
  </item>

<!-- Dynasty Breast Plate -->
  <item id="3">
    <ingredient id="3470" count="55"/>
    <production id="9418" count="1"/>
  </item>

<!-- Dynasty Breast Plate -->
  <item id="4">
    <ingredient id="3470" count="55"/>
    <production id="9419" count="1"/>
  </item>

<!-- Dynasty Breast Plate -->
  <item id="5">
    <ingredient id="3470" count="55"/>
    <production id="9416" count="1"/>
  </item>

<!-- Dynasty Gaiters -->
  <item id="6">
    <ingredient id="3470" count="55"/>
    <production id="9421" count="1"/>
  </item>

<!-- Dynasty Helmet -->
  <item id="7">
    <ingredient id="3470" count="45"/>
    <production id="9422" count="1"/>
  </item>

<!-- Dynasty Gauntlet -->
  <item id="8">
    <ingredient id="3470" count="45"/>
    <production id="9423" count="1"/>
  </item>

<!-- Dynasty Boots -->
  <item id="9">
    <ingredient id="3470" count="45"/>
    <production id="9424" count="1"/>
  </item>

<!-- Dynasty Shield -->
  <item id="10">
    <ingredient id="3470" count="55"/>
    <production id="9441" count="1"/>
  </item>


</list>

 

2nd

 

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

<!-- Created with Lineage II - Multisell Manager -->
<!-- © 2007 by tdfrt -->

<list maintainEnchantment="true">

<list>

  <!-- Dynasty Leather Armor -->
  <item id="1">
    <ingredient id="3470" count="55"/>
    <production id="9425" count="1"/>
  </item>

<!-- Dynasty Leather Armor -->
  <item id="2">
    <ingredient id="3470" count="55"/>
    <production id="9426" count="1"/>
  </item>

<!-- Dynasty Leather Armor -->
  <item id="3">
    <ingredient id="3470" count="55"/>
    <production id="9427" count="1"/>
  </item>

<!-- Dynasty Leather Leggins -->
  <item id="4">
    <ingredient id="3470" count="45"/>
    <production id="9428" count="1"/>
  </item>

<!-- Dynasty Leather Helmet -->
  <item id="5">
    <ingredient id="3470" count="45"/>
    <production id="9429" count="1"/>
  </item>

<!-- Dynasty Leather Gloves -->
  <item id="6">
    <ingredient id="3470" count="45"/>
    <production id="9430" count="1"/>
  </item>

<!-- Dynasty Leather Boots -->
  <item id="7">
    <ingredient id="3431" count="45"/>
    <production id="9422" count="1"/>
  </item>


</list>

 

you forgot

 

<list> when u started creating the multisell :P

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