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

How to use sprint in combat if not a WW build?

Geniune

New Member
Joined
Oct 29, 2012
Messages
15
Reaction score
0
So im using a custom rend build with sprint run like the wind. my bot doesnt cast sprint in combat like it does with WW im wondering what code do i need to change inorder to get it to cast sprint while using cleave/rend build. and while being in combat?
 
Change this:
Code:
                                // Always keep up if we are whirlwinding, or if the target is a goblin
                                (hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_Whirlwind) || targetCurrent.bThisTreasureGoblin || [B](targetCurrent.fCentreDistance >= 12f && playerStatus.dCurrentEnergy >= 20)[/B]))

...and you will be perma sprinted (except when target is at point blank range)
 
Back
Top