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

Arachyr Firebat's (with manajuma set)

Hello there !

I'm not used to read / write Routine files. But maybe someone has a solution :


I want to use this profile with Taeguk gem, that means Firebats channeling has to be cast longer... much longer. Also the haunt and laucust pecentage is like very too high, the bot often die because he spends soooo much time to cast these spells instead of channeling bats.

What line of the code should I edit ?

You can change the percentage, but unfortunately, I have lost the trinity menu option to allow me to do so also.

Found it..

Edit this

[DefaultValue(0.35f)]
public float LocustPct
{
get { return _locustPct; }
set { SetField(ref _locustPct, value); }
}

[DefaultValue(0.35f)]
public float HauntPct
{
get { return _hauntPct; }
set { SetField(ref _hauntPct, value); }
}


I've made mine to cast on 10%, so change 0.35, into 0.10, that way, it'll mostly focus on elites unless you walk into large cluster sizes. You might want to change it if you're pushing GRifts, but since you should be using Vile Hive, only haunt needs to be changed I think.
 
Last edited:
Back
Top