View Single Post
10-17-14, 03:30 PM   #64
Bringer
A Fallenroot Satyr
 
Bringer's Avatar
Join Date: Jul 2012
Posts: 26
n = tonumber(UnitGUID("Player","%d+")) -- yields ServerID.. spot checks indicated that Connected realms have same ServerID
a = n.."-"..GetRealmName() -- yields Unique RealmID key.. verified on 511 US+EU realms

add this to LibRealmInfo and you should have Region ID from RealmID.
  Reply With Quote