dotd-2.3.7/area/
dotd-2.3.7/clans/
dotd-2.3.7/classes/
dotd-2.3.7/councils/
dotd-2.3.7/deity/
dotd-2.3.7/dict/
dotd-2.3.7/doc/mudprogs/
dotd-2.3.7/player/a/
dotd-2.3.7/player/g/
Oblivion 1.2 Intermud-3
-----------------------

In i3cfg.h, in the #ifdef I3ROM section:

Find:
   #define CH_TITLE(ch) 	((ch)->pcdata->title)
Replace with:
   #define CH_TITLE(ch) 	( "" )

Find:
   #define CH_RANK(ch)          (title_table[(ch)->class][(ch)->level][(ch)->sex == SEX_FEMALE ? 1 : 0])
Replace with:
   #define CH_RANK(ch)     (class_table[(ch)->class].who_name)