Results: 167Comments by: Elkano
File: Elkano's BuffBars06-30-06
hmm, good point. I still have my mi...
Posted By: Elkano
hmm, good point. I still have my minimap in the default position but I think you're right ^^
File: Elkano's BuffBars06-28-06
at the moment, there is no ingame w...
Posted By: Elkano
at the moment, there is no ingame way to change the width. but changing it in the XML file should work, just look for the "250" in the beginning of the file :) Ingame commands will come soon (well, as soon as I find time to add them ;) )
File: Recipe Radar06-28-06
There is a way to batch cache the r...
Posted By: Elkano
There is a way to batch cache the recipes: create a hidden tooltip and then set it to the items. This will result in the client trying to chache the item but could lead to a disconnect as it is with mouseover right now. wrt the new 1.11 deDE zone names: http://dragonnoir.dr.funpic.de/diverses/Bild3.jpg I've found this pic in the...
File: Elkano's BuffBars06-27-06
Re: Sorting request
Posted By: Elkano
Originally posted by Aleron Sorry for posting it here but I couldn't find a thread for requesting features in the forums, as the message above the comment box states... Is there any possibility to sort the buffs on the bar on time remaining? I prefer to have all my unending buffs first (e.g. aura's), and then all the other buffs...
File: Elkano's BuffBars06-26-06
Originally posted by Dawn (...)...
Posted By: Elkano
Originally posted by Dawn (...) - is there a way to shorten the bars ? (curently it is ways to wide for my taste, a lot wider than my minimap. takes to much space imho) - maybe overlap one buff "row" into a second "row" per buff for long buff names (wich would also result in shorter "rows", without cutting of parts of the buff na...
File: Elkano's BuffBars06-26-06
It's fixed in 1.0a I don't know wh...
Posted By: Elkano
It's fixed in 1.0a I don't know why this didn't happen for me but at least it showed me once again that I hate case sensitve stuff ;)
File: Recipe Radar06-23-06
Originally posted by Jayhawk I th...
Posted By: Elkano
Originally posted by Jayhawk I think this is a great add one, but... is it supposed to change most (all?) recipes back to Uncached when one installs a newer version? This happenend 2-3 times to me now... yes, it is. It uses the data stored in the client's cache which is reset every patch. So you can't blame the addon itself :) S...
File: Recipe Radar06-22-06
looks like 1.6 now runs fine on deD...
Posted By: Elkano
looks like 1.6 now runs fine on deDE :) only thing not working I noticed so far are the list icons in radar mode. This was broken before, too. I'll have a look if I can find a fix :) /€dit: ok, you are assigning icons by name using the skills name. But you only have icons for the English names :) Maybe you should convert all the...
File: FuBar - HonorFu06-14-06
Re: Auto-display minimap
Posted By: Elkano
Originally posted by Marthisdil Still doesn't automatically open the minimap when going into a BG - Have checked/unchecked/rechecked setting, deleted saved variables, etc. I'm working on a fix for that problem (took me a while to trace it down) and as soon as I'm sure it's working as intended, I'll have ckknight release it.
File: FuBar - GroupFu06-11-06
wrt rolling for loot and translatio...
Posted By: Elkano
wrt rolling for loot and translations: why don't you use the built in global strings for matching? this way it would work for all language versions. Check out the LOOT_ROLL_* strings in GlobalStrings.lua (you can use BabbleLib's Deformat to work with these patterns)
File: FuBar - QuestsFu06-02-06
OK, if found two things that may be...
Posted By: Elkano
OK, if found two things that may be rated bug/missing feature: - in my questlog I have two cats named "Alteractal". One holds the quests from within Alterac Valley, the other one holds the "3 marks" quest for Alterac. QuestFu's tooltip does show two "Alteractal" cats, but both contain the "3 marks" quest and if I colapse one the oth...
File: Recipe Radar05-14-06
ok, the following strings are for a...
Posted By: Elkano
ok, the following strings are for an update of deDE 1.5 localization: (you are missing soe strings in the file thatare used by the addon, eg "Inapplicable Professions") RecipeRadar_Strings = "Automatisch aktuelle Zone w\195\164hlen" RecipeRadar_Strings = "Verwendbarkeit f\195\188r Alts pr\195\188fen" RecipeRadar_Strings = "Positio...
File: Recipe Radar05-08-06
ok, yust tried 1.4 and the bug stil...
Posted By: Elkano
ok, yust tried 1.4 and the bug still exists, so two examples: standing in Stormwind, I have only teo recipes that are green to me: the two X-mas recipes. so having all three filters (available, unavailable, known) aktive shows me the correct list. But disableing 'available' doesn't hide the two recipes and disableing known hides...
File: Recipe Radar05-01-06
ok, here's a better localization fo...
Posted By: Elkano
ok, here's a better localization for deDE: if (GetLocale() == "deDE") then RecipeRadar_Strings = "Recipe Radar umschalten" RecipeRadar_Strings = "Recipe Radar" RecipeRadar_Strings = "Automatisch aktuelle Zone w\195\164hlen" RecipeRadar_Strings = "Verwendbarkeit f\195\188r Alts pr\195\188fen" RecipeRadar_Strin...
File: Elkano's ItemDB02-05-06
Since I'm not maintaining my own DB...
Posted By: Elkano
Since I'm not maintaining my own DB I don't know which items are worn by toons. If there is such a DB it might be possible to show it as an extra tab but I won't have this addon build a persistant DB.
File: Elkano's ItemDB01-10-06
Well, I'm only working with the dat...
Posted By: Elkano
Well, I'm only working with the data GetItemInfo offers me :) (everything else would need tooltip scaning and is imho better done on web pages then inside WoW) Right now I'm trying to track down a bug that happens to one of my friends and if nothing else happens, I think I'll soon release it on the other ui pages, too. This will...
File: Elkano's ItemDB12-17-05
keybinding: I'll look into it icon...
Posted By: Elkano
keybinding: I'll look into it icon: will be coming with 1.9 when GetItemInfo returns the texture :) /€dith just told me that keybinding is now working in my local version :)