HeroRotation

HeroRotation

6M Downloads

[Bug]: GetItemByName Error

wheatbread opened this issue ยท 1 comments

commented

What version of HeroRotation are you using?

11.1.0.10

What version of HeroLib are you using?

11.1.0.04

What version of HeroDBC are you using?

11.1.0.03

What is the issue?

Hi,

Getting the following error in retail 11.1 on ret pally:

`153x HeroRotation_Paladin/Retribution.lua:245: attempt to call method 'GetItemByName' (a nil value)
[HeroRotation_Paladin/Retribution.lua]:245: in function <HeroRotation_Paladin/Retribution.lua:215>
[HeroRotation_Paladin/Retribution.lua]:407: in function '?'
[HeroRotation/Main.lua]:476: in function <HeroRotation/Main.lua:455>

Locals:
(*temporary) = nil
(*temporary) =

{
UseCache = true
UnitNPCID = -2
UnitCanBeAttacked = false
UnitGUID = "Player-60-0F00BBA9"
UnitID = "player"
UnitExists = true
TimeToXResourceMap =
{
}
PredictedResourceMap =
{
}
UnitName = "Liamhain"
}
(*temporary) = "bestinslots"
(*temporary) = "attempt to call method 'GetItemByName' (a nil value)"
Settings =
{
General =
{
}
CommonsDS =
{
}
Commons =
{
}
Retribution =
{
}
CommonsOGCD =
{
}
}
Player =
{
UseCache = true
UnitNPCID = -2
UnitCanBeAttacked = false
UnitGUID = "Player-60-0F00BBA9"
UnitID = "player"
UnitExists = true
TimeToXResourceMap =
{
}
PredictedResourceMap =
{
}
UnitName = "Liamhain"
}
S =
{
BlessedChampion =
{
}
HammerofJustice =
{
}
FinalVerdict =
{
}
AshestoDust =
{
}
ArcaneTorrent =
{
}
TempestoftheLightbringer =
{
}
Hammerfall =
{
}
ConcentrationAura =
{
}
TemplarsVerdict =
{
}
Expurgation =
{
}
RadiantDecreeTalent =
{
}
JusticarsVengeance =
{
}
ExpurgationDebuff =
{
}
DivineArbiterBuff =
{
}
ShieldoftheRighteous =
{
}
ExecutionSentence =
{
}
LayonHands =
{
}
AvengingWrathBuff =
{
}
CrusaderStrike =
{
}
ExecutionSentenceDebuff =
{
}
ShaketheHeavens =
{
}
FlashofLight =
{
}
ZealotsParagon =
{
}
DivineArbiter =
{
}
Consecration =
{
}
HolyFlames =
{
}
GiftoftheNaaru =
{
}
LightsDeliverance =
{
}
Crusade =
{
}
BagofTricks =
{
}
Rebuke =
{
}
CrusadeBuff =
{
}
Jurisdiction =
{
}
HandofReckoning =
{
}
FiresofJustice =
{
}
HolyAvengerBuff =
{
}
DivineResonance =
{
}
RighteousVerdict =
{
}
DivineStorm =
{
}
TemplarStrike =
{
}
ConsecrationDebuff =
{
}
DivineHammerBuff =
{
}
ShaketheHeavensBuff =
{
}
Exorcism =
{
}
Pool =
{
}
TemplarSlash =
{
}
AncestralCall =
{
}
BlessingofAnshe =
{
}
CrusadingStrikes =
{
}
HammerofLight =
{
}
LightsDeliveranceBuff =
{
}
EmpyreanPowerBuff =
{
}
DevotionAura =
{
}
RadiantDecree =
{
}
EmpyreanLegacyBuff =
{
}
ArcanePulse =
{
}
LightsGuidance =
{
}
Zeal =
{
}
TWW_S2_2pcBuff =
{
}
VengefulWrath =
{
}
DivineSteed =
{
}
BlessingofAnsheHolyBuff =
{
}
BladeofWrath =
{
}
AvengingWrath =
{
}
Fireblood =
{
}
DivineAuxiliary =
{
}
ConsecrationBuff =
{
}
BlessingofAnsheRetBuff =
{
}
HammerofWrath =
{
}
Judgment =
{
}
Seraphim =
{
}
BladeofVengeance =
{
}
EchoesofWrathBuff =
{
}
HolyBlade =
{
}
VanguardofJustice =
{
}
EmpyreanPower =
{
}
DivineResonanceBuff =
{
}
RetributionAura =
{
}
DivineHammer =
{
}
LightsJudgment =
{
}
EmpyreanLegacy =
{
}
FinalReckoning =
{
}
ShieldofVengeance =
{
}
RadiantGlory =
{
}
DivineShield =
{
}
ExecutionersWill =
{
}
BlessingofDuskBuff =
{
}
OfDuskandDawn =
{
}
BladeofJustice =
{
}
WakeofAshes =
{
}
JudgmentDebuff =
{
}
DivineToll =
{
}
VanguardsMomentum =
{
}
WordofGlory =
{
}
SeraphimBuff =
{
}
TWW_S2_4pcBuff =
{
}
BlessingofDawnBuff =
{
}
ExecutionersWrath =
{
}
BoundlessJudgment =
{
}
BloodFury =
{
}
DivinePurposeBuff =
{
}
Berserking =
{
}
CrusaderAura =
{
}
HolyAvenger =
{
}
MarkofFyralathDebuff =
{
}
ShieldoftheRighteousBuff =
{
}
}
Target = <t`

Icon Behavior

None

commented

Duplicate of #1173