Re: Cant find list id
Posted: Thu Jun 13, 2013 10:07 pm
Try this: https://gist.github.com/St3eT/5777803
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">
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?
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>
nope i tryed that allready same error cant find list idSt3eT wrote:Try copy it to multisell folder..
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
There's a typo hereFawkes wrote:http://pastebin.com/zD5V60YH