Page 1 of 1

Entangled roots question

Posted: Thu Nov 17, 2005 7:43 pm
by Daver
Could nt find this in a search Lazarus so here goes...

How do I change roots From 10 secs to 3 seconds when they drop there weapon?

Thx,
DAver

Posted: Thu Nov 17, 2005 8:22 pm
by Avanderik
Go into ultimates.ini and find this line
[small]
public searchtarget(parm[2]){
[/small]

find [small]waitparm[1]=100[/small] within that function and change it to 30 instead of 100. Recompile and you are done

Posted: Thu Nov 17, 2005 11:45 pm
by Daver
Thx Avenderik,
Ill give that a try...

Daver