elao
Active Member
- Joined
- Mar 21, 2025
- Messages
- 31
- Reaction score
- 36
It seems that it's not working for clients < 8.0.I don't think that this library was heavily tested.
I think you should report it here Inconcessus/OTBM2JSON (https://github.com/Inconcessus/OTBM2JSON/issues) or fix it yourself, if you know JS and then make PR.
Can you post your .otbm and client version? Maybe it's just not compatible with that tool.

I created one for 7.4, the attribute count was not created on the .json file. These are the versions:
JSON:
"itemsMajorVersion": 1,
"itemsMinorVersion": 1,
One for 7.6, the attribute count was not created on the .json file. These are the versions:
JSON:
"itemsMajorVersion": 1,
"itemsMinorVersion": 3,

One for 8.0, the attribute count was created on the .json file. These are the versions:
JSON:
"itemsMajorVersion": 2,
"itemsMinorVersion": 7,
One for 8.1, the attribute count was created on the .json file. These are the versions:
JSON:
"itemsMajorVersion": 2,
"itemsMinorVersion": 8,
So I guess
itemsMajorVersion: 1 is saving the attributes on a different bytes order?