Hi,
On my plugin, i disabled combat completely with this code,
Conditions.ForceIgnoreIsAttacked = true;
But when bot is trying to gather herb and a mob attacks it and interrupts gathering cast, bot assumes that gathering was successful and keeps move on. In real, gathering cast is interrupted and items are not looted. How can i force bot to try gather herb again?