...
I play both a mage and a priest. When I'm on my mage, I see "missing fortitude" and I have to disable all the priest buffs, then enable all the mage ones - "arcane intelligence". A few hours later, I'm playing my priest and all I see are people missing Arcane Int... I have to disable arcane int and enable all the priest buffs again.
I use a default profile for all 8 of my alts because keeping 8 different profiles maintained every time I reposition or change something is absurd.
If checking the spellbook for the spell is not viable, perhaps an option list like the "Display For" class list that checked the class of the caster instead of the target could be added. Maybe call it "Display For" and rename "Display For" to "Display On".
So I could set Fortitude to "Display For" priests, and "Display On" all classes. I could set Arcane Int to "Display For" mages, and "Display On" all mana users.
...
That's a feature I missed too. I have added such an option in GridStatusMissingBuffs, so it's easy to deactive a missing buff status if you play another class. The default setting is on for all classes, so if you don't change anything it works like before.
I have been using this mod for a few weeks with no issues till a few days ago.
I was doing a few quests when I decided to logout to disable Cartographer due to an issue with that map mod.
Upon logging back in I received this error:
.ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:8: Cannot find a library instance of "LibBabble-Class-3.0".:
FuBar-3.0.52967\libs\LibStub\LibStub.lua:23: in function `GetLibrary'
...ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:8: in main chunk:
I downloaded libBbabble class 3.0 from wowace and loaded it like its own mod. Logged in and still get the error.
I loaded the library to the gridstatusmissingbuffs folder, loaded the game and received the same error.
Once again I logged out, removed the "extra" library from my files and re-enabled Cartographer and the error goes away.
Upon logging back in I received this error:
.ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:8: Cannot find a library instance of "LibBabble-Class-3.0".:
FuBar-3.0.52967\libs\LibStub\LibStub.lua:23: in function `GetLibrary'
...ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:8: in main chunk:
i found an error in line 711. the following line can not work correctly:
local tex = spellIconList[settings.buffs[settings.icon or ""]]
because for self made Buffgroups you don't have the icon in your spellIconList
and the default buffgroups allready have the correct name in settings.icon so
that settings.buffs[settings.icon] would return nil.
to solve this problem you have to replace line 711 with the following:
local tex = spellIconList[settings.icon] or GetSpellTexture(settings.buffs[settings.icon])
GridStatusMissingBuffs:
- fix 'Prayer of Shadow Protection' typo
- texture fix from AgentRocket (forum post)
There still seems to be some issue with 'Shadow Protection', even in this latest release.
I have enabled 'Buff Group: Shadow Protection', but regardless what frame I try to display it in, a center icon, a corner, whatever, it just doesn't show.
There still seems to be some issue with 'Shadow Protection', even in this latest release.
I have enabled 'Buff Group: Shadow Protection', but regardless what frame I try to display it in, a center icon, a corner, whatever, it just doesn't show.
Regards, Robert.
Hmm strange. I have no problem with GridStatusMissingBuffs r77686. Are you sure you set the 'Show', 'Class Filter' and 'Your Class Filter' option in a way you can see a missing buff? You should always see a missing buff if you don't change the 'Class Filter' and 'Your Class Filter' options. (and if you are not in combat or so ['Show'-option])
Hmm strange. I have no problem with GridStatusMissingBuffs r77686. Are you sure you set the 'Show', 'Class Filter' and 'Your Class Filter' option in a way you can see a missing buff? You should always see a missing buff if you don't change the 'Class Filter' and 'Your Class Filter' options.
As a last try I edited the grid.lua in SavedVariables and removed the section related to GridStatusMissingBuffs. Then restarted and configured the addon again. Now it works! I guess I must have done something silly the first time around. Thanks.
Not sure but after some researching, I traced the bug to GridStatusMissingBuffs. If I disable this then Deucecommander works fine. Strange thing is Deucecommander seems to work when I log on my priest.
2008/09/21 00:52:59-1766-x1]: DeuceCommander-1.1\DeuceCommander.lua:83: Dewdrop-2.0: args.UnitFrame.args.Grid.args.GridStatus.args.GridStatusMissingBuffs.args.buffGroup_BlessingofWisdom.args.delete_buff.args.buffGroup_: "name" cannot be a 0-length string
Ace2\AceLibrary\AceLibrary.lua:122: in function `error'
Dewdrop-2.0-78658 (DewdropLib):1300: in function `FeedAceOptionsTable'
DeuceCommander-1.1\DeuceCommander.lua:83: in function `OnMenuRequest'
FuBarPlugin-2.0-80867:1130: in function <...\FuBarPlugin-2.0\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:1120>
Dewdrop-2.0-78658 (DewdropLib):1894: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:1843>
Dewdrop-2.0-78658 (DewdropLib):2779: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:2738>
Dewdrop-2.0-78658 (DewdropLib):2995: in function `Open'
FuBarPlugin-2.0-80867:1175: in function `OpenMenu'
FuBarPlugin-2.0-80867:987: in function <...\FuBarPlugin-2.0\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:985>
FuBar-3.0.52967\FuBar.lua:1212: in function <Interface\AddOns\FuBar\FuBar.lua:1206>
Tablet-2.0-78683 (TabletLib):2556: in function <Interface\AddOns\TabletLib\Tablet-2.0\Tablet-2.0.lua:2554>
I started getting this/these errors yesterday afternoon.
[2008/09/29 10:03:39-1-x1]: ...ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:888: GetSpellTexture(): Invalid spell slot:
SpecialEvents-Aura-2.0-80144:132: in function `?'
AceEvent-2.0-82169 (Ace2):695: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:682>
<in C code>: ?
AceEvent-2.0-82169 (Ace2):368: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:345>
[2008/09/29 10:03:40-1-x1]: ...ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:888: GetSpellTexture(): Invalid spell slot:
<in C code>: ?
AceEvent-2.0-82169 (Ace2):298: in function `TriggerEvent'
Roster-2.1-55419 (RosterLib):386: in function `CreateOrUpdateUnit'
Roster-2.1-55419 (RosterLib):204: in function `ScanFullRoster'
Roster-2.1-55419 (RosterLib):108: in function <Interface\AddOns\RosterLib\Roster-2.1\Roster-2.1.lua:102>
<in C code>: ?
AceEvent-2.0-82169 (Ace2):260: in function `TriggerEvent'
AceEvent-2.0-82169 (Ace2):925: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:923>
<in C code>: ?
AceEvent-2.0-82169 (Ace2):264: in function `TriggerEvent'
AceEvent-2.0-82169 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
Got some Errors with GridStatusMissingBuffs since the update 4 days ago..
...ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:888: GetSpellTexture(): Invalid spell slot
...AltClickToAddItem\libs\AceEvent-2.0\AceEvent-2.0.lua:299: in function `TriggerEvent'
Interface\AddOns\Grid\GridCore.lua:367: in function <Interface\AddOns\Grid\GridCore.lua:359>
[C]: ?
...AltClickToAddItem\libs\AceEvent-2.0\AceEvent-2.0.lua:298: in function `TriggerEvent'
Interface\AddOns\Grid\libs\Roster-2.1\Roster-2.1.lua:386: in function `CreateOrUpdateUnit'
Interface\AddOns\Grid\libs\Roster-2.1\Roster-2.1.lua:204: in function `ScanFullRoster'
Interface\AddOns\Grid\libs\Roster-2.1\Roster-2.1.lua:108: in function <Interface\AddOns\Grid\libs\Roster-2.1\Roster-2.1.lua:102>
[C]: ?
...AltClickToAddItem\libs\AceEvent-2.0\AceEvent-2.0.lua:260: in function `TriggerEvent'
...AltClickToAddItem\libs\AceEvent-2.0\AceEvent-2.0.lua:925: in function <...AltClickToAddItem\libs\AceEvent-2.0\AceEvent-2.0.lua:923>
[C]: ?
...AltClickToAddItem\libs\AceEvent-2.0\AceEvent-2.0.lua:264: in function `TriggerEvent'
...AltClickToAddItem\libs\AceEvent-2.0\AceEvent-2.0.lua:910: in function <...AltClickToAddItem\libs\AceEvent-2.0\AceEvent-2.0.lua:903>
Any clues?
Happens also while having only Grid + GridStatusMissingBuffs active..:(
v3.0.3.01 release for wotlk
I tagged a new release that fixes some paladin issues. I have no paladin. Please report problems with it AND INCLUDE your class. Problem reports are no good without knowing what class is having issues.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
That's a feature I missed too. I have added such an option in GridStatusMissingBuffs, so it's easy to deactive a missing buff status if you play another class. The default setting is on for all classes, so if you don't change anything it works like before.
GridStatusMissingBuffs has no option so set up a sound. What addon do you use to do this?
I was doing a few quests when I decided to logout to disable Cartographer due to an issue with that map mod.
Upon logging back in I received this error:
.ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:8: Cannot find a library instance of "LibBabble-Class-3.0".:
FuBar-3.0.52967\libs\LibStub\LibStub.lua:23: in function `GetLibrary'
...ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:8: in main chunk:
I downloaded libBbabble class 3.0 from wowace and loaded it like its own mod. Logged in and still get the error.
I loaded the library to the gridstatusmissingbuffs folder, loaded the game and received the same error.
Once again I logged out, removed the "extra" library from my files and re-enabled Cartographer and the error goes away.
I am using the latest versions of the mods.
Any suggestions ?
What Grid version do you use? LibBabble-Class-3.0 (and LibStub) is part of Grid since 16 April 2008 (>=r70034). Update Grid if you have an old version.
latest versions:
http://files.wowace.com/Grid/Grid.zip
http://files.wowace.com/GridStatusMissingBuffs/GridStatusMissingBuffs.zip
Damn.. I was sure I was using the latest version of Grid.. turns out I wasn't.
Thanks for the help
because for self made Buffgroups you don't have the icon in your spellIconList
and the default buffgroups allready have the correct name in settings.icon so
that settings.buffs[settings.icon] would return nil.
to solve this problem you have to replace line 711 with the following:
*note to self*: apply for svn account!
fixed in GridStatusMissingBuffs r77686:
GridStatusMissingBuffs:
- fix 'Prayer of Shadow Protection' typo
- texture fix from AgentRocket (forum post)
There still seems to be some issue with 'Shadow Protection', even in this latest release.
I have enabled 'Buff Group: Shadow Protection', but regardless what frame I try to display it in, a center icon, a corner, whatever, it just doesn't show.
Regards, Robert.
Hmm strange. I have no problem with GridStatusMissingBuffs r77686. Are you sure you set the 'Show', 'Class Filter' and 'Your Class Filter' option in a way you can see a missing buff? You should always see a missing buff if you don't change the 'Class Filter' and 'Your Class Filter' options. (and if you are not in combat or so ['Show'-option])
As a last try I edited the grid.lua in SavedVariables and removed the section related to GridStatusMissingBuffs. Then restarted and configured the addon again. Now it works! I guess I must have done something silly the first time around. Thanks.
Regards, Robert.
Just paste these two bits of code into the appropriate locations, and voila! :)
-Verxion
spellNameList["Thorns"], _, spellIconList["Thorns"] = GetSpellInfo(26992)
buffGroup_Thorns = {
text = spellNameList["Thorns"],
desc = L["Buff Group: "]..spellNameList["Thorns"],
icon = "Thorns",
buffs = {
Thorns = spellNameList["Thorns"],
},
classFilter = {
MAGE = false,
ROGUE = false,
HUNTER = false,
SHAMAN = false,
PRIEST = false,
WARLOCK = false,
},
yourClassFilter = {},
combat = false,
dead = false,
offline = false,
onself = true,
onparty = true,
onraid = true,
enable = false,
color = { r = 0, g = 0, b = 1, a = 1 },
priority = 99,
range = false,
},
Grid +79901.15
GridStatusMissingBuffs +77686
DeuceCommander -80763
I have used WAU and selected reinstall all apps and still broken.
[2008/09/29 10:03:39-1-x1]: ...ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:888: GetSpellTexture(): Invalid spell slot:
SpecialEvents-Aura-2.0-80144:132: in function `?'
AceEvent-2.0-82169 (Ace2):695: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:682>
<in C code>: ?
AceEvent-2.0-82169 (Ace2):368: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:345>
[2008/09/29 10:03:40-1-x1]: ...ns\GridStatusMissingBuffs\GridStatusMissingBuffs.lua:888: GetSpellTexture(): Invalid spell slot:
<in C code>: ?
AceEvent-2.0-82169 (Ace2):298: in function `TriggerEvent'
Roster-2.1-55419 (RosterLib):386: in function `CreateOrUpdateUnit'
Roster-2.1-55419 (RosterLib):204: in function `ScanFullRoster'
Roster-2.1-55419 (RosterLib):108: in function <Interface\AddOns\RosterLib\Roster-2.1\Roster-2.1.lua:102>
<in C code>: ?
AceEvent-2.0-82169 (Ace2):260: in function `TriggerEvent'
AceEvent-2.0-82169 (Ace2):925: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:923>
<in C code>: ?
AceEvent-2.0-82169 (Ace2):264: in function `TriggerEvent'
AceEvent-2.0-82169 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
Any clues?
Happens also while having only Grid + GridStatusMissingBuffs active..:(
I tagged a new release that fixes some paladin issues. I have no paladin. Please report problems with it AND INCLUDE your class. Problem reports are no good without knowing what class is having issues.