Thread Tools Display Modes
11-08-12, 04:06 PM   #1
blademage727
A Fallenroot Satyr
 
blademage727's Avatar
Join Date: Oct 2005
Posts: 23
InfoPanel support for PetBattleMaster addon

Hi, I was wondering if anyone would be up for creating an InfoPanel plugin for supporting the PetBattleMaster addon (http://www.curse.com/addons/wow/petbattlemaster). I'm not really familiar with the coding for nUI's InfoPanel, otherwise I'd try to do it myself. If no one is up for it though, I'll probably give it a go anyways; I just thought I'd ask first to see.
 
11-08-12, 05:35 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 6,007
It's pretty simple to do. Take a look at hmm .. lets say .. trying to think of one of my simpler ones haha .. maybe the decursive one. I think I made that easy to convert into a new one.

Once you master making an infopanel for one addon you can usually tell if its possible for other ones due to limitations.
__________________


All Level 70 Characters:
Demon Warlock
Resto Druid
Disc Priest
Resto Shaman
Survival Hunter
Augment Evoker
Frost Mage
Vengence Demon Hunter
Rogue ( was subtlety )

Brewmaster Monk (TR)
Prot Paladin (TR)
Blood Death Knight ( TR)

As you can see I am missing a warrior

And .. I don't have all the allied races covered. Time Runner time when it happens again

 
11-11-12, 09:02 PM   #3
blademage727
A Fallenroot Satyr
 
blademage727's Avatar
Join Date: Oct 2005
Posts: 23
Okay, well I'll give it a shot. Also, do you know if it be possible to make a plugin that would put the Pet Battle Combat Log chat tab with the regular Combat Chat one in the infopanel? Or would it need to be done as it's own 'page'?
 
11-12-12, 02:36 PM   #4
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 6,007
I would assume by default it would be in with the combat log itself.
__________________


All Level 70 Characters:
Demon Warlock
Resto Druid
Disc Priest
Resto Shaman
Survival Hunter
Augment Evoker
Frost Mage
Vengence Demon Hunter
Rogue ( was subtlety )

Brewmaster Monk (TR)
Prot Paladin (TR)
Blood Death Knight ( TR)

As you can see I am missing a warrior

And .. I don't have all the allied races covered. Time Runner time when it happens again

 
11-12-12, 11:14 PM   #5
blademage727
A Fallenroot Satyr
 
blademage727's Avatar
Join Date: Oct 2005
Posts: 23
It's not. It has it's own separate chat window, which shows up as the last tab on the left side with the normal chats. At least that's how it is for me. =S I'll post a pic when I get a chance.
 
11-14-12, 08:01 PM   #6
blademage727
A Fallenroot Satyr
 
blademage727's Avatar
Join Date: Oct 2005
Posts: 23
Here's that screenshot I mentioned. As you can see, the pet battle log is on the left side with the normal chats.
Attached Images
File Type: jpg WoWScrnShot_100712_022028.jpg (735.1 KB, 826 views)
 
11-15-12, 02:13 AM   #7
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 6,007
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.
__________________


All Level 70 Characters:
Demon Warlock
Resto Druid
Disc Priest
Resto Shaman
Survival Hunter
Augment Evoker
Frost Mage
Vengence Demon Hunter
Rogue ( was subtlety )

Brewmaster Monk (TR)
Prot Paladin (TR)
Blood Death Knight ( TR)

As you can see I am missing a warrior

And .. I don't have all the allied races covered. Time Runner time when it happens again

 
 

WoWInterface » Featured Projects » nUI, MozzFullWorldMap and PartySpotter » Support » nUI: Suggestion Box » InfoPanel support for PetBattleMaster addon


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off