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

Search for item inside a house, binary map map_store

Stellow

C++/C#/PHP/LUA
Joined
Oct 23, 2008
Messages
1,106
Reaction score
215
Location
Germany
GitHub
eubrunomiguel
Hello, how do I search for specific item if I am using binary saving method for houses? Table map_store, there are two coluns, house_id, and data (blob).
 
u mean in game (real time) or wat?
I want to select an item by id thru database.
Unblob/parse the data field and search in there. What have you tried to do already?
I tried to unblob it, coulnt read a file. Anyway, there is no command in databse to search for a information inside a blob file, isnt there?
 
I tried to unblob it, coulnt read a file. Anyway, there is no command in databse to search for a information inside a blob file, isnt there?
No, not really. Blob columns are meant to be manipulated solely by applications, not the database.
 
Back
Top