View Single Post
  #5  
Old 09-28-2015, 12:25 AM
Nightrider84's Avatar
Nightrider84
Discordant
 
Join Date: Aug 2010
Location: Colorado
Posts: 410
Default

This is the code for the bot.cpp

case 10: // Ogre
switch(GetClass()) {
case 1: // Warrior
case 5: // Shadowknight
case 6: // Druid
case 10: // Shaman
case 15: // Beastlord
case 16: // Berserker
Result = true;
break;
}

As you can see the only change to it was, case 6: // Druid
About 3 or 4 months ago this issue wasn't occuring. Iv'e had this change implemented for awhile now. Maybe it was working somehow before and something changed to cause it to go haywire. I'll hafto experiment with other bots to make sure its the only one effected by the issue. ofcourse the problem could be because they are bots and hate any kind of change whatsoever
Reply With Quote