View Single Post
09/28/14, 07:38 PM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by skobyjay View Post
is there a way to display a persons information? such as the Location, Level, Alliance and other player specific information just by passing a "character name" ?
No, it's not possible to get such information from character name.

You can get this kind of information only if that person has unitTag, i.e. if it is player himself ("player"), target ("target", "reticleoverplayer") or group member ("group<num>").

As for the character name - you can build lookup table for friends and guild members, you can get the same information as in friend list/guild roster. I don't think that there is much more you can do. Maybe you can store some information for all "reticleoverplayer" and group members you have met, but it probably won't be helpful.
  Reply With Quote