quick question,
- any particular reason why the initial default db is a little bit scattered and all mixed up?
pretty much you will see all the game db persistent stuff in "objstore" table.
instead of organized ie:
character avatar table, npc table, inventory table, etc.....
pretty much all is stored in one table which is a real mess imo.
- Also, is there any docs on wiki about the schematics of the db? so i can learn more about it and try to organize it, or where shall i look in source code to see how it is the db built so i can try to mod?