stormpunk wrote:
I missed something too, you'd have to change in db.c and db.h (or wherever you like to keep yours)Yep, merc.h struct buf_type sh_int size; // size in k change that to a long instead of a short
#define MAX_MEM_LIST and add some new values to const int rgSizeList [MAX_MEM_LIST]otherwise you won't be able to allocate the extra memory needed for the extra-long strings.

