Hekili Priority Helper

Hekili Priority Helper

44M Downloads

Shadow Priest pre-combat issue: Vampiric Touch -> Damnation?

fieldser opened this issue ยท 5 comments

commented

Noticed an issue where Hekili is wanting me to open combat by casting Vampiric Touch first, followed by Damnation. Seems redundant since Damnation just applies Vampiric Touch already. I'm very new to Hekili and I've been unable to figure out how to modify my profile to fix this myself.

commented

So I seemed to have resolved the problem by going to:
Priorities -> Shadow -> Profile tab
Then added a line for Damnation just before Vampiric Touch.

Though i'm guessing this may cause issues if I ever talent out of Damnation, not sure. But for now it's what I need.

# Shadow Priest
# November 23, 2020

# Executed before combat begins. Accepts non-harmful actions only.
actions.precombat+=/power_word_fortitude,if=remains<300
actions.precombat+=/shadowform,if=!buff.shadowform.up
actions.precombat+=/arcane_torrent,if=insanity.deficit>15
actions.precombat+=/use_item,name=azsharas_font_of_power
actions.precombat+=/variable,name=mind_sear_cutoff,op=set,value=2
actions.precombat+=/damnation
actions.precombat+=/vampiric touch
commented

This is one of those scenarios where you'd need to do your own sim testing, but both sims and guides presently agree -- use VT to open, even with Damnation.

image

https://www.wowhead.com/shadow-priest-rotation-guide

If you do sim testing that demonstrates otherwise, that might lead to changes to the default profile. But otherwise, you're always welcome to edit your own copy as you see fit.

commented

I should also say I'm pretty new to Github and I see in the previous reported issue it was mentioned to follow complete ticket instructions. Trying to find those, but having trouble.

commented

OH it was located in the add-on... sorry. Here is a snapshot from pre-combat

https://pastebin.com/hv6wSKTV

commented

This is one of those scenarios where you'd need to do your own sim testing, but both sims and guides presently agree -- use VT to open, even with Damnation.

image

https://www.wowhead.com/shadow-priest-rotation-guide

If you do sim testing that demonstrates otherwise, that might lead to changes to the default profile. But otherwise, you're always welcome to edit your own copy as you see fit.

Ahh, okay. I see and don't really understand, but it's hard to argue with sim testing so I'll accept it as is. Thank you for the response!