Mysql database for storing player data from quest? HELP!

11/08/2013 15:05 TraxWall#1
Hello

How do you solve quest that is stored in the mysql things you want?

as

player position ( "..pc.get_map_index().." )
player name ( "..pc.getname().."
Player IDs ( ".. pc.get_player_id() .." )
player when you came in (".. os.date ('% Y-% m-% d% H%% M:% S') ..")
player's level ( "..pc.get_level().." )
player job

and just keeping them in the field.

Thank you.


UP! HELP!