PDA

View Full Version : Display NPC level in Target Window?


ward3
07-10-2013, 12:08 AM
Howdy all,

Would it be possible to add your target's level to your Target Window? If so, where would I start looking?

Thanks for your time.

Drajor
07-10-2013, 08:02 AM
Not a tidy solution but without modifying the client you could append the mob's level to its name. Beyond that, afaik, you would probably need a custom UI and possible integration with /3rd party software/.

demonstar55
07-10-2013, 01:59 PM
Looking through the EQTypes listing on EQInterface the only level information the UI has access to is yours. If the server you use allows a certain 3rd party program, it should be rather easy to make a target window that has level of your target.

ward3
07-10-2013, 07:37 PM
Thanks for the responses.