Giter VIP home page Giter VIP logo

Comments (5)

Tercioo avatar Tercioo commented on September 24, 2024

from open-raid-library.

MichelPate avatar MichelPate commented on September 24, 2024

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

from open-raid-library.

Tercioo avatar Tercioo commented on September 24, 2024

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!

from open-raid-library.

MichelPate avatar MichelPate commented on September 24, 2024

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.

  1. Felguard (npcID : 17252) : Axe Toss (spellID : 119914) Interrupt/Stun
  2. Imp (npcID : 416) : Singe Magic (spellID : 119905) Dispel
  3. Voidwalker (npcID : 1860) : Shadow Bulwark (spellID : 119907) +30% Health for 20sec
  4. Felhunter (npcID : 417) : Spell Lock (spellID : 119910) Interrupt
  5. Incubus (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.

from open-raid-library.

MichelPate avatar MichelPate commented on September 24, 2024

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 :

  1. Spell Lock 19647
    (2. Axe Toss 89766 ) Only in Demonology
  2. Singe Magic 89808
  3. Shadow Bulwark 119907
  4. Seduction 6358

from open-raid-library.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.