Page 1 of 2

Cant find list id

Posted: Wed Jun 12, 2013 1:46 pm
by Fawkes
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:6054
L2JDP Revision Number:9793

Hello L2j i use the latest datapack
and for some reason my npcs dont work anymore
normaly i put then in html multisell custum npc custum ai
and should work

sindce latest datapack h5 it dont work anymore when i press to buy something i get in server window cant find list id
no mather what i do
it dont work anymore
plz help me out

Re: Cant find list id

Posted: Wed Jun 12, 2013 3:00 pm
by jurchiks
check the latest multisells, they have this block as the first child of the list element:

Code: Select all

<npcs>    <npc>npc ID here</npc> <!-- npc name here --></npcs>

Re: Cant find list id

Posted: Wed Jun 12, 2013 4:53 pm
by Fawkes
what u think i dont try it my self????
i play l2 from c3 u non factor i tryd everything

Re: Cant find list id

Posted: Wed Jun 12, 2013 5:01 pm
by xban1x
Fawkes wrote:what u think i dont try it my self????
i play l2 from c3 u non factor i tryd everything
Non factor? Change your attitude if you wish to get any help at all.

Re: Cant find list id

Posted: Wed Jun 12, 2013 6:13 pm
by jurchiks
And how could I possibly know that you have already tried that, smartass?

Re: Cant find list id

Posted: Wed Jun 12, 2013 6:29 pm
by Zoey76
@Fawkes could you try to write the problem in your own language (as seems English is not your native language).

Könntest du dein problem noch einmal in deiner sprache erläutern (englisch scheint nicht deine muttersprache zu sein).

German translation provided by FBIagent.

Re: Cant find list id

Posted: Thu Jun 13, 2013 12:58 pm
by Fawkes
yes sorry about that
it just pisssing me off because i cant fix it so once again sorry

Image

this message i get

Re: Cant find list id

Posted: Thu Jun 13, 2013 3:44 pm
by UnAfraid
Fawkes wrote:yes sorry about that
it just pisssing me off because i cant fix it so once again sorry

Image

this message i get
Read jurchiks's comment then.
jurchiks wrote:check the latest multisells, they have this block as the first child of the list element:

Code: Select all

<npcs>    <npc>npc ID here</npc> <!-- npc name here --></npcs>

Re: Cant find list id

Posted: Thu Jun 13, 2013 7:23 pm
by St3eT
UnAfraid wrote: Read jurchiks's comment then.
For this is another msg:

Code: Select all

  _log.warning("Npc not allowed in BuyList! BuyListId:" + val + " NpcId:" + getNpcId());  
If you use custom folder maybe u forgot allow this folder.
(General.properties)

Code: Select all

 # Default: FalseCustomMultisellLoad = False 

Re: Cant find list id

Posted: Thu Jun 13, 2013 7:57 pm
by Fawkes
St3eT wrote:
UnAfraid wrote: Read jurchiks's comment then.
For this is another msg:

Code: Select all

  _log.warning("Npc not allowed in BuyList! BuyListId:" + val + " NpcId:" + getNpcId());  
If you use custom folder maybe u forgot allow this folder.
(General.properties)

Code: Select all

 # Default: FalseCustomMultisellLoad = False 
thanks for the reply i set it on true
custum is true
so thats not it :(

Re: Cant find list id

Posted: Thu Jun 13, 2013 8:25 pm
by St3eT
Post your multisell on pastebin.

Re: Cant find list id

Posted: Thu Jun 13, 2013 8:40 pm
by Fawkes
St3eT wrote:Post your multisell on pastebin.
http://pastebin.com/XA2g0HBK

Re: Cant find list id

Posted: Thu Jun 13, 2013 8:51 pm
by jurchiks
Umm, you missed the beginning of the file...

Re: Cant find list id

Posted: Thu Jun 13, 2013 9:13 pm
by Fawkes
jurchiks wrote:Umm, you missed the beginning of the file...
what u mean jurchiks can u explain what u ment?

Re: Cant find list id

Posted: Thu Jun 13, 2013 9:35 pm
by jurchiks

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".