Cooldown Pet support
MichelPate opened this issue · 5 comments
I was wondering if there was any plan to support pets in the unit cooldowns ?
Can't track warlocks interrupts for instance at the moment.
When I run this code on my warlock
for unitName, cooldowns in pairs (openRaidLib.GetAllUnitsCooldown()) do
print (unitName)
for spellID in pairs (cooldowns) do
print (spellID)
end
end
It doesn't return my pets cooldown either as a separate unit nor inside of warlock coodowns.
Plumate
111898
108416
104773
89766
265187
30283
333889
I've tried
openRaidLib.GetUnitCooldowns("pet")
doesn't return anything either
I need your help to help you, I don't play as warlock and I need baby steps on how these interrupt spells are available to you.
Let's take as example the spell '111898', the game reports it's a spell called "Grimoire: Felguard", I need to know:
Which specs of the warlock class can use it
Is this interrupt require a talent?
Which pet the warlock need to use to cast this interrupt?
Thank you!
Sure let me help you to help me so ; ) I'm not a warlock myself, but here are few things that I know. Each warlock pet has a unique Command Demon Ability
.
Felguard
(npcID : 17252) :Axe Toss
(spellID : 119914) Interrupt/StunImp
(npcID : 416) :Singe Magic
(spellID : 119905) DispelVoidwalker
(npcID : 1860) :Shadow Bulwark
(spellID : 119907) +30% Health for 20secFelhunter
(npcID : 417) :Spell Lock
(spellID : 119910) InterruptIncubus
(npcID : 184600) :Seduction
(spellID : 119909) Disorient/Fear
Those abilities are shared by every spec of the warlock, they belong to the pets.
On the otherhand Grimoire: Felguard
(spellID: 111898) is a Talent which summon a unit/pet that you CAN'T control so it's a cooldown like any other I guess.
I think the only thing missing right now is the ability to track pet cooldowns.
I'm deeply sorry, I've just figured out it is working as intended but I wasn't using the good spellID, apparently the spellID from warlock spellbook is different from the spellID used by the pet.
For instance Axe Toss
is 119914 in Spellbook but 89766 in SPELLCAST ...
Anyway I think you should add in ThingsToMantain.lua
all the pets's spells in every specs :
Spell Lock
19647
(2.Axe Toss
89766 ) Only in DemonologySinge Magic
89808Shadow Bulwark
119907Seduction
6358