View Single Post
  #9  
Old 03-03-2015, 11:04 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

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
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote