View Single Post
  #6  
Unread 04-27-2006, 07:52 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

You'll notice the "Inspect Player" window does not dynamically update as the targeted player changes buffs/gear. That's because all the data suplied to that window is only recieved when the player is first inspected. In other words, the Inspect Window is a snap shot of the player, useless for getting up to the second stats.

It might be possible to cludge something up if there were a slash command for inspecting players, but I don't recall there being one.

It might be possible to cludge something up based on the tooltip info of debuffs in the Target window, but this would require testing every debuff icon for a specific list of tooltip values when they are shown. Possible but could cause exsessive lag.
Reply With Quote