Results: 236Comments by: Luzzifus
File: oUF_Nivaya04-03-09
You'll get options to resize them s...
Posted By: Luzzifus
You'll get options to resize them soon (this weekend maybe?!). Also I'm thinking about removing the scale setting since it really seems to screw things up. Should'nt be to much of a problem since you can adapt the size of every element manually then. @nytekat: Did you try the Healer Mode? It makes the raidframes bigger. Also yo...
File: oUF_Nivaya03-30-09
I will add options to adjust the si...
Posted By: Luzzifus
I will add options to adjust the size of the raidframes in the next days. Disabling target debuffs completely is also something coming soon. Party and raid are currently linked and always have the same style. I won't change that anytime soon. You're not gonna see DogTags either, sorry. As for Runebar support, I'm checking this...
File: oUF_Nivaya03-29-09
I've just uploaded a new release, w...
Posted By: Luzzifus
I've just uploaded a new release, which among others does this: 30100.26 - Party-/Raidframe-Position is now saved properly when the scale differs from 100%. I need feedback if that one fixed the jumping raidframes bug. Fact is, it made the internal raid frame position values be wrong when the scale was something else then 100%,...
File: oUF_Nivaya03-28-09
Originally posted by Aquillian I...
Posted By: Luzzifus
Originally posted by Aquillian I feel bad asking this but if it's simple to move things around the UFs would it be possible to choose whether name/level is on top or on bottom of the frame? If not that's fine, I planned to try and change that myself in the files either way :) Maybe I'll add it along with Buff/Debuff placement....
File: oUF_Nivaya03-27-09
Originally posted by nytekat 5. N...
Posted By: Luzzifus
Originally posted by nytekat 5. No. Black frame is just peachy. Sits there very well behaved This indicates that it is not a problem with my layout itself, since raidframe moving is exclusively done via that fancy black frame now. Originally posted by nytekat 10. Not really possible since when it happens I'm usually raiding...
File: oUF_Nivaya03-27-09
Well the lines raising the error in...
Posted By: Luzzifus
Well the lines raising the error in oUF are pretty much straight forward, they're just executed once when the addon is loaded and don't have anything to do with my layout. So there is no specific call tekErr could fetch. Are you playing on the PTR or live 3.0.9?
File: oUF_Nivaya03-26-09
Originally posted by Aquillian 5....
Posted By: Luzzifus
Originally posted by Aquillian 5. Oddly enough I am not seeing a "black frame" ever. Before OR after it moves, whether it is unlocked or not. This frame is new in r25. It is only visible when the frames are unlocked and is used to move them. It looks like this: http://i632.photobucket.com/albums/uu43/luzzifus/tmp.jpg If you...
File: oUF_Nivaya03-26-09
Well it seems like you're not the o...
Posted By: Luzzifus
Well it seems like you're not the only one having the problem with raidframes jumping around. And I still can't reproduce that one, the funny thing is, I don't even have a single line of code in the whole layout that is ablo to move frames around. All of that stuff is in the config module. So in order to find out what's happening I'l...
File: oUF_Nivaya03-26-09
Originally posted by Amafi The on...
Posted By: Luzzifus
Originally posted by Amafi The one thing that's bugging me about them is the power bar updating. It only updates the bar every 2 seconds, like back in pre-3.0, which makes energy queueing kinda tricky, as combat potency procs can easily cap energy. I don't play a rogue, but checking as a druid in cat form I cannot see slow energy...
File: oUF_Nivaya03-26-09
Currently you can only drag the fir...
Posted By: Luzzifus
Currently you can only drag the first Raid Member, since they're all anchored together. Maybe you were just trying to start dragging in the wrong spot?
File: oUF_Nivaya03-25-09
I still can't reproduce any reposit...
Posted By: Luzzifus
I still can't reproduce any repositioning issues (frames jumping back to their original position) or problems with resetting settings like the raid group spacing. Please make sure that you always have the latest oUF release and the latest release of my layout active. If this is the case, enable lua error messages and see if there hap...
File: oUF_Nivaya03-24-09
Are you using the latest version (3...
Posted By: Luzzifus
Are you using the latest version (30100.24)?
File: oUF_Nivaya03-24-09
Originally posted by Darxon will...
Posted By: Luzzifus
Originally posted by Darxon will there be an option to change the hight and width of the party/raid frames ingame ? Yes, but I can't tell you when it's going to be finished yet.
File: oUF_Nivaya03-24-09
Originally posted by Toran Nice w...
Posted By: Luzzifus
Originally posted by Toran Nice work on this. Do the raid frames = party frames in this? Same layout/design? Yes. Originally posted by Toran Also, party frames and castbar placement do not seem to be sticking. This is via the config. Haven't tried raid yet. What do you mean with "sticking"? Originally posted by Pester...
File: oUF_Nivaya03-23-09
Originally posted by Valcry I rea...
Posted By: Luzzifus
Originally posted by Valcry I really love your addon. Thanks a lot for your really great work, especially during the last weeks (movement of frame etc.) Thanks alot, I always love appreciation. :) Originally posted by Valcry Actually I havn't tried the last both versions, but with 30100.21 I have had the problem, that the He...
File: oUF_Nivaya03-23-09
You don't have to change the code t...
Posted By: Luzzifus
You don't have to change the code to do that.. Type "/ouf" ingame, go to the General Settings Tab, unlock the frames and drag them where you want them to be (the button corresponding to the first party/raid member is movable).
File: oUF_Nivaya03-22-09
@Eclipser: Gah, I keep overlooki...
Posted By: Luzzifus
@Eclipser: Gah, I keep overlooking things.. To fix it for yourself go to line 467 of "oUF_Nivaya.lua": self.CPoints = setFontString(self, ChatFontSmall, 38) Change it to this: self.CPoints = setFontString(self, nivDB.fontStrValues, 14)
File: oUF_Nivaya03-21-09
Originally posted by noble8 Off T...
Posted By: Luzzifus
Originally posted by noble8 Off Topic: Loving your new profile pic :p Yours is awesome too. :) **edit** @alassra: The bug you reported should be fixed in 30100.22.
File: oUF_Nivaya03-21-09
Look for lines like those, you'd ha...
Posted By: Luzzifus
Look for lines like those, you'd have to change it in different places: self.Name = setFontString(self.Health, GameFontNormalSmall, 8) self.Health.value = setFontString(self.Health, GameFontNormalSmall, 8) To use a custom font you would have to do something like this: self.Health.value:SetFont("Fonts\\FRIZQT__.TTF", 11) Howe...
File: oUF_Nivaya03-20-09
If your settings are gone when upgr...
Posted By: Luzzifus
If your settings are gone when upgrading to 30100.21, go to your WTF/savedvariables folder, open "oUF_Nivaya.lua" and change this line: oUF_DB = { into this: nivcfgDB = {
File: oUF_Nivaya03-18-09
I've got an idea. Go to curse and d...
Posted By: Luzzifus
I've got an idea. Go to curse and download the latest LibStub-Release. Extract it, put it into the oUF_Nivaya folder (infact, you only need the .lua file). Open oUF_Nivaya.toc and add the following line above the LibSharedMedia line: LibStub\LibStub.lua Make sure that path is correctly pointing to the file. Now try again. I gue...
File: oUF_Nivaya03-18-09
What happens if you change settings...
Posted By: Luzzifus
What happens if you change settings in the ingame config, especially the textures? What if you press the "restore defaults" button? If nothing helps please run that script (just copy/paste it into your chat): /script local s; if oUF_player then s="it's there" else s="it's gone" end; ChatFrame1:AddMessage(s) If it says "it's...
File: oUF_Nivaya03-18-09
Do you get any error messages?
Posted By: Luzzifus
Do you get any error messages?
File: oUF_Nivaya03-18-09
Originally posted by Stukatto One...
Posted By: Luzzifus
Originally posted by Stukatto One other thing, if I set the raid x offset to a plus value i get this on a /reloadui Interface\AddOns\oUF_Nivaya\init_and_config.lua:167: attempt to perform arithmetic on global 'prx' (a nil value) and the raid frames disapears. :) Nasty typo. Go to that line and change the appearance of "prx" to...
File: oUF_Nivaya03-18-09
Originally posted by Stukatto Hi,...
Posted By: Luzzifus
Originally posted by Stukatto Hi, yes I am using the latest oUF, it happens mainly when I am in a raid group. I thought I had fixed the issue yesterday by editing the x and y positions in the saved variables file and the defualt positions in the init_and_config.lua, but alas today in VOA... the whole raid block jumped twice and is...