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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Situational vaal skill usage and priority of order.

kevel

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