Hi mastahg, do you have recommendations for detecting very fast or literally instant cast spells used by NPCs? I've been
polling for casts by iterating GameObjectManager, but that doesn't work when the cast time is actually zero. ACT can prove these exist in real time, but I think they have a different mechanism for reading casts than we do in RB's public API. Knowing about instant casts would be helpful for tracking specific sequences during complex fights where you need to wait for something to happen before responding (which may or may not damage or even target you in any way).