Thread Tools Display Modes
06-18-08, 02:32 AM   #1
ZikO
An Aku'mai Servant
Join Date: Jun 2008
Posts: 36
Pitbull - TAGs don't seem to work for me :///

Hi

I am just in middle of testing Pitbull and i find it so fantastic and flexible, even better with Bongos3 =)

However, i have a few problems i tried to find the solution on different forum but i didn't get answers yet. Maybe here =)

I would like to see someone's Talent Spec and Talent Tree above the Pitbull's Frame. I have written the code below which works perfectly for me character ('player')

Code:
[TalentTree:Yellow " (":Yellow TalentSpec:Yellow ")":Yellow]
I would like to do the same for target but target can be NPC, bear etc or opponent from another faction. So sometimes talent tree is available sometimes it's not. Now, I have written another code:

Code:
[if TalentTree("target") then
    TalentTree("target"):Yellow " (":Yellow TalentSpec("target"):Yellow ")":Yellow
end]
which was supposed to distinguish between NPC or WOW player and displayTalentTree/TalentSpec or not to run anything. It's not working thought and i dont know why. Can somebody help me please?

PS. This is how frames look like for me ('player') and should be the same for target (the target is in this case a priest and there is a missing text):
  Reply With Quote
06-18-08, 05:18 AM   #2
minimized
A Murloc Raider
Join Date: May 2008
Posts: 8
Well, even though all targets haven't got a talent tree, no text should show up if there is no info to show. Also, I don't think it is neccesary to write ("target") when the text is in the target frame. Sooo, for the target, you could try using what you used for the player frame.
  Reply With Quote
06-18-08, 08:44 AM   #3
ZikO
An Aku'mai Servant
Join Date: Jun 2008
Posts: 36
Originally Posted by minimized View Post
Well, even though all targets haven't got a talent tree, no text should show up if there is no info to show.
What do you mean thet there is no info to show?

I could agree with you in terms of name of talent tree but talent spec should be always able to display in format (xx/xx/xx) because everyone spent talent points. Either there is something more i miss or i am not quite sure what you are talking about :/

In terms of "target", the default option i have read is unit='player' e.g.
TalentTree(unit='player') so i thought it is safer using 'target' option.
  Reply With Quote
06-18-08, 08:55 AM   #4
Darxon
A Warpwood Thunder Caller
AddOn Compiler - Click to view compilations
Join Date: Jan 2007
Posts: 93
I might be wrong, but as far as i recollect. The talentree tag only works on non pvp flagged players now .

So imo its not woth using anymore.
__________________
  Reply With Quote
06-18-08, 09:53 AM   #5
ZikO
An Aku'mai Servant
Join Date: Jun 2008
Posts: 36
Originally Posted by Darxon View Post
I might be wrong, but as far as i recollect. The talentree tag only works on non pvp flagged players now .

So imo its not woth using anymore.
i have to check it but probably yes, we cant inspect PvP opponents and this command i am sure works when inspect is available.

There's one more problem i found recently. How can i find that someone took Agro of the mob and i won't be able to loot it if i kill it?
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Pitbull - TAGs don't seem to work for me :///


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