Hekili Priority Helper

Hekili Priority Helper

44M Downloads

[REC] Implement Dreambinder, Loom of the Great Cycle for Demonology

Avarazac opened this issue ยท 3 comments

commented

Before You Begin

  • I confirm that I have downloaded the latest version of the addon.
  • I am not playing on a private server.
  • I checked for an existing, open ticket for this issue and was not able to find one.
  • I edited the title of this issue (above) so that it describes the issue I am reporting.
  • I am reporting an issue with the default priority included with the specialization (imported or edited priorities are not supported).

Describe the Issue

For my Demonology Warlock, I have equipped the staff from Nymue in Amirdrassil, called "Dreambinder, Loom of the Great Cycle". However, the addon does not ever recommend that I use this item, despite it being the BiS for my specialization for the tier. Raidbots sims show this item being used as well.

How to Reproduce

  1. Enter the game as a Demonology Warlock
  2. Attack a training dummy, or any mob, and see that the addon never recommends use of the item

Snapshot (Link)

https://pastebin.com/zasSdGbn

Raidbots Sim Report (Link)

https://www.raidbots.com/simbot/report/2cAYTograma3RTjqwWjeTZ

Additional Information

https://www.raidbots.com/simbot/report/uz4b4fCViYm79bMie4pc3P

Contact Information

No response

commented

Let me know if this is not working in 10.2.0-1.0.5c.

I just updated to 10.2.0-1.0.7 and am still not seeing this item come up in the rotation.

commented

This is still an issue on 10.2.0-1.0.8. It appears Hekili knows about it, but the item ID in Dragonflight/Items.lua is wrong:

hekili/Dragonflight/Items.lua

Lines 2115 to 2122 in 216c0e8

dreambinder_loom_of_the_great_cycle = {
cast = 2,
channeled = true,
cooldown = 120,
gcd = "off",
item = 427113,
toggle = "cooldowns",

If you change 427113 (the weapon's on-use spell ID) to 208616 (the item ID), then it'll appear in your rotations (provided it's in your spec's APL), and it'll now appear in the "Gear and Items" list.

commented

Let me know if this is not working in 10.2.0-1.0.5c.