Thread Tools Display Modes
08-26-19, 05:23 PM   #1
Drudatz
A Fallenroot Satyr
Join Date: Aug 2009
Posts: 20
BNGetFriendGameAccountInfo() and the data Retail gets from Classic

So I noticed this in classic beta and hoped it would be fixed in Classic live:

normaly BNGetFriendGameAccountInfo() gives you realmName AND realmID for you bnet buddies
but for classic toons you only get realmID as realmName is just empty (not even nil)

Anyone knows how to make this realmIDs into the realmNames?
for example realmID = 4454 is Mirage Raceway

SO is there any functions to get the names from the ID or a complete list of all realm and ids anywhere?
  Reply With Quote
08-26-19, 05:31 PM   #2
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Originally Posted by Drudatz View Post
SO is there any functions to get the names from the ID or a complete list of all realm and ids anywhere?

There is GetRealmID() and GetRealmName()

See also LibRealmInfo
  Reply With Quote
08-26-19, 06:08 PM   #3
Drudatz
A Fallenroot Satyr
Join Date: Aug 2009
Posts: 20
Originally Posted by Ketho View Post
There is GetRealmID() and GetRealmName()
Thanks for not reading my post
These function dont tell me which realmName realmID=4676 is my friend xyz plays on as these function only tell me the realm MY toon is on.

Originally Posted by Ketho View Post
See also LibRealmInfo
= useless doesnt containt ANY data about classic realms.


BNGetFriendGameAccountInfo for your buddy on a retail server = Quarz, BNET_CLIENT_WOW, Twisting Nether, 1048, horde, etc

BNGetFriendGameAccountInfo for your buddy on a CLASSIC server = Karl, BNET_CLIENT_WOW, , 4454, horde, etc

Last edited by Drudatz : 08-26-19 at 06:38 PM.
  Reply With Quote
08-26-19, 07:34 PM   #4
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,026
Where are your manners? I suppose LibRealmInfo should be updated for Classic servers
  Reply With Quote
09-02-19, 02:03 AM   #5
Drudatz
A Fallenroot Satyr
Join Date: Aug 2009
Posts: 20
As no one else started it here are some my friends play on:

Code:
Name			Type	Language	ID
=============================================
Ashbringer		PvP	English		4742
Bloodfang 		PvP	English		4746
Dreadmist		PvP	English		4
Dragonfang		PvP	English		4
Earthshaker		PvP	English		4
Firemaw			PvP	English		4
Flamelash		PvP	English		4706
Gandling		PvP	English		4
Gehennas		PvP	English		4
Golemagg		PvP	English		4
Hydraxian Waterlords	RP	English		4678
Judgement		PvP	English		4758
Mirage Raceway		Normal	English		4454
Mograine		PvP	English		4755
Nethergarde Keep	Normal	English		4
Noggenfogger		PvP	English		4
Pyrewood Village	Normal	English		4453
Razorgore		PvP	English		4
Shazzrah		PvP	English		4475
Skullflame		PvP	English		4743
Stonespine		PvP	English		4
Ten Storms		PvP	English		4
Zandalar Tribe		RP-PvP	English		4676

Amnennar		PvP	French		4
Auberdine		Normal	French		4
Finkle			PvP	French		4
Sulfuron		PvP	French		4

Everlook		Normal	German		4
Lucifron		PvP	German		4
Razorfen		Normal	German		4455
Patchwerk		PvP	German		4
Venoxis			PvP	German		4
Dragon’s Call		PvP	German		4
Lakeshire		Normal	German		4
Transcendence		PvP	German		4

??? (Chromie)		Normal	Russian		4
??? (Flamegor)		PvP	Russian		4
??? (Wyrmthalak)	PvP	Russian		4
??? (Rhok’delar)	PvP	Russian		4
will update when I get more data.

Last edited by Drudatz : 10-06-19 at 12:34 PM.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » BNGetFriendGameAccountInfo() and the data Retail gets from Classic

Thread Tools
Display Modes

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