Cant find list id
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 11
- Joined: Wed Jun 12, 2013 1:40 pm
Cant find list id
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
» 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
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Cant find list id
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.
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
what u think i dont try it my self????
i play l2 from c3 u non factor i tryd everything
i play l2 from c3 u non factor i tryd everything
-
- L2j Veteran
- Posts: 1228
- Joined: Thu Jan 17, 2013 9:46 am
Re: Cant find list id
Non factor? Change your attitude if you wish to get any help at all.Fawkes wrote:what u think i dont try it my self????
i play l2 from c3 u non factor i tryd everything
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Cant find list id
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Cant find list id
@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.
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! 

-
- Posts: 11
- Joined: Wed Jun 12, 2013 1:40 pm
Re: Cant find list id
yes sorry about that
it just pisssing me off because i cant fix it so once again sorry

this message i get
it just pisssing me off because i cant fix it so once again sorry

this message i get
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Cant find list id
Read jurchiks's comment then.Fawkes wrote:yes sorry about that
it just pisssing me off because i cant fix it so once again sorry
this message i get
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>
- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: Cant find list id
For this is another msg:UnAfraid wrote: Read jurchiks's comment then.
Code: Select all
_log.warning("Npc not allowed in BuyList! BuyListId:" + val + " NpcId:" + getNpcId());
(General.properties)
Code: Select all
# Default: FalseCustomMultisellLoad = False
-
- Posts: 11
- Joined: Wed Jun 12, 2013 1:40 pm
Re: Cant find list id
thanks for the reply i set it on trueSt3eT wrote:For this is another msg:UnAfraid wrote: Read jurchiks's comment then.
If you use custom folder maybe u forgot allow this folder.Code: Select all
_log.warning("Npc not allowed in BuyList! BuyListId:" + val + " NpcId:" + getNpcId());
(General.properties)
Code: Select all
# Default: FalseCustomMultisellLoad = False
custum is true
so thats not it

- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: Cant find list id
Post your multisell on pastebin.
-
- Posts: 11
- Joined: Wed Jun 12, 2013 1:40 pm
Re: Cant find list id
http://pastebin.com/XA2g0HBKSt3eT wrote:Post your multisell on pastebin.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Cant find list id
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.
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
what u mean jurchiks can u explain what u ment?jurchiks wrote:Umm, you missed the beginning of the file...
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: Cant find list id
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 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.