Hi, and thanks again for your reply. I tried to remove the exclamation mark but the bot simply doesn't cast EB at all now regardless of in or out of combat. Gonna try removing the !UseOOCBuff && part completely and see if that works. Any ideas?
Thanks again for the help, it's appreciated and hope I get it working =)
Yeah, start by removing the UseOOC then, but you need to have something to make it trigger. But that might be enough.
Another thing you can try is use Hotbar.Contains() Instead of CombatBase.CanCast, but it's not the best way to get this done. Or you can also try making it look for a Buff that you do not have, so that it will keep casting.