I'm having some problems with the infinibar mod. First of all thanks for an awesome mod.
My problem is that the reagent count doesn't really work. When I put in [reagent] in the text sub for button 15, I get nothing. Despite that putting [key] works just fine, although [key] only works on sub text 2 for some reason.
Anyways I was thinking maybe the mod doesn't have all the reagents built in so I found a variable in IB_Core.lua that I changed a bit.
Now it looks like:
local spellReagents = {
["Slow Fall"] = "Light Feather",
["Vanish"] = "Flash Powder",
}
I added the ["Vanish"] = "Flash Powder", just like it had the Light Feather version. And this still didn't work. Now I'm not sure about what to do to fix this problem.
I'm having trouble with the Tooltip overrides. I want them to be like the default blizz tooltips when you have them compressed. Basically all I want to see when I mouse over my buttons is "Spell Name (Rank #)". I can't seem to figure out how to do this and haven't seen a post on how to go about doing it. Using bartender it automatically defaults this when set in the blizz interface options menu.
Sorry if it's been covered in the last 16 pages, but I gotta ask: does anyone else get a significant amount of lag while using InfiniBar? The display will start to stutter every 3-4 seconds and I lose 10-15 FPS, both problems go away if I disable InfiniBar.
Sorry if it's been covered in the last 16 pages, but I gotta ask: does anyone else get a significant amount of lag while using InfiniBar? The display will start to stutter every 3-4 seconds and I lose 10-15 FPS, both problems go away if I disable InfiniBar.
The same happens to me but is obviously apparent in BGs. Is there a memory leak?
This mod was never finished! Features didn't get added, bugs didn't get fixed. Use it if you want to (I still have it installed, though I haven't used it in a while), but remember that it's gonna stay that way until jjsheets comes back or someone else picks it up.
But it is not sure, that jjsheets will continue developing this addon ? Sad sad sad...
I haven't found a bar addon which can run additionaly to the blizzard ui, does anyone know about an alternative with this feat, cause all i need is an additional bar in the mid of my screen.
Additionaly it seems to be the only one which showed active spells (with a green frame around the action bar button), loved this.
I think there may have been some localization commits by random people... but according to the files page, it is on it's 26th "repackaged" zip since its last update. Everytime a library that it uses is updated, a new zip gets created. The mod isn't actually updated. You need to look at the actual revision number and changelog.
Flexbar2's development is back up and it's turning out a lot like Infinibar, minus the memory leak :P It still has a bunch of work left, grouping, a few commands, there are still some bugs going on, but there is a crazy amount of development going on daily. And yeah, it runs with the default blizzui.
Please, could someone continue this mod? It's like Flexbar2 but WITH a GUI. The only reason I don't use it is because it doesn't show the response of an Actionbutton. But it has paging, buffighlighting!!! and many other nifty stuff. Maybe the Author of Flexbar2 could adept the GUI or something.
I mostly like it because of the BUFFHIGHLIGHTING, so when someone knows an addon that brings Bartender3 or the BlizzButtons to do that please let me know. Is it possible to make an module for BT3 to do that? thx
When I hit a Button in Bartender or BlizzBars its highlighted white untill i Release the Button. I found that very useful when i cudgel with my Keyboard to be sure what i hit. Also it ssems that DrDamage does not run with Infinibars. (sorry for my english ;) i'm german)
DrDamage works on infinibar. The way to make it work is listed in this thread once or twice (3 times maybe? :) ). You need to add drd (I think it was) in one of the text boxes (where you show where you want macro text, keybinding, etc).
And yeah, "on next melee" abilities, and the regular attack button, don't stay lit up if you press another button. They light up when you press them, but once you press another button, they un-highlight. I don't use Attack on my bar, and my only "on next melee" ability is my druid's Maul, but I guess it would be pretty annoying if you do put Attack on your bar or have more such abilities...
Pretty much, though, InfiniBar is unsupported. Its author went missing some months ago, and nobody is developing or supporting the addon in his absence. If you want to use it anyway, you can either live with the bugs or learn Lua and fix them yourself. :P
You were on the right track. I finally got around to fixing the tooltip-not-hiding-on-mouseout issue, and discovered that there was rather a lot of code being executed repeatedly to refresh the tooltip while it's visible... which, if you use something like DrDamage, ends up being even more code repeatedly run. Removing the refresh code seems to have no effect on functionality, and dramatically reduces the memory gain and FPS lag while tooltips are open. I'll just commit this change on the SVN, along with the self-cast option I'd posted about some time ago.
Edit: Commited. Working for me; let me know if it breaks something for you.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
My problem is that the reagent count doesn't really work. When I put in [reagent] in the text sub for button 15, I get nothing. Despite that putting [key] works just fine, although [key] only works on sub text 2 for some reason.
Anyways I was thinking maybe the mod doesn't have all the reagents built in so I found a variable in IB_Core.lua that I changed a bit.
Now it looks like:
local spellReagents = {
["Slow Fall"] = "Light Feather",
["Vanish"] = "Flash Powder",
}
I added the ["Vanish"] = "Flash Powder", just like it had the Light Feather version. And this still didn't work. Now I'm not sure about what to do to fix this problem.
The same happens to me but is obviously apparent in BGs. Is there a memory leak?
I haven't found a bar addon which can run additionaly to the blizzard ui, does anyone know about an alternative with this feat, cause all i need is an additional bar in the mid of my screen.
Additionaly it seems to be the only one which showed active spells (with a green frame around the action bar button), loved this.
InfiniBar was not finished, but perfect! :(
http://files.wowace.com/FlexBar2/ Download the very bottom file.
I mostly like it because of the BUFFHIGHLIGHTING, so when someone knows an addon that brings Bartender3 or the BlizzButtons to do that please let me know. Is it possible to make an module for BT3 to do that? thx
And yeah, "on next melee" abilities, and the regular attack button, don't stay lit up if you press another button. They light up when you press them, but once you press another button, they un-highlight. I don't use Attack on my bar, and my only "on next melee" ability is my druid's Maul, but I guess it would be pretty annoying if you do put Attack on your bar or have more such abilities...
Pretty much, though, InfiniBar is unsupported. Its author went missing some months ago, and nobody is developing or supporting the addon in his absence. If you want to use it anyway, you can either live with the bugs or learn Lua and fix them yourself. :P
So I try to disable those tooltip functions.I don't know lua much,I just make all tooltip functions do noting as I can.
And it seems works.
Hope jjsheets comes back.
Edit: Commited. Working for me; let me know if it breaks something for you.