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

Can I check what storages I used?

Swiff

Member
Joined
Apr 6, 2009
Messages
366
Reaction score
12
Location
Sweden
As the title says, is there any way to see what storage values I have used without going through all scripts?
I have been working on a project for a long time and it would help me alot if I knew what storages I have alredy used.

From now on I am writing them down and puting notes to them..
 
Notepad++, CTRL + F, Search in files(?), Searching - "setStorageValue\(([a-z]+), ([0-9]+)" (without quotation), Specify the path (like c:\ots\data\actions\scripts\) and mark regular expressions then hit the search.
 
Search "setStorageValue\(([a-z]+), ([0-9]+)" (0 hits in 0 files)
c:\Wild\Data

same in \data\actions\scripts\other

replaced it with setPlayerStorageValue\(([a-z]+), ([0-9]+)

still 0 hits

just searched setPlayerStorageValue and I guess that's them, 152 hits
 
Last edited:
Did you turn regular expressions search mode on?
There is "Normal", "Extended" and "Regular Expressions". (Not sure if that is how it is named in the English translation.)
 
Back
Top