Results: 167Comments by: Elkano
File: Elkano's BuffBars10-05-06
Re: Adding
Posted By: Elkano
The first two things will become a lot easier once the next major version is finished since it will be using Ace2 and CandyBars. For now, changing the texture will be the esiest the way you told I think. WRT being flagged PvP: mounted, blood packed, ... are all things that are normaly shown as buffs. But theoreticaly it should be...
File: FuBar - SkillsPlusFu10-04-06
For information wrt svn/acesvn see...
Posted By: Elkano
For information wrt svn/acesvn see the following pages: - http://wiki.wowace.com/wiki/What_is_the_SVN%3F - http://www.wowace.com/wiki/SVN_Rules - http://www.wowace.com/wiki/Server_Status#Latest_Update and for infos on BabbleLib check thisone: - http://wiki.wowace.com/wiki/BabbleLib And you are right, this won't keep you fro...
File: Elkano's BuffBars10-03-06
@johndoe: will come with ebb2 @Bwi...
Posted By: Elkano
@johndoe: will come with ebb2 @Bwibbwz: most likely no since this isn't what this addon is for. also the api doesn't tell you the needed info for a bar...
File: FuBar - SkillsPlusFu10-03-06
Would you mind putting it on the ac...
Posted By: Elkano
Would you mind putting it on the acesvn? And wrt localization, are there any problems that aren't solved using BabbleLib?
File: Elkano's BuffBars09-22-06
well, it's built in (eg /ebb anchor...
Posted By: Elkano
well, it's built in (eg /ebb anchor bottomright) but for some reasons it sometimes breaks upon relog :/ EBB2's code will hopefully not have that problem.
File: FuBar - GuildFu09-12-06
Well, I had this problem too so I k...
Posted By: Elkano
Well, I had this problem too so I know what's causing it: you've installed another addon that hooks one of Blizzard's functions improper, maybe some kind of modified player link menu.
File: FuBar - FriendsFu09-11-06
Most likely: no. the wow friends AP...
Posted By: Elkano
Most likely: no. the wow friends API isn't returning that information and I'm not going to write my own code for it. Maybe I'll add a feature that takes that information from AuldLangSyne if installed but it's low priority
File: FuBar - GuildFu09-07-06
MotD is already in the current dev...
Posted By: Elkano
MotD is already in the current dev build available here: http://svn.wowace.com/files/FuBar_GuildFu-r9590.zip
File: TasteTheNaimbow09-06-06
well, I allways wanted to find a be...
Posted By: Elkano
well, I allways wanted to find a better algo for the colors than a simple rnd, but I was to lazzy ^^ Good to see that someone else picked up ^^
File: Elkano's BuffBars09-04-06
wrt the text color I can't tell atm...
Posted By: Elkano
wrt the text color I can't tell atm, haven't tried myself wrt the screenshot: It's not showing EBB but some other buffbars :/
File: FuBar - FriendsFu08-31-06
do you have a custom popup menu if...
Posted By: Elkano
do you have a custom popup menu if you click on player names in chat? It most likely broke the Blizzard function I'm using...
File: FuBar - FactionsFu08-23-06
the standings are colored according...
Posted By: Elkano
the standings are colored according to Blizzard's default coloring, the names are colored wrt the at war settings of the faction: green -> can't declare war, yellow -> can toggle at war, red -> at war
File: FuBar - FactionsFu08-22-06
Update to the latest version of FuB...
Posted By: Elkano
Update to the latest version of FuBar-2.0. You are most likely still using FuBar-1.x.
File: Elkano's BuffBars08-21-06
Re: Colors
Posted By: Elkano
Originally posted by Ylle Hmmm, how do you figure out the colors ? I found something in the LUA file that said: button:SetBackdropColor(0.3, 0.5, 1, 0.5) bar:SetStatusBarColor(0, 0.5, 1, 0.8) Don't know if that is what you need to correct, but I tried some different combinations (That I can't remember) where I got purple and...
File: Elkano's BuffBars08-21-06
right now only via changing the lua...
Posted By: Elkano
right now only via changing the lua file itself :/
File: FuBar - GuildFu08-20-06
Originally posted by Valeronsidhe...
Posted By: Elkano
Originally posted by Valeronsidhe Seems GuildFu loads on the left side of my Fubar all the time, even though I set it to Centered next to my FriendFu. I hope this issue can be solved. Otherwise a great addon, I like the new look :) Well, that's most likely caused by a bug in FuBar we're currently looking into since other plugin...
File: FuBar - FriendsFu08-19-06
Did you read the usage notes above?...
Posted By: Elkano
Did you read the usage notes above? Left-Click to whisper Alt-Left-Click to invite
File: Elkano's BuffBars08-19-06
Well, Thirsterhall isn't 100% corre...
Posted By: Elkano
Well, Thirsterhall isn't 100% correct when saying that the default buffs updtae their icons on every OnUpdate. But wrt his 2nd post, that's what EBB is doing: one OnUpdate for all buffs. The unthrottled OnUpdate is needed for both, flashing and smooth bar updates. :/ But with having only one of those maybe it's a bit better wrt per...
File: Elkano's BuffBars08-18-06
no, it's saving per account. Once I...
Posted By: Elkano
no, it's saving per account. Once I've recoded it using Ace2 you'll have lots of different save options (eg per realm, per class, per char, ...)
File: Recipe Radar07-15-06
well, what you say perfectly fits :...
Posted By: Elkano
well, what you say perfectly fits :) Have you ever heared of the embedded library CompostLib? -> http://wiki.wowace.com/index.php/CompostLib Maybe using this will help you with your problem. What it does is basicaly the following: if you finished using a table you hand it over to CompostLib which will result in the GC not collec...
File: Recipe Radar07-12-06
ladenedge, do you know tekkubs's Fu...
Posted By: Elkano
ladenedge, do you know tekkubs's FuBar_DebugProfiler? I used it to have a look at my addons processing time and memory usage and I noticed that RR produces an enomrmous memory footprint/increase in memory with it's OnUpdate function. Would you mind trying his addon to improve the performance? wrt the update: I'll try it when the...
File: Recipe Radar07-07-06
OK, I took the latest changes from...
Posted By: Elkano
OK, I took the latest changes from svn and it seems that there is a problem with German umlaute in zone names resulting in the addon not being able to show the recipes for these zones :/
File: Elkano's BuffBars07-06-06
the debuff icon borders have been c...
Posted By: Elkano
the debuff icon borders have been colored in the debuff color since 1.0. With 1.2, the timer bar will be colored too by default. So simply learn the colors :) I will not add any additional marks if you can cure the debuff yourself since this would require a lot more detection code. Simply know which colors you can cure and it shoul...
File: Elkano's BuffBars07-04-06
locking only keeps you from moving...
Posted By: Elkano
locking only keeps you from moving it. The current version leaves remembering of the position to Blizzard and that sees not to work as good as it should :/ So for the next version I've written my own code. Also: make sure that no other mods like MoveAnything and those of it's kind try to position the bars...
File: Elkano's BuffBars07-03-06
I am already working on the next ve...
Posted By: Elkano
I am already working on the next version and hopefully that will show the frame in the center of the screen on first login. But there is still some debuging I'll have to do before the release.