View Single Post
  #2  
Old 01-31-2015, 02:25 AM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

Quote:
Originally Posted by Aristoxenus View Post
Currently attack_delay for mercs is not being set in the code. To fix it you can find the line in merc.cpp that says:
attack_speed = npc_type->attack_speed;
and insert a line under it that says
attack_delay = 36 + 36 * (npc_type->attack_speed / 100);
Lies! this was fixed sometime yesterday.
Reply With Quote