• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

cannot create items from id 30001 to 30100

Marko999x

999x era
Premium User
Joined
Dec 14, 2017
Messages
2,826
Solutions
82
Reaction score
1,948
Location
Germany
heyo
as the title says
I cannot create any item from 30001 to 30100
what im doing wrong?
im using tfs 1.3
thanks
 
Someone else pointed it out earlier in the thread, I just skipped over it. Though it’s probably a good idea to open a PR to remove those lines since the IDs were already changed.
I think I forgot to remove this check, when pushing the other change lol
 
yeah, changes in sources always need compiling to apply

max itemId is 65535 btw
if we ever wanted to go beyond that cap, we'd have to readjust every single tool and format (rme, otbm, otb, client, server, spr, dat and probably more) because they all store itemId as 16 bits
 
Back
Top