Ovale Spell Priority

Ovale Spell Priority

6M Downloads

DemonHunter Vengeance Rotation Failing

thunderchylde opened this issue ยท 5 comments

commented

The Main and AOE icons show no actions after the latest update.

commented

After doing some digging it seems that anything that includes the SoulFragments() function is failing. Replacing it with a basic BuffStacks(#####) seems to work.

commented

Looking around for this problem, found this. Thanks Thunderchylde. The exact change is to change all:
SoulFragments()
to:
BuffStacks(soul_fragments)

commented

that's what I did yes, I don't know if there is other logic in the SoulFragments() function but BuffStacks(soul_fragments) seems to cover what I need it to.

commented

Which file are you making these changes in ?

commented

I was just making the change in a copy of the Vengeance script (copied to a custom script)