View Single Post
  #1  
Old 11-27-2016, 11:29 AM
Meddera
Sarnak
 
Join Date: Nov 2016
Posts: 28
Default

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.
Reply With Quote