• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Safe Storage Values?

mackerel

Well-Known Member
Joined
Apr 26, 2017
Messages
398
Solutions
18
Reaction score
74
Ive been doing some coding and came across weird bug when using storage 1003 (quest log has been updated) - that is the notification I get whenever I set myself this storage

So I was wondering what numbers I could use to make sure they are not used by default TFS and are pretty much safe to use, i.e. not used somewhere else

tfs 1.0
 
Solution
Ive been doing some coding and came across weird bug when using storage 1003 (quest log has been updated) - that is the notification I get whenever I set myself this storage

So I was wondering what numbers I could use to make sure they are not used by default TFS and are pretty much safe to use, i.e. not used somewhere else

tfs 1.0

You can find them here; forgottenserver/const.h at e70f7153128596ce870bb79cf5f1ae4159262291 · otland/forgottenserver · GitHub
Your datapack might also have storages that are reserved, so a tip is to do a folder serach in /data and see if you find anything related to storages.
Ive been doing some coding and came across weird bug when using storage 1003 (quest log has been updated) - that is the notification I get whenever I set myself this storage

So I was wondering what numbers I could use to make sure they are not used by default TFS and are pretty much safe to use, i.e. not used somewhere else

tfs 1.0

You can find them here; forgottenserver/const.h at e70f7153128596ce870bb79cf5f1ae4159262291 · otland/forgottenserver · GitHub
Your datapack might also have storages that are reserved, so a tip is to do a folder serach in /data and see if you find anything related to storages.
 
Solution
Back
Top