View Single Post
  #1  
Old 02-11-2014, 01:08 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default Bots compile has a lot of errors

Buddy of mine was trying to compile bots.. and told me there were a lot of errors, so I tested it myself and it was also broken.

This commit has broken code in it :(

https://github.com/EQEmu/Server/comm...a120b82f59212f


There are a lot of undefined errors for "botlevel" and "botclass" in the focus effects... I also don't see any code for "GetBotFocusIncoming"

From bot.cpp
Code:
chance += target->GetBotFocusIncoming(BotfocusFcHealPctCritIncoming, SE_FcHealPctCritIncoming, this, spell_id);
Reply With Quote