Possible

If you have any problems or issues, post them here
Post Reply
Filou
Posts: 15
Joined: Fri Jun 11, 2010 2:14 am

Possible

Post by Filou »

i want more than 6000 in Attack and pick range but not running, is it possible to modify some file ?

1000 2000 3000 4000 5000 6000 7000 8000 instead of 500 increment ?
CorruptedSoul
Posts: 14
Joined: Tue Nov 29, 2011 2:49 am

Re: Possible

Post by CorruptedSoul »

Filou wrote:i want more than 6000 in Attack and pick range but not running, is it possible to modify some file ?

1000 2000 3000 4000 5000 6000 7000 8000 instead of 500 increment ?

Yes but you could just running mode and click follow char1


here is how you modifiy it extract the ai.ipf open lib

Code: Select all

var MIN_range = 500; MAX_range = 6000
Change that to a higher max then compile it back.
Post Reply