DemonHunter Vengeance Rotation Failing
thunderchylde opened this issue ยท 5 comments
After doing some digging it seems that anything that includes the SoulFragments() function is failing. Replacing it with a basic BuffStacks(#####) seems to work.
Looking around for this problem, found this. Thanks Thunderchylde. The exact change is to change all:
SoulFragments()
to:
BuffStacks(soul_fragments)
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.