commanded spell fixes. All should be working now minus depart

This commit is contained in:
nytmyr
2024-11-27 21:09:51 -06:00
parent 9279eaa767
commit cd3cd9ef1a
3 changed files with 46 additions and 44 deletions
-6
View File
@@ -403,12 +403,6 @@ void bot_command_cast(Client* c, const Seperator* sep)
continue;
}
/*
TODO bot rewrite -
FIX: Depart
Group Cures, Precombat
NEED TO CHECK: precombat
*/
if (bot_iter->GetBotStance() == Stance::Passive || bot_iter->GetHoldFlag() || bot_iter->GetAppearance() == eaDead || bot_iter->IsFeared() || bot_iter->IsSilenced() || bot_iter->IsAmnesiad() || bot_iter->GetHP() < 0) {
continue;
}