The author's been very busy lately. As far as I know, the errors are caused by some rep data that was added to PT3 without the proper formatting for GrindStatus to read, so you could try reverting just the PeriodicTable-3.0 part of GrindStatus and see if that helps.
I've recently started getting a minor problem while using GrindStatus. Everytime I turn in a quest of a different faction, it would automatically display my current rep standing with that faction. I know there's an option to show that in GrindStatus, but I've turned that off since I only want to view one faction no matter what quest I turn in.
Error: attempt to index local 'value' (a boolean value)
AddOn: GrindStatus
Message: GrindStatus.lua
: 479
: 2
--------
Error: attempt to index local 'value' (a boolean value)
AddOn: GrindStatus
Document: GrindStatus.lua
: 640
: 1
It can show rewards, but can't show reputation value.(r42927)
The following changes need to be made to PeriodicTable-3.0 files to get rid of the errors regarding Netherwing Faction in GrindStatus.
Disclaimer: Since these files explicitly state that they shouldn't be manually edited do the proposed changes at your own risk.
That said someone has broken them already and the changes I propose are correct and will fix the problem with GrindStatus.
data.lua, datacompressed.lua (both at the root of PeriodicTable-3.0 library) and PeriodicTable-3.0-Reputation.lua (in PeriodicTable-3.0-Reputation subfolder)
need to be edited in either the GrindStatus embedded folders or PeriodicTable-3.0 standalone.
Look for the line containing ["Reputation.Turnin.Netherwing"] in all these 3 files and change them as shown below:
Note: there's also a couple turnins missing for this faction, data.lua should contain
["Reputation.Turnin.Netherwing"] = "o,32427:v25/4,32464:v25/4,32468:v25/4,32470:v250/35,32506:v250,32509:v25,32723:v350/15",
2 more items (Netherwing Relic http://www.wowhead.com/?item=32509 and Nethermine Cargo http://www.wowhead.com/?item=32723)
but I didn't add those.
[2007/07/14 06:22:21-2518-x1]: GrindStatus-1.2\GrindStatus.lua:640: attempt to index local 'value' (a boolean value)
GrindStatus-1.2\GrindStatus.lua:1063: in function `OnTooltipUpdate'
FuBarPlugin-2.0-40928:364: in function `runChildren'
Tablet-2.0-41876 (TabletLib):2355: in function `children'
Tablet-2.0-41876 (TabletLib):2399: in function <Interface\AddOns\TabletLib\Tablet-2.0\Tablet-2.0.lua:2366>
<in C code>: in function `Open'
Tablet-2.0-41876 (TabletLib):2533: in function <Interface\AddOns\TabletLib\Tablet-2.0\Tablet-2.0.lua:2527>
FuBarPlugin-2.0-40928:413: in function <...\FuBarPlugin-2.0\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:412>
and
[2007/07/14 06:22:36-2518-x1]: GrindStatus-1.2\GrindStatus.lua:479: attempt to index local 'value' (a boolean value)
GrindStatus-1.2\GrindStatus.lua:408: in function `UpdateRepItems'
GrindStatus-1.2\GrindStatus.lua:434: in function `FullStatusUpdate'
GrindStatus-1.2\GrindStatus.lua:935: in function `func'
Dewdrop-2.0-42392 (DewdropLib):665: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:604>
When I try to change focus from the plug in. Working on Netherwing rep.
Fritos, there is a spam-filter so to speak, if you automatically request to many links per time you will get disconnected again. Seems the removal of dc wasn't too good for their bandwith :P
Anyway what i wanted to say is, some reputation quests seem to be missing. Iiirc the turninquest for consortiumreputation in area52 netherstorm isn't included. And if i gain reputation with the Black temple faction, i get a UNKNOWN on my bar. Maybe it's a missing german translation only...
We should take care of grindstatus beeing complete with every possible turnin and possible killquest. Maybe track killings of certain mobs as well.
Hey-
I am using WUU to update my addons. It seems that grindstatus no longer using latest.txt or there is a problem getting it. All the other addons from wowace seem to work so I don't believe the problem is with WUU.
Hi
Been using this addon for a long time and like the simplicity of if.
Was wondering if someone can update it a little as it still shows you that you need to get revered to get any of the heroic dungeon keys, don't know if anything else is wrong rerolled on a pvp realm and only just started getting near 70.
So to the addon author or anyone who can could you give it a little update please, Or let me know of a better/better maintained replacement
Shortly before the patch it also had problems if a quest or kill rewarded reputation for more than one paction. FOr example " you get +200reputation with the horde or steemwheedle"
Any chance of an update including the Shattered Sun Offensive ?
If you mean rewards and such, GrindStatus pulls those from PeriodicTable-3.1.
I've submitted a patch for these a while ago and it's been included,
so make sure your PT3.1 is updated and SSO rewards will show on GrindStatus.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hmmm that sounds kind of incomprehensible to me.
Sorry for my ignorance but I do not know what to do :)
Error: attempt to index local 'value' (a boolean value)
AddOn: GrindStatus
Message: GrindStatus.lua
: 479
: 2
--------
Error: attempt to index local 'value' (a boolean value)
AddOn: GrindStatus
Document: GrindStatus.lua
: 640
: 1
It can show rewards, but can't show reputation value.(r42927)
Disclaimer: Since these files explicitly state that they shouldn't be manually edited do the proposed changes at your own risk.
That said someone has broken them already and the changes I propose are correct and will fix the problem with GrindStatus.
data.lua, datacompressed.lua (both at the root of PeriodicTable-3.0 library) and PeriodicTable-3.0-Reputation.lua (in PeriodicTable-3.0-Reputation subfolder)
need to be edited in either the GrindStatus embedded folders or PeriodicTable-3.0 standalone.
Look for the line containing ["Reputation.Turnin.Netherwing"] in all these 3 files and change them as shown below:
data.lua ->
["Reputation.Turnin.Netherwing"] = "o,32427:v25/4,32464:v25/4,32468:v25/4,32470:v250/35,32506:v250",
datacompressed.lua ->
["Reputation.Turnin.Netherwing"] = "o,p0r:v25/4,p1s:v25/4,p1w:v25/4,p1y:v250/35,p2y:v250",
PeriodicTable-3.0-Reputation\PeriodicTable-3.0-Reputation.lua ->
["Reputation.Turnin.Netherwing"] = "o,p0r:v25/4,p1s:v25/4,p1w:v25/4,p1y:v250/35,p2y:v250",
Save and reloadui.
Note: there's also a couple turnins missing for this faction, data.lua should contain
["Reputation.Turnin.Netherwing"] = "o,32427:v25/4,32464:v25/4,32468:v25/4,32470:v250/35,32506:v250,32509:v25,32723:v350/15",
2 more items (Netherwing Relic http://www.wowhead.com/?item=32509 and Nethermine Cargo http://www.wowhead.com/?item=32723)
but I didn't add those.
GrindStatus-1.2\GrindStatus.lua:1063: in function `OnTooltipUpdate'
FuBarPlugin-2.0-40928:364: in function `runChildren'
Tablet-2.0-41876 (TabletLib):2355: in function `children'
Tablet-2.0-41876 (TabletLib):2399: in function <Interface\AddOns\TabletLib\Tablet-2.0\Tablet-2.0.lua:2366>
<in C code>: in function `Open'
Tablet-2.0-41876 (TabletLib):2533: in function <Interface\AddOns\TabletLib\Tablet-2.0\Tablet-2.0.lua:2527>
FuBarPlugin-2.0-40928:413: in function <...\FuBarPlugin-2.0\FuBarPlugin-2.0\FuBarPlugin-2.0.lua:412>
and
[2007/07/14 06:22:36-2518-x1]: GrindStatus-1.2\GrindStatus.lua:479: attempt to index local 'value' (a boolean value)
GrindStatus-1.2\GrindStatus.lua:408: in function `UpdateRepItems'
GrindStatus-1.2\GrindStatus.lua:434: in function `FullStatusUpdate'
GrindStatus-1.2\GrindStatus.lua:935: in function `func'
Dewdrop-2.0-42392 (DewdropLib):665: in function <...erface\AddOns\DewdropLib\Dewdrop-2.0\Dewdrop-2.0.lua:604>
When I try to change focus from the plug in. Working on Netherwing rep.
D'OH!
So would be nice to have the rewards automatically populating instead of clicking them everytime a session.
Anyway what i wanted to say is, some reputation quests seem to be missing. Iiirc the turninquest for consortiumreputation in area52 netherstorm isn't included. And if i gain reputation with the Black temple faction, i get a UNKNOWN on my bar. Maybe it's a missing german translation only...
We should take care of grindstatus beeing complete with every possible turnin and possible killquest. Maybe track killings of certain mobs as well.
I am using WUU to update my addons. It seems that grindstatus no longer using latest.txt or there is a problem getting it. All the other addons from wowace seem to work so I don't believe the problem is with WUU.
Malfeus
Relevent section in AzerothFactionMisc.lua:
there is missing an 'n':
fixed:
Been using this addon for a long time and like the simplicity of if.
Was wondering if someone can update it a little as it still shows you that you need to get revered to get any of the heroic dungeon keys, don't know if anything else is wrong rerolled on a pvp realm and only just started getting near 70.
So to the addon author or anyone who can could you give it a little update please, Or let me know of a better/better maintained replacement
Tat
If you mean rewards and such, GrindStatus pulls those from PeriodicTable-3.1.
I've submitted a patch for these a while ago and it's been included,
so make sure your PT3.1 is updated and SSO rewards will show on GrindStatus.