Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 1885:
Bad argument #3 to `TriggerCombatEvent'. "Pet skill damage" is an unknown name for category "Incoming".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2188:
Bad argument #3 to `TriggerCombatEvent'. "Player killing blows" is an unknown name for category "Notification".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2037:
Bad argument #3 to `TriggerCombatEvent'. "Pet spell resists" is an unknown name for category "Incoming".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2037:
Bad argument #3 to `TriggerCombatEvent'. "Pet skill immunes" is an unknown name for category "Outgoing".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2010:
Bad argument #3 to `TriggerCombatEvent'. "Pet melee misses" is an unknown name for category "Incoming".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2106:
Bad argument #3 to `TriggerCombatEvent'. "Pet heals" is an unknown name for category "Incoming".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2010:
Bad argument #3 to `TriggerCombatEvent'. "Pet melee dodges" is an unknown name for category "Outgoing".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2063:
Bad argument #3 to `TriggerCombatEvent'. "Power gain" is an unknown name for category "Notification".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 1910:
Bad argument #3 to `TriggerCombatEvent'. "Pet skill DoTs" is an unknown name for category "Incoming".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2037:
Bad argument #3 to `TriggerCombatEvent'. "Pet skill reflects" is an unknown name for category "Outgoing".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2010:
Bad argument #3 to `TriggerCombatEvent'. "Pet melee absorbs" is an unknown name for category "Outgoing".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2037:
Bad argument #3 to `TriggerCombatEvent'. "Pet ability misses" is an unknown name for category "Incoming".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 1885:
Bad argument #3 to `TriggerCombatEvent'. "Pet skill damage" is an unknown name for category "Outgoing".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2010:
Bad argument #3 to `TriggerCombatEvent'. "Pet melee blocks" is an unknown name for category "Outgoing".
Message: ..\AddOns\Parrot\Code\CombatEvents.lua line 2073:
Bad argument #3 to `TriggerCombatEvent'. "Power gain" is an unknown name for category "Notification".
(i've updated Parrot just before posting)
My previous update was aproximately 3-4 days and I haven't any errors, they appears when i've update yesterday.
My previous update was aproximately 3-4 days and I haven't any errors, they appears when i've update yesterday.
hmm... it just looks like the CombatEvents aren't registered. Have you tried reinstalling yet?
maybe check your Parrot/Data/CombatEvents.lua the events are present in the code.
[2008/04/13 23:16:29-3913-x1]: Parrot-r69536\Data\CombatEvents.lua:1428: Bad argument #2 to `RegisterCombatEvent'. localName must be a "string", got "nil".
Parrot-r69536\Code\CombatEvents.lua:1092: in function `RegisterCombatEvent'
Parrot-r69536\Data\CombatEvents.lua:1428: in main chunk
thanks for the extensions prof_albert. i didn't have time to do anything the last weeks so it's nice to see that someone else is doing something.
the error posted by vargr is easy to find. with your last svn update you deleted the area checks to all pet events. now you are trying to handle some of the pet events as player events.
the error posted by vargr is easy to find. with your last svn update you deleted the area checks to all pet events. now you are trying to handle some of the pet events as player events.
Pet events were handled as player events before. The result is that it is displayed as player-event.
I deleted the areachecks because I added the missing events (Incoming Pet Melee Immunes, etc)
The events called in the posted errors are all registered in the Data/CombatEvents.lua so a possible explanation would be that they aren't registered properly. I've tried with German Client (with empty SavedVars), and the error didn't occur to me.
Also I never touched the "Party killing blows" in Code/CombatEvents.lua:2201
then maybe the error from adirelle might be the problem, as you are using
L["Pet skill DoTs"]
without registering the translation for it.
Pet events were handled as player events before. The result is that it is displayed as player-event.
I deleted the areachecks because I added the missing events (Incoming Pet Melee Immunes, etc)
all outgoing pet events where handled as player events thats truem but not the incomming events. thats the only reason why these area checks where in.
i don't think it's a good idea to show incomming events for the pet, as this is a lot of spamm
but as i said in my edit. i don't think it's a good idea to show pet incomming events as player events
That's right. That was the case with your fix in the first post (first thing that came to my eye after being absolutly amazed that Parrot worked again).
Incoming damage on the pet, showed as incoming damage to the player. So I added new CombatEvents for incoming pet-dmg/heal etc. so it can be dealt with elsewhere.
This "spam" can be turned off easily in the events/incoming menu now.
(I like that spam, others don't like to see Selfheals in outgoing _and_ incoming, that's what options are for ;) )
I will edit my post to add the news errors
Very annoying, errors pops every 1-2 minutes
Keep up the good work
Tat
have you tried deleting the savedvariables-file for parrot?
EDIT: No change :-/
Another error for the fun :
(i've updated Parrot just before posting)
My previous update was aproximately 3-4 days and I haven't any errors, they appears when i've update yesterday.
hmm... it just looks like the CombatEvents aren't registered. Have you tried reinstalling yet?
maybe check your Parrot/Data/CombatEvents.lua the events are present in the code.
I'll try and get a french language pack, to test.
PS: Thanks to help me so much ^^
maybe some lib in some other addon isn't initializing properly. try running Parrot without any other addons active.
the error posted by vargr is easy to find. with your last svn update you deleted the area checks to all pet events. now you are trying to handle some of the pet events as player events.
Pet events were handled as player events before. The result is that it is displayed as player-event.
I deleted the areachecks because I added the missing events (Incoming Pet Melee Immunes, etc)
The events called in the posted errors are all registered in the Data/CombatEvents.lua so a possible explanation would be that they aren't registered properly. I've tried with German Client (with empty SavedVars), and the error didn't occur to me.
Also I never touched the "Party killing blows" in Code/CombatEvents.lua:2201
without registering the translation for it.
all outgoing pet events where handled as player events thats truem but not the incomming events. thats the only reason why these area checks where in.
i don't think it's a good idea to show incomming events for the pet, as this is a lot of spamm
Yep i know. that's why I removed the and replaced it by a non-localised string in 68641 for now, until I figure out how to do the localisation correctly ;)
but as i said in my edit. i don't think it's a good idea to show pet incomming events as player events
That's right. That was the case with your fix in the first post (first thing that came to my eye after being absolutly amazed that Parrot worked again).
Incoming damage on the pet, showed as incoming damage to the player. So I added new CombatEvents for incoming pet-dmg/heal etc. so it can be dealt with elsewhere.
This "spam" can be turned off easily in the events/incoming menu now.
(I like that spam, others don't like to see Selfheals in outgoing _and_ incoming, that's what options are for ;) )
well, that's true