-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cooldown Pet support #5
Comments
if isn't tracking, it's a bug
which spec, talents, interrupt spell are you uswing?
…------ Original Message ------
From: "Michel Pate" ***@***.***>
To: "Tercioo/Open-Raid-Library" ***@***.***>
Cc: "Subscribed" ***@***.***>
Sent: 26-May-22 6:28:36 PM
Subject: [Tercioo/Open-Raid-Library] Cooldown Pet support (Issue #5)
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.
—
Reply to this email directly, view it on GitHub
<#5>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEVKWH7YZKFNXCWGNT6OHLVL7UIJANCNFSM5XCNITPQ>.
You are receiving this because you are subscribed to this
thread.Message ID: ***@***.***>
|
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.
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. 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
Those abilities are shared by every spec of the warlock, they belong to the pets. 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. Anyway I think you should add in
|
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.
The text was updated successfully, but these errors were encountered: