#paladins hc can't parse more than 60

1 messages · Page 1 of 1 (latest)

dry hamlet
hollow widget
#

52/67 kill commands have nature's ally buff. Ideally 100% of kill commands have the nature's ally buff.

WildThrash does not grant the buff, so you need an additional global in between.

Remember your Kill command + natures ally > Barbed shot > Cobra shot priority chain

#

You can apply this filter/query to check your casts

ability.name= "Kill Command" and type = "cast" and IN RANGE FROM (type = "applybuff" AND ability.name = "Nature's Ally") TO (type = "removebuff" AND ability.name = "Nature's Ally") END

dry hamlet
#

thank you! i'll try working on that then and report back if needed