The Leto application reads a field called 'PortraitId' from the gff file structure, and this is an int value.Somehow it translates that into a string that represents the filename of the png / jpg portrait.
Does anyone know the process it follows?
Is the Portrait ID a String from the tlk table?
I am working on a website that uses the .Net Entity Framework, and I have made it possible for players to modify their server vault from a web application, and eventually they will be able to view their inventories online, and participate in an online auction house style system.
If someone can help me get the portrait string from the int value, it would allow me to add the characters portrait to the table on the right.