Hekili Priority Helper

Hekili Priority Helper

44M Downloads

[REC] WW Monk Recommendation Issue

thomasbrezina opened this issue ยท 27 comments

commented

Before You Begin

  • I confirm that I have downloaded the latest version of the addon.
  • I checked for an existing, open ticket for this issue and was not able to find one.
  • I edited the title of this bug report (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 some reason the addon recommends odd thigns while in BDB on WW monk. It recommends Chi Burst during the window which is a 1 sec cast instead of spamming SCK!

How to Reproduce

  1. Enter the Game as a WW Monk
  2. Walk to Training Dummies
  3. Attack and follow instructions
  4. Use BDB and see what it recommends

Snapshot (Link)

https://pastebin.com/yczSMVAj

Raidbots Sim Report (Link)

No response

Additional Information

https://prnt.sc/214z1o0 Screenshot of BDB on CD and Applied to all four targets.

Contact Information

ThomasBrezina#6159

commented

sec lemme try and i send both others

commented

it was taken 1 second before. I am 100% sure I can even have a video made or stream on discord! something is off!

commented

You might've made multiple selections and submitted the wrong one. But the snapshot you submitted doesn't match your screenshot, either.

commented

yes, let me quickly check.

BDB ID on Target: 325216
BDB ID on Toolbar: 325216

commented

Does your UI show who caused it? I.e., does it confirm that it's your BDB? I'm relying on the regular WoW API, with no special tricks, so I don't see any specific reason Bonedust Brew wouldn't work via normal detection.

commented

and thank you for your great work. you are the best.

commented

To be clear, I'm not asking whether you know it is yours. I'm saying, does your UI show you who cast a buff, and when you look at your target (while this issue is happening), does it show that debuff belongs to you?

commented

Yes. It is mine. I am the only person there + the debuffs only show my own!

commented

oh. no, it prolly does not. it doesn't say whos it is i think but i will check again. can i turn this on somehow? does it have to be on?

commented

It depends on your UI and people normally don't see it. I'll do some experimenting on my own.

commented

So basically it reads my screen? so if I can manage to make the UI show whos buff it is - it will be fixed?

commented

No, you're misunderstanding me. Don't worry about it. You can't see the info I need, so I'll do my own testing.

commented

ok! i hope it can be fixed cuz i am pushing fairly high keys and I rely very heavily on the addon (i know i shouldnt haha) and for some reason i try to burst amidst a massive group and all of a sudden it says cast "Chi Burst" or even worse "Fleshcraft"

commented

The snapshot you provided is not from the same time that you had the issue with Bonedust Brew.

image

This shows the cooldown of Bonedust Brew has 36.37 seconds remaining, which means you cast BDB 23.63 seconds ago. The buff/debuff would not be on the target after that much time.

The snapshot has to be taken at the exact time you're having an issue. It is the log of one set of recommendations, not historical data.

commented

In pastebin.com/2hZXvxmi, you don't have a target.

In pastebin.com/9BMxef92, you have Bonedust Brew applied (and it is detected), but the AOE action list (3+ targets) doesn't check for Bonedust Brew when deciding whether to use Chi Burst.

I'll check to the sim behavior about that last part.

commented

Thanks.

Is your user interface setup to show spell IDs in tooltips? I'm curious about what spell ID is shown for Bonedust Brew on yourself and Bonedust Brew on your target.

commented

yea then its the second one! i sometimes had it use Fleshcraft during BDB window

commented

yea then its the second one! i sometimes had it use Fleshcraft during BDB window

You'd need to provide a snapshot of that actually happening. It could be that you weren't targeting anything, which means your non-existent target doesn't have BDB, which means Fleshcraft is allowed.

commented

ok so i just follow the advice? and does it differ between 2 or 10 targets?

commented

yea dont worry about it i just wanted to mention it

commented

So yeah, I can confirm that the simc profile would use Chi Burst during BDB in AOE scenarios.

image

I ran a sim to compare holding Chi Burst during BDB and it's a minor DPS loss to hold it back. It's worth noting that the template sim character for Necrolord doesn't take Chi Burst.

image

commented

grafik

this might also explain why the aoe rotation isnt 100% correct!

commented

oh thanks man! appreciate it!

commented

I can make adjustments to make the addon more resilient to target swapping and such, to probably avoid the issue of casting Fleshcraft during BDB like you described.

And no, the AOE action list for Windwalker is used at 3+ targets.

Within that list, the only condition for Chi Burst is that it won't overcap Chi.

Beyond that, you could create a custom priority and add additional conditions there, if you want. I don't provide active support for that, but something like the following should work:

chi.max - chi >= 2 & buff.bonedust_brew.down & debuff.bonedust_brew_debuff.down

That would mean (1) it doesn't overcap Chi and (2) the BDB buff isn't on your character and (3) the BDB debuff isn't on your target.

The relevant place (for Chi Burst, anyway) would be here:

image

The wiki/FAQ covers making your own copy of the priority before making your edits.

commented

grafik

commented

Yeah, that happens occasionally. This has happened for other specs at times. I don't rewrite sim priorities entirely unless I have tons of time for testing alternatives.

The WW priority isn't especially complex, IMO, so I'm not sure what's missing from the priority. But if they update SimC, I'll update the addon to match.