Jump to content
  • 0

Help Please !


florinel2

Question

Hi Guys ! Sorry for my bad english !

I need some help..when i start my server i get this error : MultisellData: Could not parse 90000,90001,90002,90003.xml"etc" file: cvc-elt.1: Cannot find the declaration of eleent 'list'

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

<!-- Archer's Will -->
    <item>
        <ingredient id="14721" count="5">

 

should be

 

<!-- Archer's Will -->
    <item>
        <ingredient id="14721" count="5"/>

 

you forgot the /

Link to comment
Share on other sites

  • 0

I'm with the same error. and do not know what to do. already put the </ list> at the end and not resolved, the error persists.

that same xml file worked in older versions, why now not working? what error?

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

<!-- Archer's Will -->
<item id="1">
	<item>
		<ingredient id="14721" count="5">
		<production id="10553" count="1"/>
	</item>
<!-- Fighter's Will -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10552" count="1"/>
	</item>
<!-- Protection of Alignment -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10551" count="1"/>
	</item>
<!-- Protection of Elemental -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10550" count="1"/>
	</item>
<!-- Protection of Rune -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10549" count="1"/>
	</item>
<!-- Weapon Blockade 81 -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10568" count="1"/>
	</item>
<!-- Weapon Blockade 83 -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14203" count="1"/>
	</item>
<!-- Expose Weak Point -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10560" count="1"/>
	</item>
<!-- Maximum Sonic Focus -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14202" count="1"/>
	</item>
<!-- Final Secret -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14208" count="1"/>
	</item>
</list> 
Edited by Heero
Link to comment
Share on other sites

  • 0

Can i see the htm of NPC?

<html>
<body>
<center>
<table>
<tr>
<img src="L2UI_CH3.herotower_deco" width=256 height=32>
</center><center>
<td><img src="L2UI_CT1.MiniMap_DF_ICN_Center" width=32 height=32></td>
<td><button value="== Forgotten Scrolls ==" action="bypass -h npc_%objectId%_Chat -" width=180 height=32 back="L2UI_CT1.Windows_DF_Drawer_Bg_Darker" fore="L2UI_CT1.Windows_DF_Drawer_Bg_Darker"></td>
<td><img src="L2UI_CT1.MiniMap_DF_ICN_Center" width=32 height=32></td>
</tr></table></center>
 <br><br><br1>
<center>
<table>
<tr>
<td><img src="L2UI_CH3.shortcut_next_down" width=16 height=16></td>
<td><button action="bypass -h npc_%objectId%_Chat 1" width=32 height=32 back="icon.skillhuman" fore="icon.skillhuman"></td>
<td><button value="Human" action="bypass -h npc_%objectId%_Chat 1" width=140 height=32 back="L2UI_CT1.Windows_DF_Drawer_Bg_Darker" fore="L2UI_CT1.Windows_DF_Drawer_Bg_Darker"></td>
<td><button action="bypass -h npc_%objectId%_Chat 1" width=32 height=32 back="icon.skill4416_human" fore="icon.skill4416_human"></td>
<td><img src="L2UI_CH3.shortcut_prev_down" width=16 height=16></td>
</tr>
</table>

<a action="bypass -h npc_%objectId%_multisell 969001"><font color="LEVEL">Dreadnought</font></a><br1>
<a action="bypass -h npc_%objectId%_multisell 969000"><font color="LEVEL">Duelist</font></a><br1>
<a action="bypass -h npc_%objectId%_multisell 969002"><font color="LEVEL">Phoenix Knight</font></a><br1>
<a action="bypass -h npc_%objectId%_multisell 969003"><font color="LEVEL">Hell Knight</font></a><br1>
<a action="bypass -h npc_%objectId%_multisell 969005"><font color="LEVEL">Adventurer</font></a><br1>
<a action="bypass -h npc_%objectId%_multisell 969004"><font color="LEVEL">Sagittarius</font></a><br1>
<a action="bypass -h npc_%objectId%_multisell 969006"><font color="LEVEL">Archmage</font></a><br1>
<a action="bypass -h npc_%objectId%_multisell 969007"><font color="LEVEL">Soul Taker</font></a><br1>
<a action="bypass -h npc_%objectId%_multisell 969008"><font color="LEVEL">Arcana Lord</font></a><br1>
<a action="bypass -h npc_%objectId%_multisell 969009"><font color="LEVEL">Cardinal</font></a><br1>
<a action="bypass -h npc_%objectId%_multisell 969010"><font color="LEVEL">Hierophant</font></a>

<table>
<tr>
<td><img src="L2UI_CH3.shortcut_next_down" width=16 height=16></td>
<td><button action="bypass -h npc_%objectId%_Chat 7" width=32 height=32 back="icon.skillelf" fore="icon.skillelf"></td>
<td><button value="Elf" action="bypass -h npc_%objectId%_Chat 2" width=140 height=32 back="L2UI_CT1.Windows_DF_Drawer_Bg_Darker" fore="L2UI_CT1.Windows_DF_Drawer_Bg_Darker"></td>
<td><button action="bypass -h npc_%objectId%_Chat 7" width=32 height=32 back="icon.skill4416_elf" fore="icon.skill4416_elf"></td>
<td><img src="L2UI_CH3.shortcut_prev_down" width=16 height=16></td>
</tr>
<tr>
<td><img src="L2UI_CH3.shortcut_next_down" width=16 height=16></td>
<td><button action="bypass -h npc_%objectId%_Chat 8" width=32 height=32 back="icon.skilldarkelf" fore="icon.skilldarkelf"></td>
<td><button value="Dark Elf" action="bypass -h npc_%objectId%_Chat 3" width=140 height=32 back="L2UI_CT1.Windows_DF_Drawer_Bg_Darker" fore="L2UI_CT1.Windows_DF_Drawer_Bg_Darker"></td>
<td><button action="bypass -h npc_%objectId%_Chat 8" width=32 height=32 back="icon.skill4416_darkelf" fore="icon.skill4416_darkelf"></td>
<td><img src="L2UI_CH3.shortcut_prev_down" width=16 height=16></td>
</tr>
<tr>
<td><img src="L2UI_CH3.shortcut_next_down" width=16 height=16></td>
<td><button action="bypass -h npc_%objectId%_Chat 9" width=32 height=32 back="icon.skillorc" fore="icon.skillorc"></td>
<td><button value="Orc" action="bypass -h npc_%objectId%_Chat 4" width=140 height=32 back="L2UI_CT1.Windows_DF_Drawer_Bg_Darker" fore="L2UI_CT1.Windows_DF_Drawer_Bg_Darker"></td>
<td><button action="bypass -h npc_%objectId%_Chat 9" width=32 height=32 back="icon.skill4416_orc" fore="icon.skill4416_orc"></td>
<td><img src="L2UI_CH3.shortcut_prev_down" width=16 height=16></td>
</tr>
<tr>
<td><img src="L2UI_CH3.shortcut_next_down" width=16 height=16></td>
<td><button action="bypass -h npc_%objectId%_Chat 10" width=32 height=32 back="icon.skilldwarf" fore="icon.skilldwarf"></td>
<td><button value="Dwarf" action="bypass -h npc_%objectId%_Chat 5" width=140 height=32 back="L2UI_CT1.Windows_DF_Drawer_Bg_Darker" fore="L2UI_CT1.Windows_DF_Drawer_Bg_Darker"></td>
<td><button action="bypass -h npc_%objectId%_Chat 10" width=32 height=32 back="icon.skill4416_dwarf" fore="icon.skill4416_dwarf"></td>
<td><img src="L2UI_CH3.shortcut_prev_down" width=16 height=16></td>
</tr>
<tr>
<td><img src="L2UI_CH3.shortcut_next_down" width=16 height=16></td>
<td><button action="bypass -h npc_%objectId%_Chat 11" width=32 height=32 back="icon.skillkamael" fore="icon.skillkamael"></td>
<td><button value="Kamael" action="bypass -h npc_%objectId%_Chat 6" width=140 height=32 back="L2UI_CT1.Windows_DF_Drawer_Bg_Darker" fore="L2UI_CT1.Windows_DF_Drawer_Bg_Darker"></td>
<td><button action="bypass -h npc_%objectId%_Chat 11" width=32 height=32 back="icon.skill4416_kamael" fore="icon.skill4416_kamael"></td>
<td><img src="L2UI_CH3.shortcut_prev_down" width=16 height=16></td>
</tr>
</table></center>
<br>
<center>
 <br><br><br1>
<font color="0097CD">-------------- .::L2::. --------------</font>
<img src="l2ui_ch3.herotower_deco" width=256 height=32></center>
</body></html>


Edited by Heero
Link to comment
Share on other sites

  • 0

s0ml.png

 

I fixed but the error continues.

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

<!-- Archer's Will -->
	<item>
		<ingredient id="14721" count="5">
		<production id="10553" count="1"/>
	</item>
<!-- Fighter's Will -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10552" count="1"/>
	</item>
<!-- Protection of Alignment -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10551" count="1"/>
	</item>
<!-- Protection of Elemental -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10550" count="1"/>
	</item>
<!-- Protection of Rune -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10549" count="1"/>
	</item>
<!-- Weapon Blockade 81 -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10568" count="1"/>
	</item>
<!-- Weapon Blockade 83 -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14203" count="1"/>
	</item>
<!-- Expose Weak Point -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10560" count="1"/>
	</item>
<!-- Maximum Sonic Focus -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14202" count="1"/>
	</item>
<!-- Final Secret -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14208" count="1"/>
	</item>
</list> 

:rage: :'(

<list>
<!-- Archer's Will -->
	<item>
		<ingredient id="14721" count="5">
		<production id="10553" count="1"/>
	</item>
<!-- Fighter's Will -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10552" count="1"/>
	</item>
<!-- Protection of Alignment -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10551" count="1"/>
	</item>
<!-- Protection of Elemental -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10550" count="1"/>
	</item>
<!-- Protection of Rune -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10549" count="1"/>
	</item>
<!-- Weapon Blockade 81 -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10568" count="1"/>
	</item>
<!-- Weapon Blockade 83 -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14203" count="1"/>
	</item>
<!-- Expose Weak Point -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10560" count="1"/>
	</item>
<!-- Maximum Sonic Focus -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14202" count="1"/>
	</item>
<!-- Final Secret -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14208" count="1"/>
	</item>
</list> 

if i put <list> the error changes, rather than the error in 'item' error on the 'list'.

 

the link to download the NPC with the XML that estam in error if they can take a look.

 

http://www.mediafire.com/download/6u72llb4q2ff99w/NPC%27s+Shops.zip

Edited by Heero
Link to comment
Share on other sites

  • 0

s0ml.png

 

I fixed but the error continues.

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

<!-- Archer's Will -->
	<item>
		<ingredient id="14721" count="5">
		<production id="10553" count="1"/>
	</item>
<!-- Fighter's Will -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10552" count="1"/>
	</item>
<!-- Protection of Alignment -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10551" count="1"/>
	</item>
<!-- Protection of Elemental -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10550" count="1"/>
	</item>
<!-- Protection of Rune -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10549" count="1"/>
	</item>
<!-- Weapon Blockade 81 -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10568" count="1"/>
	</item>
<!-- Weapon Blockade 83 -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14203" count="1"/>
	</item>
<!-- Expose Weak Point -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10560" count="1"/>
	</item>
<!-- Maximum Sonic Focus -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14202" count="1"/>
	</item>
<!-- Final Secret -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14208" count="1"/>
	</item>
</list> 

:rage: :'(

<list>
<!-- Archer's Will -->
	<item>
		<ingredient id="14721" count="5">
		<production id="10553" count="1"/>
	</item>
<!-- Fighter's Will -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10552" count="1"/>
	</item>
<!-- Protection of Alignment -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10551" count="1"/>
	</item>
<!-- Protection of Elemental -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10550" count="1"/>
	</item>
<!-- Protection of Rune -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10549" count="1"/>
	</item>
<!-- Weapon Blockade 81 -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10568" count="1"/>
	</item>
<!-- Weapon Blockade 83 -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14203" count="1"/>
	</item>
<!-- Expose Weak Point -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="10560" count="1"/>
	</item>
<!-- Maximum Sonic Focus -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14202" count="1"/>
	</item>
<!-- Final Secret -->
	<item>
		<ingredient id="14721" count="5"/>
		<production id="14208" count="1"/>
	</item>
</list> 

if i put <list> the error changes, rather than the error in 'item' error on the 'list'.

 

the link to download the NPC with the XML that estam in error if they can take a look.

 

http://www.mediafire.com/download/6u72llb4q2ff99w/NPC%27s+Shops.zip

 

And the name is 96900?

Link to comment
Share on other sites

  • 0

<!-- Archer's Will -->

    <item>

        <ingredient id="14721" count="5">

 

should be

 

<!-- Archer's Will -->

    <item>

        <ingredient id="14721" count="5"/>

 

you forgot the /

ty

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...