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

[SQL] Is there any way to read the conditions BLOB from db?

hodleo

Formerly cbrm -Crypto enthusiast, Retired scripter
Staff member
Global Moderator
Joined
Jan 6, 2009
Messages
6,598
Solutions
3
Reaction score
955
Location
Caribbean Sea
Well, you know the conditions of the player (e.g. Poisoned, Peaced, Burned, Dazzled, Hasted, etc) are stored as a BLOB(binary) in the SQL database.
I can't read it simply just with 'SELECT conditions...etc', as it should return a table or array.

Is there any way possibly to do that? I want to script something in PHP.
 
Last edited:
Back
Top Bottom