SweepyBoop's Arena Helper

SweepyBoop's Arena Helper

13.9k Downloads

Warlock spell lock needs reset?

SweepyBoop opened this issue ยท 5 comments

commented

Spell Lock tracking is broken for aff lock only (it happens after you sac the pet).

It might be needed when the warlock uses the instant summon to bring out another felhunter (and gains another spell lock immediately).

Solution:

  1. Track by unitId
  2. Associate with owner

BTW sac spell lock and regular spell lock are on separate cooldowns

commented
  1. Summon pet, use spell lock, it works
  2. Sac pet, use spell lock, it doesn't work
  3. Summon pet again, use spell lock, it doesn't work
commented

Need confirmation: does Fel Domination reset the cooldown of spell lock?
https://www.wowhead.com/spell=333889/fel-domination#comments

commented

Can possible use UNIT_SPELLCAST_SUCCEEDED for all pet abilities?

commented

Sac spell lock and regular one is tracked separately with latest change #25