Post
by eq_freak » Tue Nov 11, 2003 11:49 am
Not sure if its easy to do but this is what I had in mind:
A Custom Target window, where below the Target, you had the Target's Target, showing the victims name/current hp in exactly the same way as the real target.
Ideally you would also be able to click the victims name and get him as new primary target(in the same way that you can click a groupmember, and get him as target).
Would be nice for clerics, paladins and assist healers and the like.
Implementation:
- The NameOfLastSuccessfulTargetHit field in ACTORINFO could be used to find the Target's Target.
- I dont know alot about UI details, so not sure if we would need another hook to implement the click on victim=sets new target part.
EDIT: Just occured to me that the "NameOfLastSuccessfulTargetHit" could possibly be corrupted by rampages/ripostes etc, so maybe this is not worth the effort implementing after all