What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Situational vaal skill usage and priority of order.

kevel

Member
Joined
May 1, 2013
Messages
71
Reaction score
0
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.

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.
 
Back
Top