There is a brief period when a mob dies where it will still be in the xtar auto-hater list, and can be detected with ${Me.XTarget[${n}].Dead}. This has caused my macros to behave in unexpected ways when I need to access ${Me.XTarget[${n}].PctAggro}, and I am wondering if it would make sense for MQ to remove auto-hater npcs from the xtar object the moment they are dead. Currently I am having to create a wrapper around the xtar object that takes care of this for my purposes, but its not the cleanest solution.
This issue may also apply to spawn searches where xtarhater filter is used, and it might be picking up npcs that have already died as well. I will test that and report back.
Update: xtarhater filtered spawn searches dont pick up dead mobs as long as you use the npc filter also, IE ${Spawn[npc xtarhater]}.

