What does 7th argument is must number error means?

I use the tool mergeidnum.bat to convert my idnum into iteminfo
but after it i'm getting this 7th argument is must number error.

i've attached my iteminfo.lub

View attachment 4959
Which Client are you using?

If you notice, theres client_year variable on top, change that.

 
hello, its seems that when my spritefile name has "_" in the converted iteminfo it's translated into space. is it normal? or there is a settings also for that?
There's file settings.lua, change

convert_display_tag = true

To false and run the mergeidnum again.

Also, I guess it should only change display name and not sprite? Can you confirm again if it replace _ with space in sprite name?

 
Also if you include item_db.conf and the item slot is "0" the result become:

Code:
slotCount = ,
 
Back
Top