D
Deleted member 357957
Guest
Hi!
Currently working on building my own nec profile, but can't for the life of me get the bot to click pylons.
Does anyone have any idea? I've put the following into GetBuffPower() and get the bot to move up to the shrine, but then it just stands there...
Currently working on building my own nec profile, but can't for the life of me get the bot to click pylons.
Does anyone have any idea? I've put the following into GetBuffPower() and get the bot to move up to the shrine, but then it just stands there...
Code:
var shrine = TargetUtil.BestShrine(ShrineRange, false).FirstOrDefault();
if (shrine != null)
return GetMovementPower(shrine.Position);






