|
Fimbulwinter Project
Pre-Alpha
An Ragnarok Online Emulator
|
#include <AccountDB.h>
Account Class.
General Information about accounts
| account_id | The Account ID |
| userid | The User Login |
| user_pass | User Password (Size: 23+1 plaintext, 32+1 MD5) |
| sex | User Gender |
| User Email | |
| level | GM Level |
| state | Account State (packet 0x006a value + 1 (0: compte OK)) |
| unban_time | (timestamp): ban time limit of the account (0 = no ban) |
| expiration_time | (timestamp): validity limit of the account (0 = unlimited) |
| logincount | Number of successful login attempts |
| lastlogin | Last Login date |
| last_ip | Last Login IP |
| birthdate | assigned birth date (format: YYYY-MM-DD, default: 0000-00-00) |
1.7.6.1