In the properties file if I set the update interval to a lower value,it still acts the same (to me).
Code: Select all
# Interval (in miliseconds) in which the knownlist does full updates.# For move based updates its used for intermediate updates.# WARNING!# Useful interval is between 300 - 2000. Too small value may kill your CPU, too high value may not update knownlists properly. The default value is chosen experimentally.# Default: 1250KnownListUpdateInterval = 1250
I also tried setting the attention to
Code: Select all
getActiveChar().getAI().setIntention(CtrlIntention.AI_INTENTION_ATTACK, player);
Code: Select all
getActiveChar().getAI().setIntention(CtrlIntention.AI_INTENTION_ACTIVE, null);
Thanks in advance.