View Single Post
  #7  
Old 01-30-2015, 11:16 PM
Aristoxenus
Fire Beetle
 
Join Date: Apr 2006
Posts: 5
Default

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);
Reply With Quote