06-11-2004, 02:54 AM
|
#8 (permalink)
|
|
Forum Expert
Join Date: Jun 2003
Location: around
Posts: 1,376
|
Quote:
|
Originally Posted by dubayou
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
|
I think you should explain what that does.
|
|
|