Ok, found out why the mobprogs weren't saving. easiset and most effective way to patch it is to copy this code: #if CONFIG_OASIS_MPROG GET_MPROG(OLC_MOB(d)) = OLC_MPROGL(d); GET_MPROG_TYPE(OLC_MOB(d)) = (OLC_MPROGL(d) ? OLC_MPROGL(d)->type : 0); while (OLC_MPROGL(d)) { GET_MPROG_TYPE(OLC_MOB(d)) |= OLC_MPROGL(d)->type; OLC_MPROGL(d) = OLC_MPROGL(d)->next; } #endif take it out of add_mobile in genmob.c and put it back in medit_save_internal right before this line: if (!i) /* Only renumber on new mobiles. */ basically when moving over to genmob both mprogl and mprog get dropped so this is the quickest way to fix it. Erik +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST