Thread: Hooker
View Single Post
Old 06-10-2004, 10:13 PM   #5 (permalink)
dubayou
 
Join Date: Dec 2003
Location: DUBAyou.com
Posts: 61
Default

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