Hi, can you please make Trinity compatabile with 6 piece Monkey King set?
Currently its working good until it casts WoL on range, but when mobs come close or your character dashes on melee range to them, then Kyoshiro's Soul (legendary belt) will stop to automatically add sweeping wind stacks, you will run out of sweeping wind stacks and WoL will stop doing damage. Sweeping Wind radius is 10 yards.
We can gain Sweeping Wind stacks by using spirit generators. Best is WothF - Fists of Fury, as its dot refreshes Sweeping Wind stacks.
Can you please add to Trinity something like this?
Currently its working good until it casts WoL on range, but when mobs come close or your character dashes on melee range to them, then Kyoshiro's Soul (legendary belt) will stop to automatically add sweeping wind stacks, you will run out of sweeping wind stacks and WoL will stop doing damage. Sweeping Wind radius is 10 yards.
We can gain Sweeping Wind stacks by using spirit generators. Best is WothF - Fists of Fury, as its dot refreshes Sweeping Wind stacks.
Can you please add to Trinity something like this?
Code:
if (is monkey king set third bonus active)
{
if (is not sweeping wind active)
cast sweeping wind
else if (is sweeping wind stack count == 1)
use spirit generator
else
cast Wave of Light
}