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

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

cbrm

Retired scripter
Staff member
Global Moderator
Joined
Jan 6, 2009
Messages
6,599
Solutions
3
Reaction score
971
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