View Single Post
  #3  
Old 04-23-2002, 03:48 AM
Waeric
Fire Beetle
 
Join Date: Apr 2002
Posts: 18
Default

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
Reply With Quote