Log in

View Full Version : Location of character information in database


valaerosilantix
04-25-2004, 11:55 PM
When a new character is made, part of the information is stored in the character_ table but not the attribute numbers nor the race/class number. where can I find that information in the database?


(Im trying to allow the possiblilitty of things like Ogre Mage as a player by changing the info in the database directly)

valaerosilantix
04-26-2004, 12:09 AM
errf I may have found it.. however its editing hex itself lol anone got a mapping of where different things are located in the profile blob under character_

valaerosilantix
04-26-2004, 12:34 AM
and if no one has a mapping Ill supply one when Im done :/ already found race, class, gender, and attribute areas

animepimp
04-26-2004, 01:52 AM
The format of the blob is largely know by the server. Just look at the code where it reads it in from the DB as a struct and that strut tells you how its formatted.