I got the latest, I'll give it a shot next time I run a 5-man.
In the meantime, I now get the following when I click on the FuBar widget to do a roll:
[2007/02/08 17:35:22-447-x1]: FuBar_GroupFu-1\GroupFu.lua:209: attempt to index a nil value
FuBarPlugin-2.0-27487:347: in function `runChildren'
Tablet-2.0-27116 (TabletLib):2497: in function `children'
Tablet-2.0-27116 (TabletLib):2508: in function `Open'
Tablet-2.0-27116 (TabletLib):2640: in function <Interface\AddOns\TabletLib\Tablet-2.0\Tablet-2.0.lua:2634>
FuBarPlugin-2.0-27487:396: in function <...\FuBarPlugin-2.0\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:395>
... I'm expecting that's unrelated to what you just fixed. I know there was just a FuBarPlugin-2.0 update, so perhaps related there (I tend to track HEAD on all my libs). Probably worth checking out. Let me know if you need any more info on that one.
Hmm. That's odd, my system certainly *thinks* it has HEAD. I'll wipe it and check it out fresh and see if that makes any difference. Kind of annoying... sorry about that.
Fehler: Babble-Zone-2.2: Translation "The Battle for Mount Hyjal" does not exist.
Datei:...ddOns\FuBar_GuildFu\Libs\Tourist-2.0\Tourist-2.0.lua
Zeile:2165
Fehler Nummer:1
Fehler: Babble-Zone-2.2: Translation "The Battle for Mount Hyjal" does not exist.
Datei:...ddOns\FuBar_GuildFu\Libs\Tourist-2.0\Tourist-2.0.lua
Zeile:2165
Fehler Nummer:1
Im playing with german client.
Thanks, but this is neither a problem with GroupFu, PTReagentFu or GuildFu.
It's a problem with the German translation for Babble-Zone-2.2, and only you or other germans can fix it.
Would be kind of useful if GroupFu indicated normal or regular instance mode in some way (maybe an N or H on the bar text and a line of text on the tooltip?).
This thread is actually about my replacement, FuBar_PTReagentFu (and my FuBar_GroupFu rewrite), which I made when I realised I didn't like the ReagentFu code at all.
I have no idea about ReagentFu, but I'm maintaining PTReagentFu for sure, so if you for some reason can't use that, please tell me why so I can fix it.
Suggestion/Wanted: is it possible to add a small dungeon mode display/icon (just a letter N/H would do) to groupfu? I think it would be nice info to have along with loot mode.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
In the meantime, I now get the following when I click on the FuBar widget to do a roll:
[2007/02/08 17:35:22-447-x1]: FuBar_GroupFu-1\GroupFu.lua:209: attempt to index a nil value
FuBarPlugin-2.0-27487:347: in function `runChildren'
Tablet-2.0-27116 (TabletLib):2497: in function `children'
Tablet-2.0-27116 (TabletLib):2508: in function `Open'
Tablet-2.0-27116 (TabletLib):2640: in function <Interface\AddOns\TabletLib\Tablet-2.0\Tablet-2.0.lua:2634>
FuBarPlugin-2.0-27487:396: in function <...\FuBarPlugin-2.0\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:395>
... I'm expecting that's unrelated to what you just fixed. I know there was just a FuBarPlugin-2.0 update, so perhaps related there (I tend to track HEAD on all my libs). Probably worth checking out. Let me know if you need any more info on that one.
Thanks!
Not sure what drugs svn was on there. Sorry about that.
Fehler: Babble-Zone-2.2: Translation "The Battle for Mount Hyjal" does not exist.
Datei:...ddOns\FuBar_GuildFu\Libs\Tourist-2.0\Tourist-2.0.lua
Zeile:2165
Fehler Nummer:1
Im playing with german client.
Thanks, but this is neither a problem with GroupFu, PTReagentFu or GuildFu.
It's a problem with the German translation for Babble-Zone-2.2, and only you or other germans can fix it.
["message"] = "FuBar_ReagentFu-2.0.10\\ReagentFu.lua:436: AceLocale(ReagentFu): Reverse translation for \"Arrow\" does not exist\n\n ---",
["type"] = "error",
["time"] = "2007/06/10 11:32:57",
["session"] = 2,
["counter"] = 2,
Just looked over the code, try to add somthing like this at the end of ReagentFuLocals-deDE.lua, just above the line }end)
I had the idea already. Error message away, but all reagents = 0.
@ Garns
the code is
-- hunter, rogue, warrior
["Arrow"] = "Pfeil",
["Arrow.SHORT"] = "-> ",
["Bullet"] = "Munition",
["Bullet.SHORT"] = "* ",
no notion the reagents to be indicated why now
@ Rabbit
unfortunately your Addon is not completely translated
a problem gives it there still
ReagentFu indicates only arrow and FuBar_PTReagentFu only Bullet
-- hunter, rogue, warrior
["Arrow"] = "Pfeil",
["Arrow.SHORT"] = "-> ",
["Bullet"] = "Kugel",
["Bullet.SHORT"] = "* ",
http://www.1-filehost.midnightirc.info/index.php?t=dl&hash=oFdpmb0Nh0KIbvtC1qec0ti14oc1HAzo
I have no idea about ReagentFu, but I'm maintaining PTReagentFu for sure, so if you for some reason can't use that, please tell me why so I can fix it.