Cant find list id
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: Cant find list id
Try this: https://gist.github.com/St3eT/5777803
-
- Posts: 11
- Joined: Wed Jun 12, 2013 1:40 pm
Re: Cant find list id
Thanks for the reply even with this it dont workjurchiks wrote:If the file is in multisell/custom, then schema location is "../../xsd/multisell.xsd".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">
http://pastebin.com/zD5V60YH
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Cant find list id
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 11
- Joined: Wed Jun 12, 2013 1:40 pm
Re: Cant find list id
htmls are in merchant folder the multisells files are in the multisell folder /custum folderjurchiks wrote:Ok, and what are the exact filenames and where are they located?
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
- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: Cant find list id
Try copy it to multisell folder..
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Cant find list id
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 11
- Joined: Wed Jun 12, 2013 1:40 pm
Re: Cant find list id
nope i tryed that allready same error cant find list idSt3eT wrote:Try copy it to multisell folder..
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
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Cant find list id
8289.xml must be the name of the multisell.
And put the npc id that opens it inside the <npc> tag.
And put the npc id that opens it inside the <npc> tag.
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
Re: Cant find list id
figured it out.
- badboy29
- Posts: 417
- Joined: Fri Apr 24, 2009 5:34 am
- Location: Brazil
Re: Cant find list id
Just an example for you that I use on my server in multisell/custom: http://pastebin.com/ZUaWbGawFawkes wrote:nope i tryed that allready same error cant find list idSt3eT wrote:Try copy it to multisell folder..
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
Try to make your multisells like this.
There's a typo hereFawkes wrote:http://pastebin.com/zD5V60YH

Aka UnHoly