View Single Post
09-04-11, 11:14 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
Try VARIABLES_LOADED just in case the Battlenet stuff is in its own WoW Addon folder. Or even BN_SELF_ONLINE which I suspect happens when you connect to battlenet.

There also seems to be a function that you can try FriendsFrame_CheckBattlenetStatus() that may return a value. FriendsFrame also uses event BN_CONNECTED.

FriendsFrame EventRoutine
elseif ( event == "PLAYER_ENTERING_WORLD" or event == "BN_CONNECTED" or event == "BN_DISCONNECTED" or event == "BN_SELF_ONLINE" ) then FriendsFrame_CheckBattlenetStatus();
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818

Last edited by Xrystal : 09-04-11 at 11:22 AM.
  Reply With Quote