Thread Tools Display Modes
03-18-13, 01:57 AM   #1
bingbaddaboom
A Defias Bandit
Join Date: Mar 2013
Posts: 3
Clean icons in platebuffs

Can someone help me configure PlateBuff lua so that the icons above the namepate does not have a thick blue border, but to look like this
Attached Thumbnails
Click image for larger version

Name:	image.jpg
Views:	1612
Size:	27.0 KB
ID:	7636  
  Reply With Quote
03-18-13, 04:10 AM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
What do they look like now? Can you post a screenshot of that? Can you show the code you're currently using? Where did you find the screenshot you posted?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
03-18-13, 04:34 AM   #3
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
You can do that in frames.lua

here's a pastebin of the file with the changes I made. It was made to an older version, so no promises of a pain free, instantly working copy and paste of the whole thing. Since I don't know if something else was changed in there by the author in a later version.

You should be able to track the differences, though.

http://pastebin.com/2KrgbCSU

E: don't forget to change the font to a font that exists in your addon folder
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote
03-18-13, 11:54 AM   #4
bingbaddaboom
A Defias Bandit
Join Date: Mar 2013
Posts: 3
what lines do I put where? =)
  Reply With Quote
03-18-13, 11:56 AM   #5
bingbaddaboom
A Defias Bandit
Join Date: Mar 2013
Posts: 3
or just simply how? would be really great to get some help
  Reply With Quote
03-21-13, 04:53 PM   #6
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 758
Originally Posted by Dawn View Post
You can do that in frames.lua
here's a pastebin of the file with the changes I made. It was made to an older version, so no promises of a pain free, instantly working copy and paste of the whole thing. Since I don't know if something else was changed in there by the author in a later version.
You should be able to track the differences, though.
http://pastebin.com/2KrgbCSU
E: don't forget to change the font to a font that exists in your addon folder
Thanks that works but there is a small bug: The buffs jump up and down sometimes


-----------------------------
Originally Posted by bingbaddaboom View Post
or just simply how? would be really great to get some help
Go into platebuffs folder and open frames.lua with a text editor
Replace the wohle text inside it with the text from Dawn.
Then cange font in line 105 and 96
Code:
buffFrame.cd:SetFont("Interface\\AddOns\\dMedia\\Infinity Gears.ttf", size, "THINOUTLINE")
Code:
buffFrame.stack:SetFont("Interface\\AddOns\\dMedia\\Infinity Gears.ttf", size, "THINOUTLINE")
to
Code:
buffFrame.cd:SetFont("Fonts\\ARIALN.TTF", size, "THINOUTLINE")
Code:
buffFrame.stack:SetFont("Fonts\\ARIALN.TTF", size, "THINOUTLINE")
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________

Last edited by Tonyleila : 03-21-13 at 04:59 PM.
  Reply With Quote
03-21-13, 08:56 PM   #7
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
No jumping for me. Might not be an issue with the code, but maybe how you have set up PlateBuffs options. I changed the default ones (ingame options), which might be the reason I'm not getting the "jumping".
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Clean icons in platebuffs


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