Hi i have just installed the most fresh version of Pitbull. It seems to work better than previous version but there i still have errors when for example tried to set on Threat Bar in Pitbull->Modules options
Second. The previous version was using a font Enigma or somthing
. I really liked that. how can i use that. Does it have to be implemented by author?
I have one queastion, however. How can i get rid of Red colour of Health Bar when i start fighting with mobs. I could manage to change style for target which changes colour from green to red depending on what actuall health of opponent is but how can i do that with Player Frame? It's green only when i out of Combat.
Can anyone please explain to me how to make this thing work please ://
I am trying to get the information about the target what its talent tree and talen spec is. So i have created such code for target
[If TalentTree("target") then
TalentTree("target"):Yellow "(":Yellow TalentSpec("target"):Yellow ")":Yellow
end]
I assume that if target is NPC TalentTree is empty and If block is not run, however, if it returns anything the block will run. Because of a reason i obtained nothing, empty field. WHy is it and what iam doing wrong?
Thanks
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Second. The previous version was using a font Enigma or somthing
. I really liked that. how can i use that. Does it have to be implemented by author?
I have one queastion, however. How can i get rid of Red colour of Health Bar when i start fighting with mobs. I could manage to change style for target which changes colour from green to red depending on what actuall health of opponent is but how can i do that with Player Frame? It's green only when i out of Combat.
thanks.
... but at leat i have learnt a new word =)))
Thanks
If it's anyhow possible to check if a unit is an NPC or not?
I am trying to get the information about the target what its talent tree and talen spec is. So i have created such code for target
I assume that if target is NPC TalentTree is empty and If block is not run, however, if it returns anything the block will run. Because of a reason i obtained nothing, empty field. WHy is it and what iam doing wrong?
Thanks