Hi all
First of all thx so much for a very nice addon, now to my little thing. :)
Its a simple problem i think but i have tried alot now and i cant get it as a want.
In the modul TargetInfo you can change the text settings (line 1-4)
I would like that text not to be Center like its now. I am using it as target on my arch in the top and would like the text to be "LEFT spanning"
I also want to change the Target of Target module, just to simple text (targetname) nothing else if thats possible.
I hope you guys can understand what i want :)
Thx so much for any help .
Hi again. I found the solution to my problem and will share it if someone else needs it. Plz make a copy of the TargetOfTarget.lua so if u do something wrong u can replace it :)
1. Open TargetOfTarget.lua
2. Find the row: self.frame.bg:SetTexture(0,0,0)
and change it to: self.frame.bg:SetTexture(0,0,0,0)
This will make the bar transparent
3. find the row: self.frame.totHealth:SetText(healthPercentage .. "%")
4. put -- infront of that row (like this)
-- self.frame.totHealth:SetText(healthPercentage .. "%")
Hi all
First of all thx so much for a very nice addon, now to my little thing. :)
Its a simple problem i think but i have tried alot now and i cant get it as a want.
In the modul TargetInfo you can change the text settings (line 1-4)
I would like that text not to be Center like its now. I am using it as target on my arch in the top and would like the text to be "LEFT spanning"
I also want to change the Target of Target module, just to simple text (targetname) nothing else if thats possible.
I hope you guys can understand what i want :)
Thx so much for any help .
0
Hi again. I found the solution to my problem and will share it if someone else needs it. Plz make a copy of the TargetOfTarget.lua so if u do something wrong u can replace it :)
1. Open TargetOfTarget.lua
2. Find the row: self.frame.bg:SetTexture(0,0,0)
and change it to: self.frame.bg:SetTexture(0,0,0,0)
This will make the bar transparent
3. find the row: self.frame.totHealth:SetText(healthPercentage .. "%")
4. put -- infront of that row (like this)
-- self.frame.totHealth:SetText(healthPercentage .. "%")
Save the file and you are done
0
First of all thx so much for a very nice addon, now to my little thing. :)
Its a simple problem i think but i have tried alot now and i cant get it as a want.
In the modul TargetInfo you can change the text settings (line 1-4)
I would like that text not to be Center like its now. I am using it as target on my arch in the top and would like the text to be "LEFT spanning"
I also want to change the Target of Target module, just to simple text (targetname) nothing else if thats possible.
I hope you guys can understand what i want :)
Thx so much for any help .