• 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!

Special Storage

Ovnyx

Member
Joined
Jul 25, 2017
Messages
163
Solutions
2
Reaction score
7
hi , im pretty sure there was a lua tutorial about storages and special storages, as i remember source code has to be modified and recompiled to put special storage working on the tfs, but im searching and i cant find it, can any one point me to this post or something similar?
thanks in advice :D

PD: im sure because i had an old lua script with a pet system i was working on and i was using:
Code:
local pet = player:getSpecialStorage("PET")
 
Solution
hi , im pretty sure there was a lua tutorial about storages and special storages, as i remember source code has to be modified and recompiled to put special storage working on the tfs, but im searching and i cant find it, can any one point me to this post or something similar?
thanks in advice :D

PD: im sure because i had an old lua script with a pet system i was working on and i was using:
Code:
local pet = player:getSpecialStorage("PET")
[LIB] Storing Information (Items and Players) TFS 1.2 (https://otland.net/threads/lib-storing-information-items-and-players-tfs-1-2.241873/)
hi , im pretty sure there was a lua tutorial about storages and special storages, as i remember source code has to be modified and recompiled to put special storage working on the tfs, but im searching and i cant find it, can any one point me to this post or something similar?
thanks in advice :D

PD: im sure because i had an old lua script with a pet system i was working on and i was using:
Code:
local pet = player:getSpecialStorage("PET")
[LIB] Storing Information (Items and Players) TFS 1.2 (https://otland.net/threads/lib-storing-information-items-and-players-tfs-1-2.241873/)
 
Solution
Back
Top