View Single Post
Old 11-15-12, 01:13 AM   #7
Xrystal
nUI User and Supporter
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,027
I see. Well, theoretically, it should be possible to do something similar to my chat plugins where you tell it which messages to utilise. Assuming of course the Pet Battle stuff are chat messages of a set type.

Aha, well look like there is a special Pet Battle Log.

Code:
if ( FCFManager_GetNumDedicatedFrames("PET_BATTLE_COMBAT_LOG") == 0 ) then 
     FCF_OpenTemporaryWindow("PET_BATTLE_COMBAT_LOG");
end
but not sure how it is utilised yet.
__________________




Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
Version 5.07.27 contains the latest bugfixes.
The thread http://www.wowinterface.com/forums/s...t.php?p=267112 makes an adjustment missed off of the patch update.
Xrystal is offline   Reply With Quote