Skip to content

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:

  1. Name - the name of the character.
  2. class - the class of the character.
  3. level - the level of the character.
  4. loaded_scripts_ID - the ID in the saved_character_loaded_scripts table associated with this character.
  5. killed_monsters_ID - the ID in the saved_character_killed_monsters table associated with this character.
  6. completed_quests_ID - the ID in the saved_character_completed_quests table associated with this character.
  7. inventory_ID - the ID in the saved_character_inventory table associated with this character.
  8. gold - the amount of gold the character has.

Clone this wiki locally