View Single Post
07-22-15, 08:29 AM   #82
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
I'm kinda confused now about all the mentioned methods. I basically just want to differentiate the same character-realm profile keys for each regions. So can i safely use the
Lua Code:
  1. local guid = UnitGUID("player")
  2. local realmid = string.match(guid, "^Player%-(%d+)")
method, and store the keys in character-realm-realmid format?
  Reply With Quote