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" !!!!
Multisell error !!
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
Re: Multisell error !!
just try with 6 digit
example : 7000001.xml or use any digit like 9000001.xml
example : 7000001.xml or use any digit like 9000001.xml
-
- Posts: 6
- Joined: Tue Feb 23, 2010 7:47 pm
Re: Multisell error !!
But before the update were working just fine !!!!
ps
7000000x.xml files gives me no errors !!!
ps
7000000x.xml files gives me no errors !!!
-
- Posts: 6
- Joined: Tue Feb 23, 2010 7:47 pm
Re: Multisell error !!
i change my multisell files to 6 digits but still the same problem !!!
-
- Posts: 110
- Joined: Sun Oct 08, 2006 4:22 pm
Re: Multisell error !!
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
maybe if there is more about the error i could help you properly.
Meaglin
Wasabi2k a.k.a. Meaglin.
Support my work:
Skills Documentation(wiki)
Custom NpcSkills Table( [4000] commited! )
Simple Bugfix
Conditions Cleanup
Community Board Cleanup
Support my work:
Skills Documentation(wiki)
Custom NpcSkills Table( [4000] commited! )
Simple Bugfix
Conditions Cleanup
Community Board Cleanup
-
- Posts: 6
- Joined: Tue Feb 23, 2010 7:47 pm
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Multisell error !!
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
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.
ok, but i know your error

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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 175
- Joined: Thu Dec 17, 2009 7:20 am
Re: Multisell error !!
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>

just try, if success you can explore them
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Multisell error !!
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.rigid wrote:try make multisell 60005.xmlCode: 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>
just try, if success you can explore them
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 6
- Joined: Tue Feb 23, 2010 7:47 pm
Re: Multisell error !!
Yep, changing M to m works fine !!! (I saw similar fix in datapack changeset 7161).
THANK YOU !!!!
THANK YOU !!!!