Results: 39Comments by: mikenavi
File: oUF_Qulight06-13-11
Originally posted by dreamcatcher...
Posted By: mikenavi
Originally posted by dreamcatcher How do i move and size the cast bars? lib.lua if f.mystyle == "player" then s:SetHeight(25) -- player castbar height s:SetWidth(300) -- player castbar width if cfg.HealFrames then s:SetPoint("BOTTOM",UIParent,"BOTTOM",16,280) -- player castbar position (heal frames) e...
File: oUF_Qulight06-07-11
Re: opportunity
Posted By: mikenavi
Originally posted by lavrizone Хотелось бы иметь возможность двигать каст бары ...
File: oUF_Qulight06-07-11
Re: Re: Re: Raid Frames
Posted By: mikenavi
Originally posted by L8M29 Благодарю. Помогло. Вопрос: Как обновить аддон, сохр...
File: rFilter06-03-11
amazing, as usual :)
Posted By: mikenavi
amazing, as usual :)
File: oUF_Qulight06-02-11
Re: buff and debuff
Posted By: mikenavi
Originally posted by xjjxfpyyyf Hey guys, I want to ask how I can change the size and position of player's and target's buff and debuff. I think the debuff of player is too large. I want to change it. Thanks a lot. lib.lua lib.createBuffs = function(f) b = CreateFrame("Frame", nil, f) b.size = 20 b.num = 4...
File: oUF_Qulight06-02-11
Re: Re: Re: Re: Re: Re: Line? Oo
Posted By: mikenavi
Originally posted by L8M29 И все же, как двигать панель бафов? lib.lua lib.createBuffs = function(f) b = CreateFrame("Frame", nil, f) b.size = 20 b.num...
File: oUF_Qulight06-02-11
Re: Re: Re: Line? Oo
Posted By: mikenavi
Originally posted by L8M29 Как выяснил, проблема в аддоне qMinimap, который и вызывает...
File: oUF_Qulight06-02-11
Re: Line? Oo
Posted By: mikenavi
Originally posted by L8M29 Откуда ни возьмись появилась какая-то полоска. Что ...
File: oUF_Qulight05-31-11
Re: Цвет HP-бара.
Posted By: mikenavi
Originally posted by L8M29 Привет, авторы! Спасибо вам за классный аддон! Я давн&...
File: oUF_Qulight05-27-11
Originally posted by Raizan l...
Posted By: mikenavi
Originally posted by Raizan мм, а можно тогда каким-нибудь способом убрать рейд &...
File: oUF_Qulight05-27-11
Originally posted by Raizan i...
Posted By: mikenavi
Originally posted by Raizan Подскажите, пожалуйста, как мне сделать так, чтобы б&...
File: oUF_Qulight05-27-11
Originally posted by Euphor1c Gre...
Posted By: mikenavi
Originally posted by Euphor1c Great looking UFs. I use SBF to track buffs/debuffs on my Pitbull frames right now, I installed these to check them out. I still would rather use my SBF. How can I disable all buffs/debuffs from player/target/focus frames? I set cfg.showPlayerAuras to false, but that only turns off main buff/debu...
File: oUF_Qulight05-26-11
Originally posted by Forage I've...
Posted By: mikenavi
Originally posted by Forage I've been trying to add oUF SpellRange, I've added the function. -- oUF_SpellRange local function SpellRange(self) if IsAddOnLoaded("oUF_SpellRange") then self.SpellRange = {insideAlpha = 1, outsideAlpha = 0.60} end end But when I go to add it to the Target or Focus frames...
File: oUF_Qulight05-26-11
Re: Re: Re: Re: Re: How to change castbar's fontsize?
Posted By: mikenavi
Originally posted by xjjxfpyyyf :confused:Oh, I didn't find that. Could you please tell me what words I should search for? fs:SetFont(cfg.font, 11, fontStyle)
File: oUF_Qulight05-26-11
Originally posted by Lorenzo well...
Posted By: mikenavi
Originally posted by Lorenzo well I tried to disable combo point bar(add some "--" to all cpbar lines), then whole target frame was missing. so I can't testing with cpbar. btw that bug is not from alt power bar, threat bar, totem bar, rune bar, eclipse bar. is this "only me" kind problem? :confused: yes, you are
File: oUF_Qulight05-25-11
Originally posted by lumenatra I'...
Posted By: mikenavi
Originally posted by lumenatra I'm a little bit lost as to how I move the cast bar frames... I have oUF and can move every other frame I want just fine but I can't seem to find cast bars anyway. Am I missing an addon? There are no option to move it with oUF_MovableFrames. To move player castbar you have to edit lib.lua in 502...
File: oUF_Qulight05-24-11
Re: Re: Re: How to change castbar's fontsize?
Posted By: mikenavi
Originally posted by xjjxfpyyyf How about the fontsize of threatbar? 201 string
File: oUF_Qulight05-24-11
Originally posted by Lorenzo okay...
Posted By: mikenavi
Originally posted by Lorenzo okay here's my suspects. mostly works with frames. 1) align - not really sure 2) aurora 3) moveanything I'll tell you after some test. :rolleyes: --- they're not related. You have to test internal layout modules: switch off powerbar funcion for example, and find buggy frame that making...
File: oUF_Qulight05-24-11
Re: How to change castbar's fontsize?
Posted By: mikenavi
Originally posted by xjjxfpyyyf Hey guys. I tried to add some codes to make the pet target frame just now. Surprisingly, I did it. It works. And I want to ask where I can change the castbar's fontsize? In addition, can the threat bar show all the time? Not only show in combat, but also show in normal times. Can it do that...
File: oUF_Qulight05-23-11
Originally posted by Lorenzo I te...
Posted By: mikenavi
Originally posted by Lorenzo I tested in another pc(mine is KoKR client, another too), installed nothing but ouf and this mod, all default configure, and same ploblem has been as before. I know it's troublesome but would you testing asian client? in using it's not a big deal, mod works just fine and it looks good. I wonder know w...
File: oUF_Qulight05-22-11
Originally posted by ncbadgirl An...
Posted By: mikenavi
Originally posted by ncbadgirl Anyway to turn off the buff/debuff part of these for the player only? Wanting to use another mod for that. Thanks :) cfg.lua cfg.showPlayerAuras = false
File: oUF_Qulight05-22-11
Originally posted by LutziBF Wher...
Posted By: mikenavi
Originally posted by LutziBF Where can I change the position of the castbars? - In the file lib.lua I just found how to resize them, but can't change the position :( (there's no where something like lokal playerCastbar_x = 0) lib.lua 502 & 504 string - player castbar position 510 & 512 string - target castbar position .....
File: oUF_Qulight05-22-11
Re: How to change th size of number?
Posted By: mikenavi
Originally posted by xjjxfpyyyf Hello, I'm a Chinese wow player. Maybe my English is not very good. I hope you can unterstand what I say. And thank your help in advance. I use laptop and the screen is only 14.1 inch. I have to use the UI scale. But after I reduced the UI, the font size changed into very small. I change the f...
File: oUF_Qulight05-22-11
Originally posted by Lorenzo I'll...
Posted By: mikenavi
Originally posted by Lorenzo I'll say, thanks for your quick respond... :) combo point bar works just good, but position of that, might be first suspect. my personal UIscale setting is smallest one. can it be a reason of problem? No, i don't think that it's a reason. I make some tests (on live ruRU client and enGB PTR client)...
File: oUF_Qulight05-21-11
Originally posted by Lorenzo I tr...
Posted By: mikenavi
Originally posted by Lorenzo I tried new version right now(never touch anything), but that box still be. maybe it's locale problem or something. Very interesting issue. I'ts not a locale problem 100%. Maybe some combo point bug, or UIscale, not sure.