nebularg / Parrot2

Floating Combat Text of Awesomeness
GNU Lesser General Public License v2.1
22 stars 17 forks source link

Parrot2 (Classic) isn't showing most Cooldowns #81

Open Runkel79 opened 3 years ago

Runkel79 commented 3 years ago

Like the title said, parrot isn't showing many cooldowns, i was able to test a few and can confirm the following ones are "broken".

Shaman: Mana Tide totem Nature's Swiftness

Priest: Psychic Scream

Druid: Prowl Innervate Dash Faerie Fire

Rogue: Evasion Stealth Blade flurry Adrenaline Rush Vanish Sprint

Mage: Frost Nova Cone of Cold

What steps will reproduce the problem?

  1. Just cast one of the spells i listed. :)

What version of Parrot are you using?

Parrot-v2.1-classic3

Do you have an error log of what happened?

No errors, the Cooldown notifications just doesn't show up.

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

I tried deleting the Parrot.lua and .bak file from my WTF folder for a fresh install and starting the game without any other Addons than Parrot but it didn't help, so i don't think the error is on my end. :)

I'm using the English client.

JasonDepp commented 2 weeks ago

a minor fix may help: in /Data/Cooldowns.lua #85 change : for tab = 1, 2 do to : for tab = 1, GetNumSpellTabs() do

Runkel79 commented 2 weeks ago

a minor fix may help: in /Data/Cooldowns.lua #85 change : for tab = 1, 2 do to : for tab = 1, GetNumSpellTabs() do

I quit wow a year ago but your answer is non the less very appreciated, people like you are the unsung heroes who helped players like me to fix, many addons in the past.

Thank you and have a nice weekend! (Oh, in case you're American, have a happy 4th of july!)