View Single Post
  #21  
Old 12-06-2016, 10:07 AM
werebat's Avatar
werebat
Hill Giant
 
Join Date: Oct 2010
Posts: 143
Default

Quote:
Originally Posted by Meddera View Post
I found this entry in the detail you sent to me

atCombatRange = true;
} else if(IsBotCaster() && GetLevel() > 12) {
if(IsBotCasterCombatRange(GetTarget()))
atCombatRange = true;

There could be more to it than that obviously but this was just me doing a quick run through of the code. Problem is I don't knew where bot.cpp is on my system or what I need to do to actually make changes to it.
Build from source and you can change the 12 to whatever you prefer. I did it and it worked fine.
Reply With Quote