NatedogEZ
02-11-2014, 01:08 AM
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/commit/ce4f4995b50aed36dc483dd863a120b82f59212f
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
chance += target->GetBotFocusIncoming(BotfocusFcHealPctCritIncoming, SE_FcHealPctCritIncoming, this, spell_id);
This commit has broken code in it :(
https://github.com/EQEmu/Server/commit/ce4f4995b50aed36dc483dd863a120b82f59212f
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
chance += target->GetBotFocusIncoming(BotfocusFcHealPctCritIncoming, SE_FcHealPctCritIncoming, this, spell_id);