View Single Post
08-06-12, 04:47 PM   #199
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Anyone on the US forums able to do a request for me?
It's the following:

Allow us to be able to retrieve information about a player's standing with an NPC without currently talking to them.

This could be implemented by using the id of the said NPC as the first argument in GetFriendshipReputation(), like this: GetFriendshipReputation(id).
Would open up for add-ons to track an player's standing with each NPC at any time, without beeing in a conversation with them.
Also, for ease-of-access if you consider this, add the NPC's name as a return from that function.

The way I'd do it right now is to get a database of each and every NPC that has reputation available, then update it whenever the player talks to them. This is not a good way of countering this "issue".

Last edited by p3lim : 08-06-12 at 07:24 PM.