for a little improvment add
Code:
int newX = m_From.X + 1;
int newY = m_From.Y - 1;
Point3D spot = new Point3D( newX, newY, m_Mobile.Z );
m_Mobile.SetLocation( spot ,true );
m_From.Animate( 12, 5, 2, true, true, 0 );
m_Mobile.Animate( 11, 5, 2, true, true, 0 );
under
Misc.Titles.AwardFame( m_From, 10, true ); in the
basewhore.cs