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

BV or MoveSKill

Jihadjoe187

New Member
Joined
Aug 26, 2014
Messages
24
Reaction score
0
Hello all! Does any one have any tips on how to set up a BV build and also how to get playerskillaware type movement where we can whirling blade or shield charge? I would love to make a autobomber or run my BV for maps at some point. Hope to hear from yall!
 
Alcor's player mover would be what you want. you need to get it from his site www.dreamplugin.xyz

As far as BV there used to be a plugin for it. I think you could make the bot work with it by making your melee skill BV and setting the distance to 30ish. The first time it will start casting it right next to the mobs but from then on hopefully you should have some residual blades for the next packs
 
Be careful with setting your melee range too high, for some reason walking inside proximity shields walks to your melee range rather than a fixed distance so it breaks if you set melee range much higher than the prox shield radius. Unless it ever got fixed, can't check right now.

e: you should be able to do that, but using ranged not melee. 30 might be too high though, needs to be within your BV radius.
 
Old Routine still uses Melee Range for Proximity Shield settings. Prox shield should be hard coded at like 8-12 units and not use Melee Range.

Code:
if (melee || cachedProxShield)
                {
                    var dist = LokiPoe.MyPosition.Distance(cachedPosition);
                    if (dist > OldRoutineSettings.Instance.MaxMeleeRange)
 
Back
Top