culling+melee splash if you melee/minion or GMP/LMP+culling if your Archer/Caster/spectre throw
I'm talking about a specific culling skill. My main skill is already 6-linked. I'd like to be able to have a another skill linked to Culling Strike that the bot can use when enemies are on low health. This was I can attach IIR/IIQ to it.
Cast("Frenzy", ret => MainTarget.HealthPercent < 20 && MainTarget.Rarity >= Rarity.Rare),
Cast("Skill Name" ret=> MainTarget.HealthPercent < 10), or BestTarget instead of MainTarget if you use Exile CR.
This is what I use:
and I use apoc's ranger routineCode:Cast("Frenzy", ret => MainTarget.HealthPercent < 20 && MainTarget.Rarity >= Rarity.Rare),