Download
(27Kb)
Download
Updated: 07-08-11 03:29 PM
Pictures
File Info
Updated:07-08-11 03:29 PM
Created:01-03-09 07:20 PM
Downloads:29,895
Favorites:66
MD5:

BuffSkin  Popular! (More than 5000 hits)

Version: 2.3
by: kraftman [More]

BuffSkin skins your buffs, simple!

Updated to 2.2:
Small GUI change, updated .toc

Updated to 2.2:
Included a few more textures

Added options to select the gloss texture you want, and change its alpha and size.

Updated to 2.0:

Buffskin is now split into 2 separate addons: the teeny tiny bit which replaces the blizzard borders on buffs, and the configuration file which allows you to change the textures of these borders, and change the positioning of the border.

As the configuration file is now load on demand, if you don't open up the configuration, it'll never load! Making the addon even smaller. You can even delete the configuration addon entirely and buffskin will still happily skin your buffs like mad!

To add your own borders, simply create (or borrow) any .tga file you like, making sure that it is square, and dimensions that are a power of 2 (32, 64, etc)
Add the image into the BuffSkin/textures folder, and give it a name that hasnt already been used, for example "texture3.tga"

To change the configuration, type "/bs" or go to interface->Addons,
select the type of buff you wish to modify (buff/debuff/wepench), and drag the slider or select a different texture.

Note: This addon does not and will not ever resize or reposition the buffs.

2.3 Fixed an alignment issue in the options.

2.0 Complete re write. Made the frequency of skinning much less, improving performance. separated the core and config into different addons.


1.9: A few minor changes iv'e been meaning to add for a while, bringing the addon up to date with 3.1, and adding better support for Buffed! (Also included Set1 and Set2)

1.8: Changed the way that the offset slider works to better support round textures, changed the stack count fontstring to overlay properly.

1.61: Added Support for Buffed!

1.5: Complete rewrite of most of both files, addition of basic GUI, and a new slash command, "/buffskin config"

1.33 changed getglobal to _G at request of Mikari

1.32 commented out a debugging line that was spamming a bit, added gloss and glossalpha as extra commands.

1.31 fixed a missing statement at line 60 that prevented gloss textures from being un hidden ><
Optional Files (5)
File Name
Version
Size
Author
Date
Type
1.1
42kB
03-02-09 01:28 PM
Addon
1.0
6kB
01-14-09 03:03 PM
Patch
1.33
2kB
01-09-09 06:33 AM
Patch
1.33
4kB
01-08-09 01:17 PM
Addon
1.3
2kB
01-08-09 10:43 AM
Addon


Post A Reply Comment Options
Unread 04-07-11, 11:04 AM  
kraftman
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 261
Uploads: 15
Would anyone be interested if i added an option to make buffs actually round, and not just appear round by covering them with a thick round border?
Report comment to moderator  
Reply With Quote
Unread 12-30-10, 10:48 AM  
kraftman
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 261
Uploads: 15
Originally posted by pHishr
KRAFTMAN THANK YOU YOU FUKIN BEAST!!!!!!
lol, thanks
Report comment to moderator  
Reply With Quote
Unread 12-30-10, 08:58 AM  
pHishr
A Flamescale Wyrmkin
 
pHishr's Avatar
AddOn Author - Click to view AddOns

Forum posts: 105
File comments: 117
Uploads: 5
KRAFTMAN THANK YOU YOU FUKIN BEAST!!!!!!
Report comment to moderator  
Reply With Quote
Unread 11-09-10, 12:05 PM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
Originally posted by kraftman
It should already do this :/
Zomg you rock I don't need to hack my way into other buff addons anymore.
Report comment to moderator  
Reply With Quote
Unread 11-09-10, 06:13 AM  
kraftman
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 261
Uploads: 15
Originally posted by zohar101
I'd love to see support for consolidated buffs blizz option (skinning the consolidated buffs icon etc).
It should already do this :/
Report comment to moderator  
Reply With Quote
Unread 11-08-10, 11:02 PM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
Originally posted by kraftman
Hey
I'm back and I'm updating this addon. Let me know of any problems you have with it. I'll be properly splitting it into the core module which skins the buffs, and the loader module which will load any added textures and the GUI for easy-editing of the settings. This means that unless you are using the GUI, it wont get loaded, so the addon will have an even smaller footprint then it did before

Please let me know of any problems or features you would like to see. I'll be going through old comments on here and adding in any features I think are viable and would improve the addon.

Thanks for the support!
I'd love to see support for consolidated buffs blizz option (skinning the consolidated buffs icon etc).
Last edited by zohar101 : 11-08-10 at 11:02 PM.
Report comment to moderator  
Reply With Quote
Unread 11-01-10, 01:03 PM  
kraftman
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 261
Uploads: 15
Hey
I'm back and I'm updating this addon. Let me know of any problems you have with it. I'll be properly splitting it into the core module which skins the buffs, and the loader module which will load any added textures and the GUI for easy-editing of the settings. This means that unless you are using the GUI, it wont get loaded, so the addon will have an even smaller footprint then it did before

Please let me know of any problems or features you would like to see. I'll be going through old comments on here and adding in any features I think are viable and would improve the addon.

Thanks for the support!
Report comment to moderator  
Reply With Quote
Unread 10-29-10, 11:34 AM  
Garr3tt
A Kobold Labourer
 
Garr3tt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 1

ok so for a quick 4.0.1 fix do the following :

- line 228 u'll have the function :

unction DropDownTest_ItemClick()
UIDropDownMenu_SetSelectedValue(this.owner, this.value);
end

now replace it with this one (or modify it if u will) :

function DropDownTest_ItemClick(self)
UIDropDownMenu_SetSelectedValue(self.owner, self.value);
end


EDIT: as it turns out it didnt fix as much as i'd hope, but it's a step in the right direction.

the problem i've been having is with weapon enchants that recieved the wrong anchor, and thus ended up anchored to the upper right edge of the screen. havent been able to sort that out, however here's a temporary fix:

replace :

SkinAllBuffs("TempEnchant", 2, "player", "SkinWepEnch", WepLoc)

with :
SkinAllBuffs("TempEnchant", 2, "player", "SkinWepEnch", BuffLoc)

__________________
Nothing is true, everything is permitted
Last edited by Garr3tt : 10-29-10 at 12:57 PM.
Report comment to moderator  
Reply With Quote
Unread 08-14-09, 05:41 PM  
fostic_popcorn
A Murloc Raider
 
fostic_popcorn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 51
Uploads: 2
Hey! Thanks for this addon, it suits my needs perfectly. I like the default blizzard buffs just the way they are but would like them to look just a bit spiffier.

Could I request a way to have the buff skin textures scale to fit with the size of the buffs? I've used your mod to make my buffs smaller (~5.1), but the border (I'm using Set2) does not scale down to fit with it and leaves a rather unpleasant gap between the border and the buff itself.

Thanks for any response you can give! I'll probably try going into the LUA to see if I can fix it there.
Report comment to moderator  
Reply With Quote
Unread 05-28-09, 01:01 PM  
zukuu
A Murloc Raider

Forum posts: 5
File comments: 74
Uploads: 0
why do i have a white border ? >>

i'd all along the black one, but i logged in today and it was white, and i can't get it back.

set2 is black, but the border is way smaller so that the buffs are bigger as the borderitself.


i think i'd set one. basically i want it like it's shown on your first example screenshot.
__________________
Destruction Duel Guide 2 by zUkUu
http://www.warcraftmovies.com/movieview.php?id=121739
Report comment to moderator  
Reply With Quote
Unread 05-12-09, 06:53 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
The thing is, I need the filter options SBF offers to filter buffs/debuffs on duration and buff type.
Last edited by Dawn : 05-12-09 at 06:53 PM.
Report comment to moderator  
Reply With Quote
Unread 05-12-09, 04:55 PM  
kraftman
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 261
Uploads: 15
Originally posted by Dawn
However I try it, it doesn't seem to like additional custom buff frames... Well, seems like I have to stick with ButtonFacade until after your exams.

you could always try out Buffed!
Report comment to moderator  
Reply With Quote
Unread 05-12-09, 04:10 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
However I try it, it doesn't seem to like additional custom buff frames... Well, seems like I have to stick with ButtonFacade until after your exams.
Report comment to moderator  
Reply With Quote
Unread 05-11-09, 08:32 AM  
kraftman
A Theradrim Guardian
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 261
Uploads: 15
Originally posted by Dawn
Ah, well! Good look with your exams.

Btw, I had to comment them out because they did spit out a lua error after adding the code you posted below to make buffskin work with SBF.
ahh i see. Try changing to a set that includes all three textures, and then putting that bit of code in.
Report comment to moderator  
Reply With Quote
Unread 05-11-09, 08:21 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Ah, well! Good look with your exams.

Btw, I had to comment them out because they did spit out a lua error after adding the code you posted below to make buffskin work with SBF.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: