Page 2 of 2

Re: Cant find list id

Posted: Thu Jun 13, 2013 10:07 pm
by St3eT

Re: Cant find list id

Posted: Fri Jun 14, 2013 7:08 am
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

Re: Cant find list id

Posted: Fri Jun 14, 2013 8:47 am
by jurchiks
Ok, and what are the exact filenames and where are they located?

Re: Cant find list id

Posted: Fri Jun 14, 2013 10:17 am
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

Re: Cant find list id

Posted: Fri Jun 14, 2013 10:26 am
by St3eT
Try copy it to multisell folder..

Re: Cant find list id

Posted: Fri Jun 14, 2013 10:28 am
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>

Re: Cant find list id

Posted: Fri Jun 14, 2013 11:42 am
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

Re: Cant find list id

Posted: Fri Jun 14, 2013 4:03 pm
by UnAfraid
8289.xml must be the name of the multisell.
And put the npc id that opens it inside the <npc> tag.

Re: Cant find list id

Posted: Mon Jun 17, 2013 1:18 am
by JMD
are there any replace tricks to update all my old multisells with notepad++ or eclipse?

figured it out.

Re: Cant find list id

Posted: Mon Jun 17, 2013 7:37 am
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 :)