Results: 77Comments by: skarie
File: FreeUI12-10-11
Hi. Im playing a rogue. Sometime...
Posted By: skarie
Hi. Im playing a rogue. Sometimes I play subtley. I want to ask if there is any way I can add Hemorrhage bleed buff, I get from glyph in the options menu. I cant get the bleed to show, only the duration of increased bleed effects. http://www.wowhead.com/spell=16511 http://www.wowhead.com/spell=56807 Ive tried both -- G...
File: FreeUI12-09-11
floating combat text
Posted By: skarie
Does FreeUI disable Blizz floating combat test? Mine is greyed out... Edit: never mind.. figured it out
File: FreeUI12-05-11
Sry for bother you again, but I sti...
Posted By: skarie
Sry for bother you again, but I still can't find where you can make the unitFrames "smaller". Hi , In Unitframes.lua, find if(isSingle) then if unit == "player" or unit == "target" or unit:find("arena%d") then self:SetSize(229, 14) elseif unit == "pet" or unit == "focus" then self:SetSize(113, 8) elseif uni...
File: FreeUI12-04-11
@Nbz Try this : Look for sel...
Posted By: skarie
@Nbz Try this : Look for self.gradient:SetGradientAlpha("VERTICAL", .6, .6, .6, .6, .4, .4, .4, .6) in unitframes.lua and replace it with self.gradient:SetGradientAlpha("VERTICAL", r/2, g/2, b/2, .5, r, g, b, .75) Look up on how to SetGradientAlpha works and set up your own gradients. I am not sure if this is the most...
File: FreeUI11-14-11
@Sopie Try looking inside cooldo...
Posted By: skarie
@Sopie Try looking inside cooldowns.lua ?
File: FreeUI11-12-11
Post your own edits of FreeUI !
Posted By: skarie
Hey guys, I'd like to see what change(s) you make to FreeUI to make it your own. And please post screen shot if possible. I will start: - change unit frames to class color unit frames. - increase rage/mana/runic power bar by 1 pixel - re-size and relocate side action bars to hug mini maps - change combat text fonts edit:...
File: FreeUI11-12-11
Going back to old unit frames !
Posted By: skarie
I am not sure if there's a quick way to change current unit frame back to class color unit frame. But here's how I do i (not sure it's the correct or efficient way, but it works ) In unitframes.lua find these codes: if((UnitIsTapped(unit) and not UnitIsTappedByPlayer(unit)) or not UnitIsConnected(unit)) then self.gradient:S...
File: FreeUI10-29-11
Re: Frames
Posted By: skarie
Originally posted by Xenlol Also, I'm struggling to take away the sfilter buffs for like Divine Protection, Hand of protection etc ? furthermore, what is the house styled font for this UI? To remove any sFilter buffs, look inside options.lua and remove (delete) any buffs/debuffs you don't want. Inside core.lua, you can...
File: FreeUI10-27-11
Originally posted by ChrillzDatKill...
Posted By: skarie
Originally posted by ChrillzDatKills How can I shorten or lenghten to player, and target unitframes? In unitframes.lua, find these codes below and change the values if(isSingle) then if unit == "player" or unit == "target" or unit:find("arena%d") then self:SetSize(229, 14) elseif unit == "pet" or unit == "focus" t...
File: FreeUI10-24-11
Originally posted by feraldrood h...
Posted By: skarie
Originally posted by feraldrood hey Haleth, could you help me out with scaling the buttonsize of the petbar? thanks In actionbars.lua, locate pet frame and do a SetScale(..)
File: FreeUI10-24-11
Re: DK Rune Bar
Posted By: skarie
Originally posted by 4tyn My DK Rune bar is not working! Plus if I want to add glyphs there is an error, I have to deactivate Freeui to do this. Any help? Besides that a great UI :) Dk runebar can be turned on/off in options.lua. I turn it off though, way too small to see. Try downloading nibrune. /rl will fix the err...
File: FreeUI10-20-11
Originally posted by devilArt i u...
Posted By: skarie
Originally posted by devilArt i used oUF_slim for a long time, so i want to modify FreeUI/unitfame to fit my habits. but i really don't know how to start, hope someone can help me http://i52.tinypic.com/9uqa87.jpg Hm, here are the few tips. Open up unitframes.lua and follow the code flow of focus frame. Inside UnitSpeci...
File: FreeUI09-17-11
Changing Gradient Color !
Posted By: skarie
First, thanks for the updates. I am trying to change the alpha and color of health bars; but i am not having great success with it. In unitframes.lua, there's this line gradient:SetGradientAlpha("VERTICAL", .3, .3, .3, .6, .1, .1, .1, .6). After changing the RGB and opacity, I don't see the changes reflected in the UI (even a...
File: FreeUI09-17-11
Re: action bars
Posted By: skarie
Originally posted by buttstink first of all, i just wanted to say this UI looks wonderful. I've just returned to WOW after a 3 year hiatus and i'm really blown away with clean this UI is. I do have a question though, where are the action bars? Sorry for my nubness but i cannot find them for the life of me. thanks :) You can...
File: FreeUI08-01-11
Changing cool down font !
Posted By: skarie
Hi Haleth, Is there a simple way to change cool down font to C.media.font2 ? I love the pixel font.. but sometimes it's too hard to see. I looked briefly through the cooldowns.lua and fonts.lua but didnt see where to set the fonts. Maybe i can do a setFont inside cooldowns.lua? Thanks for the help...
File: FreeUI07-14-11
Removable Target Castbar !
Posted By: skarie
Hi Haleth, Wonder if you can implement movable cast bar for target frame like you did for player frame as a standard feature for FreeUI. Also, is there a way of keeping all my customized codes when upgrading to the new version of FreeUI. I find it a bit of a hassle to copy and paste all the changes I made in the old version of...
File: FreeUI07-14-11
Originally posted by Poreo 2)...
Posted By: skarie
Originally posted by Poreo 2) is there a way to disable the incoming dmg/heals ct ? In FreeUI.toc find line scripts\combattext.lua and comment/delete that line. And if you wish, you can also delete combattext.lua also in scripts folder.
File: FreeUI07-14-11
Re: target's castbar
Posted By: skarie
Originally posted by madmatt91 Great job Haleth this looks neat and nice! Would just like to change the way the target castbar looks, like actually visible instead of only with the spark, couldn't find anything on older posts, closest thing was a guy asking for the PLAYERs castbar, i'm interested in the target one if thats possible...
File: FreeUI06-28-11
Re: Question about moving items.
Posted By: skarie
Originally posted by Drey Hi. I came across this ui today and I really like it but I have one quick question. Am I correct that the only way to alter the layout of objects such as the action bars, buff bars, minimap, etc is through the altering of the code in the various .lua files? I've read about 5 or 6 pages deeps into the...
File: FreeUI06-28-11
My 2cents on the new 3.2 FreeUI
Posted By: skarie
Hi Haleth, Gratz on the new FreeUI...I am loving it. However, I am not digging the new unit frames though. I am gonna try to add some codes to change it back to the old "flat color" style. A couple of small bugs I notice: Blizzard raid frames are still showed. Zone text is misplaced. World Map is missing expand button. Pe...
File: FreeUI06-28-11
Re: Default Raid Frames?
Posted By: skarie
Originally posted by Irelia Everything was fine for the UI, though when I joined a Baradin Hold, the default Blizzard raid frames where on the left, though the ones for this UI were where they usually were. Is there a way to fix this just yet, or do I have to run with both frames until it's fixed? For temporary solution..use th...
File: FreeUI06-22-11
Re: Awesome UI
Posted By: skarie
Originally posted by HWIzzle Been using this UI for a while and it is by far the best UI I've used. I only have one question, is it possible to change the size of the minimap? I'm not too savvy with .lua's, but if you can point me in direction of where to change stuff, I can figure it out. Thanks. You can try going into minimap...
File: FreeUI06-21-11
Re: Question regarding UI.
Posted By: skarie
Originally posted by vVvDoctor First, I just want to say thanks for the awesome UI! For my question, I was wondering if there was any way I could delete the character bars for the health, mana, and target etc..? No offence, but I do not really like how thin they are and I'm just going to use Shadow Unit Frames as a replacemen...
File: FreeUI06-21-11
Originally posted by epedemix Tha...
Posted By: skarie
Originally posted by epedemix Thank you very much good sir. I hate to be a burden, but is it possible to keep the same frame type in healing mode as in dps/tank mode? I am not a huge fan of the empty to full effect. I could see it being quite useful while healing, I on the other hand feels like it diminishes from the look of the UI...
File: FreeUI06-20-11
Re: DK runic power and druid energy
Posted By: skarie
Originally posted by morgoth14 Haleth, awesome awsome UI. It is actually my first addon UI and I live it! I have a couple of questions. 1. On my DK I cannot see my runic power on my health meter. I see the runes used and such but no runic power. 2. On feral cat sometimes i see the number for energy remaining and sometimes...