View Single Post
Old 02-28-2007, 05:58 PM   #14 (permalink)
Malaperth
Master of the Internet
 
Join Date: Oct 2005
Age: 45
Posts: 6,283
Default

Well, from just a quick look at BaseCreature, I found this:

Code:
		public BaseCreature(AIType ai,
			FightMode mode,
			int iRangePerception,
			int iRangeFight,
			double dActiveSpeed, 
			double dPassiveSpeed)
which leads to this:

Code:
			SpeedInfo.GetSpeeds( this, ref dActiveSpeed, ref dPassiveSpeed );
__________________
Why is it that I'm never as smart as I thought I was yesterday?
My vast knowledge is only surpassed by my infinite ignorance.
<TheOutkastDev> i might have to hire an assassin to killl mal so that i can jump in front of the bullet and piss on him
Malaperth is offline   Reply With Quote