Stendhal Database Structure: Difference between revisions
Jump to navigation
Jump to search
imported>Hendrik Brummermann No edit summary |
imported>Hendrik Brummermann No edit summary |
| (4 intermediate revisions by the same user not shown) | |
(No difference)
| |
Latest revision as of 03:41, 1 March 2010
Database
- Stendhal
Stendhal adds a number of table to the Marauroa Database Structure as you can see below.
The table character_stats, halloffame, npcs and kills are read by the website.
The table words is used by Stendhal's grammar package.
And finally itemlog keeps track of each items and how it is moved around in world. This is very similar to the general gameEvents table. The table itemid is used to assign each newly created item a unique id. There is a proposal to have an item table with one row per item instead of this counter table.
