Error: MultisellData: Cannot find list ID

Have you created a useful tool? or Do you want to get help building one? This is the right place!
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
dakpower
Posts: 2
Joined: Fri Feb 12, 2016 5:05 am

Error: MultisellData: Cannot find list ID

Post by dakpower »

Hi, I have a problem to add npc custom (not load xml)
Error: MultisellData: Cannot find list ID


game\data\multisell\custom

Code: Select all

<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd">

  <npcs>
    <npc>100002</npc> 
  </npcs>

  <!-- Forgotten Blade - Focus -->
  <item id="1">
    <ingredient id="57" count="500000000" enchant="0"/>
    <production id="6583" count="1" enchant="0"/>
  </item>

</list>
//# have Custom Components (ALL --> TRUE)

in \game\data\stats\npcs\custom\custom.xml

Code: Select all

	<npc id="100002" displayId="103" name="GM*SHOP" usingServerSideName="true" title="L2Hobby" usingServerSideTitle="true" type="L2Merchant">
		<collision>
			<radius normal="8.00" />
			<height normal="24.00" />
		</collision>
	</npc>
Post Reply