Thread Tools Display Modes
12-13-11, 04:21 AM   #1
tobindax
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Feb 2011
Posts: 53
Is there an addon that can check the stats of other characters?

If not, can it be made with the API that is available?

I want something like RaidBuffStatus but to check if people are under hit cap.
  Reply With Quote
12-13-11, 04:28 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Examiner, or any other advanced inspection addon, should be able to show you the stats of the character you are inspecting. You'd have to manually inspect everyone and look at their hit rating, though, as I don't know of any inspection addon that will alert you if an inspected character's value for some stat is below some threshold.
  Reply With Quote
12-13-11, 05:14 PM   #3
SDPhantom
A Pyroguard Emberseer
 
SDPhantom's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 2,324
It is possible for an addon to inspect someone automaticly. I have a private one that does such and stores an inspection cache for party/raid members as well as target and focus that has an expiration time of 60 seconds. It caches data based on GUID when NotifyInspect() fires the INSPECT_READY event. Note this is the direct API function that InspectUnit() calls. Bypassing InspectUnit() allows an addon to quietly inspect others without the InspectUI poping up.
__________________
WoWInterface AddOns
"All I want is a pretty girl, a decent meal, and the right to shoot lightning at fools."
-Anders (Dragon Age: Origins - Awakening)
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Is there an addon that can check the stats of other characters?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off