I noticed that King of the Jungle has stopped working for me. :( I don't play my hunter alt all that often, but I also have KotJ included in my addon comp. I noticed that it started throwing out errors last night, though it's cause could have happened as far back as a couple weeks ago. It HAS worked since the last time it was updated, so it might be a library issue - I can't tell from the error it gives.
Tried using it with embedded libs instead of standalone - still doesn't work. There are a lot of unknown item ids in the foods list... Could it be how it's trying to pull things from PT? (hehe, just guessing here :P )
Tried using it with embedded libs instead of standalone - still doesn't work. There are a lot of unknown item ids in the foods list... Could it be how it's trying to pull things from PT? (hehe, just guessing here :P )
Same here. Which is to say, I am getting the same error and I tried using the stand alone libs with no success. Any insights welcome.
It tosses this out every 30 seconds or so - I have it set to warn me every 60 secs.
This error is because the value passed into the GetItemInfo function isn't in a correct format or is nil, this could very well be due to changes in PT. I do believe there were some changes to food items in PT3 lately. I haven't played my Hunter in a couple weeks so haven't seen this myself.
Hmm, seems my work is needed in here again. Well i will be pretty honest that i did not do much lately on the addon although it needs some work here and there and still have some things to fix in it. Will see if i can fix the errors in short term period at least :)
Do that and your issues are resolved. PeriodicTable altered the way data was pulled from it and as such created errors in the data storage of kotj, resetting the db should solve that issue. Also regarding the unknown itemid's. Well it mainly means you never seen that item on the server yet since the latest big patch blizzard issued. You can hide them by checking the checkbox that locks the food list.
Maybe I'm blind, but for me there is no Feed-Button. I use the german client for wow, maybe this is the problem!?
Try updating to the last version and see if the problem still persists.
Generally the feed button only shows up when pet is hungry and food is available. You can alter some settings in the option menu to make the button persistent.
If you are getting an error please let me know what the error is.
Just updated, button is ALWAYS showing, even out of combat (contrary to change log) and I personally would like the mend pet in combat feature to be an option I can turn off. I just want an addon for feeding my pet.
my 2c
note: line 487 comparing to nil thats probably the combat problem
Just updated, button is ALWAYS showing, even out of combat (contrary to change log) and I personally would like the mend pet in combat feature to be an option I can turn off. I just want an addon for feeding my pet.
my 2c
note: line 487 comparing to nil thats probably the combat problem
Ditto. I've already got a Mend Pet button, I just want a pop up button when my pet is hungry.
Getting the same error with latest update. Feed Button always showing. Personally I am like the other posters, I just want a feed pet button to show when pet is needing a feed, I already have a button bound for Mend Pet (H) on my action bars...
[2007/06/20 11:12:53-1178-x1]: KingOfTheJungle\KingOfTheJungle.lua:487: attempt to compare number with nil
AceAddon-2.0-40431 (Ace2):663: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:656>
<in C code>: ?
AceEvent-2.0-40601 (Ace2):232: in function `TriggerEvent'
AceEvent-2.0-40601 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
---
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
It tosses this out every 30 seconds or so - I have it set to warn me every 60 secs.
Edit: I don't even get a button on my screen to feed my pet. I've tried resetting the database, clearing saved variables...
noticed a different error:
Same here. Which is to say, I am getting the same error and I tried using the stand alone libs with no success. Any insights welcome.
This error is because the value passed into the GetItemInfo function isn't in a correct format or is nil, this could very well be due to changes in PT. I do believe there were some changes to food items in PT3 lately. I haven't played my Hunter in a couple weeks so haven't seen this myself.
Do that and your issues are resolved. PeriodicTable altered the way data was pulled from it and as such created errors in the data storage of kotj, resetting the db should solve that issue. Also regarding the unknown itemid's. Well it mainly means you never seen that item on the server yet since the latest big patch blizzard issued. You can hide them by checking the checkbox that locks the food list.
Changing the line:
to:
in the KingOfTheJungle.toc file seemed to fix it up nicely.
I still have lots of unknown ID items in the food list though but I figured that was just since I hadn't seen those items yet.
Try updating to the last version and see if the problem still persists.
Generally the feed button only shows up when pet is hungry and food is available. You can alter some settings in the option menu to make the button persistent.
If you are getting an error please let me know what the error is.
my 2c
note: line 487 comparing to nil thats probably the combat problem
Ditto. I've already got a Mend Pet button, I just want a pop up button when my pet is hungry.
[2007/06/20 11:12:53-1178-x1]: KingOfTheJungle\KingOfTheJungle.lua:487: attempt to compare number with nil
AceAddon-2.0-40431 (Ace2):663: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:656>
<in C code>: ?
AceEvent-2.0-40601 (Ace2):232: in function `TriggerEvent'
AceEvent-2.0-40601 (Ace2):910: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:903>
---