Multisell error !!

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
Post Reply
jbtr
Posts: 6
Joined: Tue Feb 23, 2010 7:47 pm

Multisell error !!

Post 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" !!!!
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Re: Multisell error !!

Post by rigid »

just try with 6 digit
example : 7000001.xml or use any digit like 9000001.xml
jbtr
Posts: 6
Joined: Tue Feb 23, 2010 7:47 pm

Re: Multisell error !!

Post by jbtr »

But before the update were working just fine !!!!

ps
7000000x.xml files gives me no errors !!!
jbtr
Posts: 6
Joined: Tue Feb 23, 2010 7:47 pm

Re: Multisell error !!

Post by jbtr »

i change my multisell files to 6 digits but still the same problem !!!
wasabi2k
Posts: 110
Joined: Sun Oct 08, 2006 4:22 pm

Re: Multisell error !!

Post 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
jbtr
Posts: 6
Joined: Tue Feb 23, 2010 7:47 pm

Re: Multisell error !!

Post by jbtr »

this is my problem :
Image

I even change the numbers to 6 digits but the results was the same !!!!
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Multisell error !!

Post 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
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Re: Multisell error !!

Post 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
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Multisell error !!

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
jbtr
Posts: 6
Joined: Tue Feb 23, 2010 7:47 pm

Re: Multisell error !!

Post by jbtr »

Yep, changing M to m works fine !!! (I saw similar fix in datapack changeset 7161).

THANK YOU !!!!
Post Reply