Page 1 of 1

Multisell error !!

Posted: Tue Mar 09, 2010 10:14 pm
by jbtr
L2J Revision 3991
L2JDP Revision 7156\

Is any limitation to multisell numbers ? I have multisell files (700100xx.xml) and gameserver gives me this : [L2Multisell] can't find list with id: 100xx , somehow doesn't read the 3 first number "700" !!!!

Re: Multisell error !!

Posted: Tue Mar 09, 2010 10:17 pm
by rigid
just try with 6 digit
example : 7000001.xml or use any digit like 9000001.xml

Re: Multisell error !!

Posted: Tue Mar 09, 2010 10:22 pm
by jbtr
But before the update were working just fine !!!!

ps
7000000x.xml files gives me no errors !!!

Re: Multisell error !!

Posted: Tue Mar 09, 2010 10:40 pm
by jbtr
i change my multisell files to 6 digits but still the same problem !!!

Re: Multisell error !!

Posted: Tue Mar 09, 2010 11:24 pm
by wasabi2k
it could be that you have an incorrect call to the multisell somewhere which gives that error....
maybe if there is more about the error i could help you properly.

Meaglin

Re: Multisell error !!

Posted: Wed Mar 10, 2010 12:28 am
by jbtr
this is my problem :
Image

I even change the numbers to 6 digits but the results was the same !!!!

Re: Multisell error !!

Posted: Wed Mar 10, 2010 5:36 am
by janiii
i dont see an error in the server code. it reads all .xml files in the multisell directory and makes a list of it setting it the id of the file. no stripping, no substring or whatever.

ok, but i know your error :P

you have to write the multisell bypass with small m, like multisell . else it thinks you have exc_multisell and it strips more chars from the command.

Code: Select all

npc_%objectId%_[b]m[/b]ultisell

Re: Multisell error !!

Posted: Wed Mar 10, 2010 5:46 am
by rigid

Code: Select all

<button value="Example" action="bypass -h npc_%objectId%_multisell 60005" width=136 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br>
try make multisell 60005.xml :D
just try, if success you can explore them

Re: Multisell error !!

Posted: Wed Mar 10, 2010 6:00 am
by janiii
rigid wrote:

Code: Select all

<button value="Example" action="bypass -h npc_%objectId%_multisell 60005" width=136 height=21 back="L2UI_ct1.button_df" fore="L2UI_ct1.button_df"><br>
try make multisell 60005.xml :D
just try, if success you can explore them
his problem is in the capital letter M in the multisell bypass, not in the actuall xml file name or multisell id. read my post before your post.

Re: Multisell error !!

Posted: Wed Mar 10, 2010 2:16 pm
by jbtr
Yep, changing M to m works fine !!! (I saw similar fix in datapack changeset 7161).

THANK YOU !!!!