Parrot 2

Parrot 2

727k Downloads

Please help tp update Parrot2 for 11.0.2.56110. THANKS

z78929999 opened this issue · 4 comments

commented

What steps will reproduce the problem?

What version of Parrot are you using?

v2.2.3 for WOW CN11.0.2.56110

Do you have an error log of what happened?

266x Parrot/Code/TriggerConditions.lua:60: attempt to call method 'OnTriggerCondition' (a nil value)
[string "@Parrot/Code/TriggerConditions.lua"]:60: in function FirePrimaryTriggerCondition' [string "@Parrot/Code/TriggerConditions.lua"]:274: in function HandleCombatlogEvent'
[string "@Parrot/Code/Parrot.lua"]:311: in function <Parrot/Code/Parrot.lua:308>
[string "=[C]"]: ?
[string "@Accountant/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:19: in function <...ant/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@Accountant/Libs/CallbackHandler-1.0-8/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@Ace3/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <Ace3/AceEvent-3.0/AceEvent-3.0.lua:119>

Locals:
self =

{
modules =
{
}
defaultModuleLibraries =
{
}
name = "Parrot_TriggerConditions"
orderedModules =
{
}
baseName = "Parrot"
combatLogEvents =
{
}
enabledState = true
defaultModuleState = true
moduleName = "TriggerConditions"
}
name = "Aura fade"
arg =
{
spellId = 85739
dstGUID = "Player-1933-068112DD"
auraType = "BUFF"
spellName = "旋風斬"
}
uid = 1
(*temporary) = nil
(*temporary) =
{
modules =
{
}
defaultModuleLibraries =
{
}
name = "Parrot_Triggers"
orderedModules =
{
}
enabledState = true
baseName = "Parrot"
defaultModuleState = true
moduleName = "Triggers"
}
(*temporary) = "Aura fade"
(*temporary) =
{
spellId = 85739
dstGUID = "Player-1933-068112DD"
auraType = "BUFF"
spellName = "旋風斬"
}
(*temporary) = 1
(*temporary) = "attempt to call method 'OnTriggerCondition' (a nil value)"
Parrot_Triggers =
{
modules =
{
}
defaultModuleLibraries =
{
}
name = "Parrot_Triggers"
orderedModules =
{
}
enabledState = true
baseName = "Parrot"
defaultModuleState = true
moduleName = "Triggers"
}
conditions =
{
Item buff fade =
{
}
Unit health =
{
}
Outgoing damage =
{
}
Incoming cast =
{
}
Aura fade =
{
}
Outgoing cast =
{
}
Incoming crit =
{
}
Incoming damage =
{
}
Cast started =
{
}
Item cooldown ready =
{
}
Outgoing miss =
{
}
Outgoing crit =
{
}
Leave combat =
{
}
Aura stack gain =
{
}
Aura gain =
{
}
Unit power =
{
}
Incoming miss =
{
}
Spell ready =
{
}
Item buff gain =
{
}
Enter combat =
{
}
}

Please provide any additional information below. (example: localization of your client if not enUS or enGB)

WOW CN11.0.2.56110
Yesterday it was still works for 11.0.0.56008.... but after today game updates. which can not anymore.....

commented
commented

Looks like it, addon started working again when I fixed it locally. However it seems as if the included "libsink" also needs to be updated.

commented

Should be good to go again

commented

thanks a lot for the comments and update !!