Jump to content

Sign in to follow this  
Mrpicc0lo

Retreive PlayerData from Redis

Recommended Posts

So i've been told that this is currently impossible to do.

Can anyone confirm that this is the case and if so, can expect to get this privilege as it seems strange that we can't access the data on our own servers?

Thanks in advance, Joel.

Share this post


Link to post
Share on other sites

You can access everything in the database with any number of redis interfaces.  I use: https://sourceforge.net/projects/redis-desktop-manager.mirror/ 

However, I think you'll discover that it's impossible to retreive player data from redis because it isn't there.  As far as I can tell redis holds the player ID and points to which server in the grid the player is on.  The actual player data (skills, level, height, weight, eye color, shoe size, etc) is stored in the server's world file.

I could be wrong.  And, if so, please someone correct me.

Share this post


Link to post
Share on other sites

I've mounted the data into SQLLite viewer as its format 3, however all the data is in blob format. How can this be easily converted, are there any tools?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...