i've seen a lot of people ask this question,so i played around with settings a bit and came up with the solution.
edit the Genericroutine.cs file(found in the routines folder) to the following
add the bold line to your routine and it should work:
all credits go to okostibi , i just reposted it for a larger..non-wizarding population
edit the Genericroutine.cs file(found in the routines folder) to the following
Code:
_combat = new PrioritySelector()
CreateWaitWhileIncapacitated(),
CreateWaitForAttack(),
[B]CreateUsePotion(),
[/B]
add the bold line to your routine and it should work:
all credits go to okostibi , i just reposted it for a larger..non-wizarding population