-
Notifications
You must be signed in to change notification settings - Fork 5
saved_character DB table
Stanislav Kozlovski edited this page Oct 1, 2016
·
1 revision
The saved_character table in the database is used to store information about a character we've saved and holds the following information:
- Name - the name of the character.
- class - the class of the character.
- level - the level of the character.
- loaded_scripts_ID - the ID in the saved_character_loaded_scripts table associated with this character.
- killed_monsters_ID - the ID in the saved_character_killed_monsters table associated with this character.
- completed_quests_ID - the ID in the saved_character_completed_quests table associated with this character.
- inventory_ID - the ID in the saved_character_inventory table associated with this character.
- gold - the amount of gold the character has.