Results: 167Comments by: Elkano
File: Elkano's BuffBars04-23-07
Oo EBB never had cooldown timers.....
Posted By: Elkano
Oo EBB never had cooldown timers... Which version are you using?
File: Elkano's BuffBars04-05-07
Just as a short note: EBB2 is in be...
Posted By: Elkano
Just as a short note: EBB2 is in beta status since a week and will sadisfy most of your requests.
File: FuBar - FactionsFu04-04-07
Without a stacktrace there isn't mu...
Posted By: Elkano
Without a stacktrace there isn't much I can do, especialy since I don't get that error :/ Would you mind installing !buggrabber & bugsack from http://files.wowace.com and provide me with such a stacktrace?
File: Elkano's BuffBars03-14-07
well, it's under heavy development....
Posted By: Elkano
well, it's under heavy development. You'll need some libraries I haven't set as externals yet (eg SharedMediaLib), having SharedMedia installed will also benefit but isn't needed. Also it's set to be load on demand so it will only load for me when I'm working on it ^^ So using eg ModMenuToFu you can load it ingame, /script LoadAdd...
File: Elkano's BuffBars03-06-07
/ebb anchor bottomright /ebb inver...
Posted By: Elkano
/ebb anchor bottomright /ebb invert true
File: Elkano's BuffBars02-25-07
depleting meaning going from empty...
Posted By: Elkano
depleting meaning going from empty to full is possible by changing the value set from timeleft to (timemax - timeleft). But that would still be left-to-right movement. I still haven't found a way for right-to-left :/
File: Elkano's FramesResized02-11-07
well, I think that would go to Skin...
Posted By: Elkano
well, I think that would go to Skinner. Iirc it used to support the old version but when I put the 2.0 version online they didn't fix but remiove the support :/
File: Recipe Radar01-28-07
you're welcome :) BTW: "Krater von...
Posted By: Elkano
you're welcome :) BTW: "Krater von Un'Goro" doesnt show a map or recipes on deDE
File: FuBar - FriendsFu01-24-07
How did you download the addon? WAU...
Posted By: Elkano
How did you download the addon? WAU without externals? In that case, check out RosterLib, too...
File: ColaLight01-24-07
wrong prices in shipped database
Posted By: Elkano
by now I've noticed that at least some of the values shiped with ColaLight don't mach the actual price the vendor will pay. Eg the Stormpike Insignias, though not sellable, are listed with 2 copper each.
File: FuBar - FriendsFu01-23-07
well this one should do... at least...
Posted By: Elkano
well this one should do... at least I didn't get any reports it doesn't so far... and if it doesn't, use the latest dev version linked in the text abouve...
File: Elkano's ItemDB01-19-07
1. well, the client2client communic...
Posted By: Elkano
1. well, the client2client communication is done via whispers since these support item links which I need to confirm valid links. But WhisperFu will possibly allow you to blacklist some message patterns so you could try that. 2. That is 100% intentionaly. Valid items will become invalid when the server restarts. Since I can't chec...
File: Elkano's BuffBars01-14-07
bugfix is most likely the 'run outd...
Posted By: Elkano
bugfix is most likely the 'run outdated addons' switch ;) or try the latest version from svn: http://www.wowace.com/files/ElkBuffBar/ElkBuffBar.zip
File: Recipe Radar01-12-07
Iirc RR used to filter recipes not...
Posted By: Elkano
Iirc RR used to filter recipes not available to you due to tradeskill specialisation. Did you update this to the 2.0.3 changes? and with regard to season recepies: date() and time() are your friends :) http://www.lua.org/manual/5.1/manual.html#pdf-os.date
File: FuBar - FactionsFu01-09-07
which 'latest release'? the one on...
Posted By: Elkano
which 'latest release'? the one on this page or the one on svn/wowace?
File: FuBar - FactionsFu01-08-07
I changed the tracking code to sth...
Posted By: Elkano
I changed the tracking code to sth that is working even better :) enjoy
File: FuBar - FriendsFu01-04-07
Originally posted by Hevanus Note...
Posted By: Elkano
Originally posted by Hevanus NotesUNeed beats the pants off of AuldLangSyne, Ace2 or not. If CT_PlayerNotes is enough for you, though, then AuldLangSyne is a good idea. Unfortunately there's currently NO way to disable the PlayerNotes module of CT_Core last I checked, so you'd have to throw the baby out with the bathwater (which I...
File: Elkano's BuffBars01-02-07
Since DeuceCommander only works wit...
Posted By: Elkano
Since DeuceCommander only works with ace addons it's no wonder that the option don't show up...
File: FuBar - GuildFu12-25-06
fixed on SVN... was a reminder of t...
Posted By: Elkano
fixed on SVN... was a reminder of the old RodterLib
File: FuBar - FactionsFu12-24-06
done deal :)
Posted By: Elkano
done deal :)
File: FuBar - FactionsFu12-23-06
ups, my fault. It didn't even look...
Posted By: Elkano
ups, my fault. It didn't even look for this settings ^^'
File: FuBar - FactionsFu12-23-06
FactionItemsFu =|= FactionsFu ^^
Posted By: Elkano
FactionItemsFu =|= FactionsFu ^^
File: FuBar - FactionsFu12-22-06
ups ^^ c&p is evil :/ should be fi...
Posted By: Elkano
ups ^^ c&p is evil :/ should be fixed in the next push. thx :)
File: Elkano's BuffBars12-19-06
my current match is: "^(+) %(%d+ +%...
Posted By: Elkano
my current match is: "^(+) %(%d+ +%)" maybe I should change it to: "^(.+) %(%d+ +%)$", I wonder if that would work. Feel free to try. The pattern is found in the function GetTempBuffName around line 445.
File: Elkano's BuffBars12-19-06
Re: temporary weapon enchants
Posted By: Elkano
well, the problem is that there is no API to obtain the name of these enchants. So I had to fall back to tooltip scanning which isn't perfect :/