2 Similiar ideas, not sure how feasible they are, but I think they would be interesting and useful.
Monster TP tracker. Keep track of how much tp the mob has.
2 possible approaches: maybe you can find it in a packet to read... but not likely.
harder method would be trying to calculate it from parsed data.
2nd idea is the an Enmity table. Either a measurement for current player what their enmity on mob is, or even better would be for whole party.
Same calculation problems as the previous one I suspect, but curious if anyone interested or has insight into what it would need to make it ...