Thread: Hooker
View Single Post
Old 06-11-2004, 02:54 AM   #8 (permalink)
bean56
Forum Expert
 
Join Date: Jun 2003
Location: around
Posts: 1,376
Send a message via ICQ to bean56 Send a message via AIM to bean56
Default

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.
bean56 is offline   Reply With Quote