As Hogie once said unto me, "You must remove all thy escape characters".
What I did was looked at how the emu source saved back into characters. I noticed an function that put the full string back in (blob is just a binary string). That function linked to another function in the mysql code. You need to find that and mimic it. Or just use it =)
-Waeric
:: Edit:
Also create or utilize the PlayerProfile and Item Structures in eq_packet_struct.h
|