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
Fawkes
Posts: 11
Joined: Wed Jun 12, 2013 1:40 pm

Cant find list id

Post 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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Cant find list id

Post 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>
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 »

what u think i dont try it my self????
i play l2 from c3 u non factor i tryd everything
xban1x
L2j Veteran
L2j Veteran
Posts: 1228
Joined: Thu Jan 17, 2013 9:46 am

Re: Cant find list id

Post 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.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Cant find list id

Post by jurchiks »

And how could I possibly know that you have already tried that, smartass?
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.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Cant find list id

Post 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.
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Fawkes
Posts: 11
Joined: Wed Jun 12, 2013 1:40 pm

Re: Cant find list id

Post 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
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 »

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>
Image
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Cant find list id

Post 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 
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 »

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 :(
User avatar
St3eT
Posts: 961
Joined: Sun Mar 07, 2010 6:50 pm

Re: Cant find list id

Post by St3eT »

Post your multisell on pastebin.
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 »

St3eT wrote:Post your multisell on pastebin.
http://pastebin.com/XA2g0HBK
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Cant find list id

Post by jurchiks »

Umm, you missed the beginning of the file...
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:Umm, you missed the beginning of the file...
what u mean jurchiks can u explain what u ment?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Cant find list id

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