Results: 13Comments by: waukeen
File: oUF_Freeb08-28-11
various fixes
Posted By: waukeen
Dir freebaser, I really love your addon; it is an essential part of my ui. Please hear my request: I started with a fresh 4.5.1 code-version of yours and dipped really deep into it. I have made so many modifications to your code in oder to fit my likings. I would like to upgrade to 4.6 but can't do so without crushing and l...
File: oUF_Freeb04-14-11
2 Player-Buffframes
Posted By: waukeen
hi freeb-fans, hi freebaser! is it possible to have 2 player-buffframes: one with all buffs on player (default) und one extra buffframe with player buffs only cast by player? thank you for helping me out!
File: oUF_Freeb04-11-11
Re: Manabar
Posted By: waukeen
greatings tenken the responsible lines for power bar alignment are:local pp = createStatusbar(self, texture, nil, height*-(hpheight-.95), nil, 1, 1, 1, 1) pp:SetPoint"LEFT" pp:SetPoint"RIGHT" pp:SetPoint"BOTTOM" i suggest to alert above lines in something like:local pp = createStatusbar(self, texture, nil, height*-(hphei...
File: oUF_Freeb04-07-11
works...whyever
Posted By: waukeen
Thank you for your reply! Your help is very much appreciated! I tried and tried and finally got it working for me. But I cant tell you exactly why:D I dont know what part in the code I obviously have broken, because the error is not occurring whit Freebasers default code. Whatever:cool: I set in the first config-lines of the...
File: kgPanels04-07-11
SOLUTION: kgpanel-SLDT parent difficulties
Posted By: waukeen
cormanthor, you are the man!:banana: Your hints got me to the final solution: so, as you suggested first of all put in OnLoadself:RegisterEvent("PLAYER_ENTERING_WORLD") Then put in OnEvent SLDT_Mail:SetPoint("CENTER", self, "CENTER") in order to align SLDT_Mail centered to the respektiv kgpanel (self). In my case the phr...
File: oUF_Freeb04-06-11
Buffs, Debuffs, Auras, holy cow!
Posted By: waukeen
Hello again! I really really love your work. Thank your for your effort! I am working hard on your lua to shape the layout. But I am currently having big trouble with all those buffs, debuffs, aura framse. Even when I comment out all the buff, debuff and aura-handlers for the target-unit I still get some debuffs an shown on my...
File: oUF_Freeb04-06-11
diggin deeper
Posted By: waukeen
Hi there my favorite addon-author of choice and his community! quick questen: i found empty aura- and debuff-filterlists in the code! do they work ? and how? can i hide/emphasize buffs/debuffs/procs with them in my buff/debuff/aura-frames? how can i use them? i tried to put some spells into the lists: local aurafilter...
File: oUF_Freeb04-05-11
Re: Re: focus target
Posted By: waukeen
great! thx a lot man! Originally posted by Maxen In freeb.lua, change the line 982 from : spawnHelper(self, "focustarget", "RIGHT", self.units.focus, "LEFT", -10, 0) to --spawnHelper(self, "focustarget", "RIGHT", self.units.focus, "LEFT", -10, 0) This will comment out the lin that spawn the focus target.
File: oUF_Freeb04-05-11
focus target
Posted By: waukeen
first things first! great addon! pure awesomeness! BUT, how can I disable focus target!?!
File: oUF_Nivea04-04-11
focus target
Posted By: waukeen
great layout! thx! how can i disable focus target?
File: Roth UI (Diablo)03-19-11
Re: Re: Re: Re: Re: lua-help
Posted By: waukeen
Originally posted by zork You can move the target portrait with /diablo unlockart afaik. thank you zork for your reply, but thats just not what i am intending. i dont want to config your awesome ui just by draging and hoping for good alignment. i am kind of a perfectionist. sorry;) anyway, i will dig deeper into your lua...
File: Roth UI (Diablo)03-19-11
Re: Re: Re: lua-help
Posted By: waukeen
Originally posted by Sasenna I think what he saying, is he wants the target's portrait to be anchored to the target. That way whenever the target frame is moved the portrait comes with it. ~Sas sasenna is right! i already found out how to display the portrait, but i want it to be anchored to the target frame, just like the...
File: Roth UI (Diablo)03-18-11
lua-help
Posted By: waukeen
hi zork! first of all: amazing work! thanks man! i have some questions regarding lua-configuration. is this the right place for it, or do you have some kind of forum-like area i dit not yet discovered? question: how can i make the target-portrait child of the target-unit, like the buffs and debuffs are right now? thank...