Jump to content

Question

Posted

Hello. i don't know if its another topic with the same subject , i have searched about 10 times and i don't find nothing..so i will post my problem here..

 

I have updated my pack with eclipse and in my new pack i put some multisell's from previous but when i run the server send's me an error.. like this

 

 

 

715y.png

 

 

any solution? i try to change some things inside the xml but nothing happend

4 answers to this question

Recommended Posts

  • 0
Posted

Paste one of these Xml files, random one, 90000 looks nice :D

 

Looks like <list> tag is missing or so.

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

<!-- Created with Lineage II - Multisell Manager -->
<!-- © 2011 by NeverMore -->

<list maintainEnchantment="true">

  <!-- Imperial Crusader Breastplate -->
  <item id="1">
    <ingredient id="57" count="100000000"/>
    <production id="6373" count="1"/>
    <production id="6374" count="1"/>
    <production id="6378" count="1"/>
    <production id="6375" count="1"/>
    <production id="6376" count="1"/>
    <production id="6377" count="1"/>
  </item>

  <!-- Draconic Leather Armor -->
  <item id="2">
    <ingredient id="57" count="100000000"/>
    <production id="6379" count="1"/>
    <production id="6382" count="1"/>
    <production id="6380" count="1"/>
    <production id="6381" count="1"/>
  </item>

  <!-- Major Arcana Robe -->
  <item id="3">
    <ingredient id="57" count="100000000"/>
    <production id="6383" count="1"/>
    <production id="6386" count="1"/>
    <production id="6384" count="1"/>
    <production id="6385" count="1"/>
  </item>

  <!-- Imperial Crusader Breastplate -->
  <item id="4">
    <ingredient id="57" count="16666666"/>
    <production id="6373" count="1"/>
  </item>

  <!-- Imperial Crusader Gaiters -->
  <item id="5">
    <ingredient id="57" count="16666666"/>
    <production id="6374" count="1"/>
  </item>

  <!-- Imperial Crusader Boots -->
  <item id="6">
    <ingredient id="57" count="16666666"/>
    <production id="6376" count="1"/>
  </item>

  <!-- Imperial Crusader Gauntlets -->
  <item id="7">
    <ingredient id="57" count="16666666"/>
    <production id="6375" count="1"/>
  </item>

  <!-- Imperial Crusader Helmet -->
  <item id="8">
    <ingredient id="57" count="16666666"/>
    <production id="6378" count="1"/>
  </item>

  <!-- Imperial Crusader Shield -->
  <item id="9">
    <ingredient id="57" count="16666666"/>
    <production id="6377" count="1"/>
  </item>

  <!-- Draconic Leather Armor -->
  <item id="10">
    <ingredient id="57" count="25000000"/>
    <production id="6379" count="1"/>
  </item>

  <!-- Draconic Leather Boots -->
  <item id="11">
    <ingredient id="57" count="25000000"/>
    <production id="6381" count="1"/>
  </item>

  <!-- Draconic Leather Gloves -->
  <item id="12">
    <ingredient id="57" count="25000000"/>
    <production id="6380" count="1"/>
  </item>

  <!-- Draconic Leather Helmet -->
  <item id="13">
    <ingredient id="57" count="25000000"/>
    <production id="6382" count="1"/>
  </item>

  <!-- Major Arcana Robe -->
  <item id="14">
    <ingredient id="57" count="25000000"/>
    <production id="6383" count="1"/>
  </item>

  <!-- Major Arcana Boots -->
  <item id="15">
    <ingredient id="57" count="25000000"/>
    <production id="6385" count="1"/>
  </item>

  <!-- Major Arcana Gloves -->
  <item id="16">
    <ingredient id="57" count="25000000"/>
    <production id="6384" count="1"/>
  </item>

  <!-- Major Arcana Circlet -->
  <item id="17">
    <ingredient id="57" count="25000000"/>
    <production id="6386" count="1"/>
  </item>


</list>

  • 0
Posted

Guys ok i fount it my self thnx for trying to help... (}sorry for dubble posting)

 

Solutio: I'ts a syntax error..  at start of every multisell i must change the <list maintenenchantment="true"> to <list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">

 

and from every <item id="1"> to <item>

 

and works

Guest
This topic is now closed to further replies.


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