I don't have skype set up :/
How old is your source code?
The inventory save code uses an 'INSERT' to save the inventory..so, those errors tell me that something already occupies the slots
that are attempted to be saved at.
A character save failure 'might' be returning the previous characters ID..but, I don't know that much about queries...
You might check to ensure that the character being made is indeed the one at that index (33.)
ref:
https://github.com/EQEmu/Server/blob...abase.cpp#L704
EDIT: Someone else more knowledge about the character creation process may have more insight
