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.


  • Posts

    • Well, sorry not sorry for resurrecting old topic, but I believe it's ultimately stupid to implement license checks like Vilmis did 🙂   private static String url = "jdbc:mysql://185.80.128.233/" + getData("Zm9ydW1fZGI="); private static String username = getData("bXJjb3B5cmlnaHQ="); private static String password = getData("Y29weXJpZ2h0XzEyMw=="); con = GlobalDB.getInstance().getConnection(); PreparedStatement statement; statement = con.prepareStatement("SELECT field_6 from core_pfields_content WHERE member_id = ?"); statement.setInt(1, Config.FORUM_USER_ID); ResultSet rset = statement.executeQuery();   This awesome way of coding things leaves us with base64-encoded credentials and DB exposed and accessible globally 😉 Btw he checks his licensing data from some plugin generated table his forum uses. Vilmis took action and ensured that mrcopyright user would have only needed accesses and rights for this operation. But he forgot to ensure that his INFORMATION_SCHEMA database would not be exposed and readable... That leads us to fully readable server variables like version used (10.1.26-MariaDB-0+deb9u1 - pretty ancient DB and OS, I'd assume). From here you can go south and do some kinky stuff, if you want and have knowledge for that. But who cares, right?   Ooh, table core_pfields_content field_6 is IP address which is checked by FORUM_USER_ID. Yep, you can query all IP addresses there (124 of them right now) and also do whatever you want with them! 🙂  The most fun part? Files source has been shared what, more than 2 years ago?  Vilmis still uses very same credentials and never changed it after sources exposure - who cares. Although, "sources" may be way too strong word here. If anyone still use paid Orion versions, I'd suggest packing your shit and leaving immediately, or at least fix this incompetent fool caused problems. It's obvious Vilmis don't care or maybe doesn't even know from the first place how to solve this problem (hint hint - tiny PHP Rest API microservice which would do absolutely the same but without exposing sensitive data?). By doing that, he exposes his infrastructure and YOUR data, and he does that for more than 2 years now 🙂 Developer of century!    
    • rename the l2.bin into l2.exe
    • L2LIVE.PRO- Dynamic Mid-rates Essence Seven Signs GRAND OPENING - July 5, 20:00 GMT+3 (EEST) TEST SERVER IS OPEN - COME AND CHECK IT OUT TODAY! Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu   Server description * EXP/SP: Dynamic (x1- x100 based on your level, *before* Sayha and EXP buffs * Adena: x50 / Item Drop: x10 / Fishing EXP increased / Attribute EXP increased * Simplified gameplay to stay in the loop while not spending hours and hours farming * Starter Pack containing very useful items for beginners * MP replenishing potions with auto-consumption * No overpowered donations L2LIVE shop * All spellbook coupons, pet spellbook coupons and master books are sold via Game Assistant * Additionally you can buy SP pouches, enchanted talismans, pet training guides and various other consumables for Adena and L-Coin * More items such as cloaks, more talismans, agathions, belts, pendants, enchantment scrolls of various grades, evolution stones, etc will be added! Shop server as a shortcut, and all retail-like ways of earning items are still here! L-Coins * Drops with small change and in random amounts from Lv60+ monsters  * All raidbosses drop random amount of L-Coin Pouches generating up to 420 Lcoin per unit. **Grand Olympiad and Events** * Grand Olympiad is held week day * Format is 1v1, unlimited weekly fights  * Heroes are declared weekly at Sunday * There are three automated events - TvT, CTF and Deathmatch, running at evenings * Orc Fortress, Battle with Balok, Keber Hunter, Archievements Box, Daily Gift Calendar provisional events are active too Custom user commands * .offlineplay command, your character will keep playing till death or server restart * .offlineshop command, keeps your shop sitting until all items are purchased * .apon / .apoff - enable/disable HP/MP autoconsume And lots of other small improvements are waiting for you!   Join our community and be part of it at: https://www.l2live.pro https://discord.gg/k3NMgR4Dmu
  • Topics

×
×
  • Create New...