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!

Fastest Bot Builds

doesent that one also require you to switch to barrage for bosses? i did see a build that used tornado shot / barrage but maybe yours is different.

Yes, but I think TS is a happy medium. Between Split arrow for clear & barrage for single target. You can run TS for both, not as great as either for what they do but can be aoe & clear fairly well.

Hopefully in the new routine there is a skill selection for unique mobs, as well as an option to cast totem for unique mobs. Most builds if you get enough dps don't need an aoe/single target until map bosses or a few hard rares.

To help with these hard rares I often get a % knock back on jewls, just to keep them off of me.
 
You can Barrage on Boos only with the following :

Edit OldRoutine.cs with notepad++ for example

Line 188 : Add

private int _barrageSlot = -1;

Line 221 :

private readonly Stopwatch _barrageStopwatch = Stopwatch.StartNew();

Line 596 :
_barrageSlot = -1;

Line 635 :

var bar = LokiPoe.InGameState.SkillBarHud.Skills.FirstOrDefault(s => s.Name == "Barrage");
if (IsCastableHelper(bar))
{
_barrageSlot = bar.Slot;
}
Line 1959 :

// Handle Barrage for Boss Fight

if(_barrageSlot != -1 && myPos.Distance(cachedPosition) < OldRoutineSettings.Instance.MaxRangeRange && cachedRarity >= Rarity.Rare)
{

var skill = LokiPoe.InGameState.SkillBarHud.Slot(_barrageSlot);
if (skill.CanUse())
{

await DisableAlwaysHiglight();

await Coroutines.FinishCurrentAction();


var err1 = LokiPoe.InGameState.SkillBarHud.UseAt(_barrageSlot, false, targetPosition);

var skillName = skill.Name;
Log.ErrorFormat("[Logic] Use returned {0} for {1}.", err1, skillName);
}
}

Thanks to the author, i found it in another post and adapted the code to my need.

You will have to do that every time EB is update.
 
That works too Fredoh, thanks for the code I am sure it should help wanders out.

Now all we need is the code for the same, but totems as opposed to barrage.
 
Thanks Fredoh, i am switching back to a wander build tomorrow so ill give it a try.
 
You can Barrage on Boos only with the following :

Edit OldRoutine.cs with notepad++ for example

Thanks to the author, i found it in another post and adapted the code to my need.

You will have to do that every time EB is update.

i try to edit it, but it doesn't work. maybe i make some mistakes when i change the code
could you share yours? as i can't understand the cods...
 
You can Barrage on Boos only with the following :

Thanks to the author, i found it in another post and adapted the code to my need.

You will have to do that every time EB is update.

Anyone kind enough to upload this in a .cs? I tried multiple ways with notepad ++ but the oldroutine file never shows up when loading exilebuddy. barrage on uniques would make my pb pathfinder build so much easier
 
Last edited:
I'll supply this once but learn how to do this or you will be crying every update because you have to redo this when EB updates

I also have to say this wont work miracles, the bot still only uses barrage 50% of the time vs uniques
 

Attachments

Last edited:
You can Barrage on Boos only with the following :

Edit OldRoutine.cs with notepad++ for example

Line 188 : Add

private int _barrageSlot = -1;

Line 221 :

private readonly Stopwatch _barrageStopwatch = Stopwatch.StartNew();

Line 596 :
_barrageSlot = -1;

Line 635 :

var bar = LokiPoe.InGameState.SkillBarHud.Skills.FirstOrDefault(s => s.Name == "Barrage");
if (IsCastableHelper(bar))
{
_barrageSlot = bar.Slot;
}
Line 1959 :

// Handle Barrage for Boss Fight

if(_barrageSlot != -1 && myPos.Distance(cachedPosition) < OldRoutineSettings.Instance.MaxRangeRange && cachedRarity >= Rarity.Rare)
{

var skill = LokiPoe.InGameState.SkillBarHud.Slot(_barrageSlot);
if (skill.CanUse())
{

await DisableAlwaysHiglight();

await Coroutines.FinishCurrentAction();


var err1 = LokiPoe.InGameState.SkillBarHud.UseAt(_barrageSlot, false, targetPosition);

var skillName = skill.Name;
Log.ErrorFormat("[Logic] Use returned {0} for {1}.", err1, skillName);
}
}

Thanks to the author, i found it in another post and adapted the code to my need.

You will have to do that every time EB is update.


So what does this code do? This will autoswap to barrage when a Unique is nearby ?
 
I'll supply this once but learn how to do this or you will be crying every update because you have to redo this when EB updates

I also have to say this wont work miracles, the bot still only uses barrage 50% of the time vs uniques
thanks a lot. going to put a backup of this in a separate folder
 
In theory it should use barrage when fighting bosses and other aoe skill when clearing the map. The problem is with bosses that have adds because it starts using you aoe skill. There should be some priority system on what to attack and how to behave but you can't expect these from regular users to update the routines manage them.
We where promised routine update months ago and still anything more then 1 skill cast is hardly doable without fiddling with the code.
 
In theory it should use barrage when fighting bosses and other aoe skill when clearing the map. The problem is with bosses that have adds because it starts using you aoe skill. There should be some priority system on what to attack and how to behave but you can't expect these from regular users to update the routines manage them.
We where promised routine update months ago and still anything more then 1 skill cast is hardly doable without fiddling with the code.
The routine I would think would be tough as a variety of skills go in different 'buckets' of skill types. So a bit of different logic for a bunch of them, not sure what the plan is if it is to release one that covers everything. Or just a more customizable one that can be adapted for new skills etc.
 
Heyo fellow Exile-Buddys!

I've read that some of you got a MF ele wander at decent levels, pulling some huge numbers when it comes to raw currency.

I write you not because i want you secret strategys or something else. I'm looking for some general tipps/tricks cause im bit in a struggle with leveling (level 60 atm) and kinda afraight how it'll work out when it comes to mapping...

Was your time of levling such a pain too? Since its not my first char i got some okayish levling items. So not to bad at all. But i feel the charakter heavily depends on positioning. Which we all know is not very great handled by the bot.

I would really appreciate your ideas and some share of your knowledge.
Until then fellow Buddys!
 
Ill supply my gear setup later when i xfer it back from my other account for the MF wander.

1. Lvl 90 MF ele wander to stack dat currency - 300 IIR / 100 IIQ not including biscos - this things pulls in 1500+ chaos / day in raw currency.

I don't think this is close to true. Maybe if he has 8-10 accounts with this setup but not one. If streamers who play by hand cant do this then the bot will not.
 
Running a self made build atm Hyaon's Fury flicker strike on a 4 link splitting damage between cold and lightning. does t1-10 maps on average 2 mins and 55 secs
 
Ill supply my gear setup later when i xfer it back from my other account for the MF wander.



I don't think this is close to true. Maybe if he has 8-10 accounts with this setup but not one. If streamers who play by hand cant do this then the bot will not.
I logged in to make my second or third post to say the exact same thing. For one, if he was, he wouldn't be saying it. Two, exactly what you said, if good players arent doing it, bot's arent either. Let us know about the mf wander though, I'm about to start another and havent decided on a build.
 
I logged in to make my second or third post to say the exact same thing. For one, if he was, he wouldn't be saying it. Two, exactly what you said, if good players arent doing it, bot's arent either. Let us know about the mf wander though, I'm about to start another and havent decided on a build.

I had barrage in the 6L since and KB in the helm. but I switched the helm gloves and one ring to a more normal setup because the bot gets rekt doing the spider forest boss without more dps.
q5RUqPb.png
q5RUqPb.png
 
I had barrage in the 6L since and KB in the helm. but I switched the helm gloves and one ring to a more normal setup because the bot gets rekt doing the spider forest boss without more dps.
q5RUqPb.png
u should delete that pic , ggg can scan out u
 
Back
Top