Cant find list id

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Cant find list id

Post by St3eT »

If i should be black sheep for sure no as punishment
Image
Fawkes
Posts: 11
Joined: Wed Jun 12, 2013 1:40 pm

Re: Cant find list id

Post by Fawkes »

jurchiks wrote:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/multisell.xsd">
If the file is in multisell/custom, then schema location is "../../xsd/multisell.xsd".
Thanks for the reply even with this it dont work

http://pastebin.com/zD5V60YH
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Cant find list id

Post by jurchiks »

Ok, and what are the exact filenames and where are they located?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Fawkes
Posts: 11
Joined: Wed Jun 12, 2013 1:40 pm

Re: Cant find list id

Post by Fawkes »

jurchiks wrote:Ok, and what are the exact filenames and where are they located?
htmls are in merchant folder the multisells files are in the multisell folder /custum folder

on old data pack u just put them in multisell /not in the custum folder sindce new pack they need in the custum folder i hear

exact file names are from 8240 till 8292 multisell names
npc number is 8240
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Cant find list id

Post by St3eT »

Try copy it to multisell folder..
If i should be black sheep for sure no as punishment
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Cant find list id

Post by jurchiks »

Then your XML files should be like this, right?

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../xsd/multisell.xsd">    <npcs>        <npc>8240</npc>    </npcs>    <item>        <production id="6581" count="1" />        <ingredient id="57" count="50000000" />    </item>    <!-- etc --></list>
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Fawkes
Posts: 11
Joined: Wed Jun 12, 2013 1:40 pm

Re: Cant find list id

Post by Fawkes »

St3eT wrote:Try copy it to multisell folder..
nope i tryed that allready same error cant find list id

used new npc gmshop also same problem

so i realy dont know anybody have a gmshop that i can test it with that works at your server or send me in pastebin u mulstisell plz
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Cant find list id

Post by UnAfraid »

8289.xml must be the name of the multisell.
And put the npc id that opens it inside the <npc> tag.
Image
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Cant find list id

Post by JMD »

are there any replace tricks to update all my old multisells with notepad++ or eclipse?

figured it out.
User avatar
badboy29
Posts: 417
Joined: Fri Apr 24, 2009 5:34 am
Location: Brazil

Re: Cant find list id

Post by badboy29 »

Fawkes wrote:
St3eT wrote:Try copy it to multisell folder..
nope i tryed that allready same error cant find list id

used new npc gmshop also same problem

so i realy dont know anybody have a gmshop that i can test it with that works at your server or send me in pastebin u mulstisell plz
Just an example for you that I use on my server in multisell/custom: http://pastebin.com/ZUaWbGaw

Try to make your multisells like this.
There's a typo here :)
Aka UnHoly
Post Reply