Atm I've been botting in the 1mhc using snippet's ive found on the forum to make my bot use vaal skills on Unique monsters.
I'm wondering on how I can improve it so it only uses them specifically on piety and in the future dominus.
Also I want to know how I can make it use vaal skills in order.
So currently seems to use vaal spark-> vaal glacial hammer.
What I'd prefer is Vaal glacial hammer than spark.
I'm wondering on how I can improve it so it only uses them specifically on piety and in the future dominus.
Code:
if (ExampleRoutineSettings.Instance.AutoCastVaalSkill s && bestTarget.Rarity >= Rarity.Unique && _vaalStopwatch.ElapsedMilliseconds > 250)
{
Also I want to know how I can make it use vaal skills in order.
So currently seems to use vaal spark-> vaal glacial hammer.
What I'd prefer is Vaal glacial hammer than spark.