Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.
Phanx edited this page Sep 26, 2016 · 4 revisions

LibRealmInfo is a World of Warcraft addon library to provide information about realms. Use it through LibStub:

 lib = LibStub("LibRealmInfo")

See also:

The following API methods are available:

Finding realm IDs in WoW 6.x

In WoW 6.x (Warlords of Draenor) realm IDs can be obtained directly from GUIDs for all player units:

_, realmID = strsplit(":", UnitGUID("player"))

Note that in 6.x the GUID format will change depending on the unit type; the above example will only work for player units. See this WoWI thread for more information.

Clone this wiki locally