View Single Post
02-25-19, 07:01 AM   #3
bsmorgan
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 219
Unfortunately, this function applies to two units that are online. I'm looking for a function that can give me this relationship for two characters that are on the same account and therefore cannot be online at the same time.

RealmRelationship(realm) could return the same values as UnitRealmRelationship and I'd be a happy camper.

I can capture the realm and the name of each character (and even the GUID) when it is online along with the information about the character's crafting needs. When that character is offline, I need to know if its realm is connected to the one the currently online character is on.

I don't understand why Blizzard wants to keep the list of connected realms a secret. It is not really a secret as addons like CensusPlus figure it out. I'd be happy with an ACE3 library that provides the list. What I don't want to do is force the owner of the account to manually enter the information (and I really don't want to maintain that information manually myself).
  Reply With Quote