View Single Post
  #11  
Old 10-01-2015, 03:36 PM
Cilraaz
Sarnak
 
Join Date: Mar 2010
Posts: 77
Default

The AI_Process logic in bot.cpp calls CanThisClassDoubleAttack, which is a function in mob.cpp. For non-clients, that returns:

Code:
return(GetSkill(SkillDoubleAttack) > 0);
I'm not sure if '#bot showstats' shows skill values or not. That might be something to check.
Reply With Quote