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

Storage Values

ntmr

hi!
Senator
Joined
Jul 7, 2007
Messages
1,835
Reaction score
15
Location
Santa Catarina, Brazil
Hello :)

I'm making a VIP system that uses storagevalues to get who is VIP and who not.

My question is that:
What is the range of storage keys that can I use without problems (conflict with quests, etc.)?

I'm using The Forgotten Server.
 
Last edited:
Because with storage values I can add the VIP time that a player have...

ex: INSERT INTO otserv.storagevalues VALUES ($playerid , $vipstoragekey, $vipdays)

And I have a php system that discount 1 vipday daily...
 
Back
Top