• Visit Rebornbuddy
  • Fastest Bot Builds

    Discussion in 'Archives' started by demonviper, Aug 29, 2017.

    1. Darox

      Darox Member

      Joined:
      Nov 7, 2014
      Messages:
      353
      Likes Received:
      2
      Trophy Points:
      18
      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.
       
    2. Fredoh

      Fredoh Member

      Joined:
      Oct 29, 2014
      Messages:
      147
      Likes Received:
      4
      Trophy Points:
      18
      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.
       
      JUSTAPLAYER123 and aceofaces like this.
    3. Darox

      Darox Member

      Joined:
      Nov 7, 2014
      Messages:
      353
      Likes Received:
      2
      Trophy Points:
      18
      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.
       
    4. pinki104

      pinki104 Member

      Joined:
      Apr 14, 2012
      Messages:
      536
      Likes Received:
      0
      Trophy Points:
      16
      Thanks Fredoh, i am switching back to a wander build tomorrow so ill give it a try.
       
    5. FunnyDog123

      FunnyDog123 Member

      Joined:
      May 3, 2017
      Messages:
      35
      Likes Received:
      0
      Trophy Points:
      6
      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...
       
    6. Stevenv

      Stevenv Member

      Joined:
      Nov 9, 2012
      Messages:
      140
      Likes Received:
      2
      Trophy Points:
      18
      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: Sep 12, 2017
    7. demonviper

      demonviper Active Member

      Joined:
      Apr 8, 2014
      Messages:
      534
      Likes Received:
      56
      Trophy Points:
      28
      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
       

      Attached Files:

      Last edited: Sep 12, 2017
      Stevenv likes this.
    8. h0v3r

      h0v3r Member

      Joined:
      Oct 31, 2014
      Messages:
      123
      Likes Received:
      3
      Trophy Points:
      18

      So what does this code do? This will autoswap to barrage when a Unique is nearby ?
       
    9. Stevenv

      Stevenv Member

      Joined:
      Nov 9, 2012
      Messages:
      140
      Likes Received:
      2
      Trophy Points:
      18
      thanks a lot. going to put a backup of this in a separate folder
       
    10. tona91

      tona91 Member

      Joined:
      Sep 8, 2014
      Messages:
      168
      Likes Received:
      2
      Trophy Points:
      18
      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.
       
    11. Darox

      Darox Member

      Joined:
      Nov 7, 2014
      Messages:
      353
      Likes Received:
      2
      Trophy Points:
      18
      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.
       
    12. Sh33p

      Sh33p Member

      Joined:
      Mar 4, 2012
      Messages:
      31
      Likes Received:
      1
      Trophy Points:
      8
      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!
       
    13. kalanikila

      kalanikila Member

      Joined:
      Nov 28, 2012
      Messages:
      293
      Likes Received:
      5
      Trophy Points:
      18
      Whispering ice zerker is quick and cheap. Maps in under 4 mins
       
    14. demonviper

      demonviper Active Member

      Joined:
      Apr 8, 2014
      Messages:
      534
      Likes Received:
      56
      Trophy Points:
      28
      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.
       
      avgjoe likes this.
    15. kalanikila

      kalanikila Member

      Joined:
      Nov 28, 2012
      Messages:
      293
      Likes Received:
      5
      Trophy Points:
      18
      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
       
    16. seekill

      seekill New Member

      Joined:
      Jun 16, 2017
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      1
      Blade vortex has been serving me fine at lvl 62 as of today
       
    17. avgjoe

      avgjoe Member

      Joined:
      Apr 24, 2017
      Messages:
      53
      Likes Received:
      4
      Trophy Points:
      8
      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.
       
    18. demonviper

      demonviper Active Member

      Joined:
      Apr 8, 2014
      Messages:
      534
      Likes Received:
      56
      Trophy Points:
      28
      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.
      [​IMG][​IMG]
       
    19. solopro16

      solopro16 Member

      Joined:
      Sep 1, 2016
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      6
      u should delete that pic , ggg can scan out u
       
    20. DontBeAfraid

      DontBeAfraid Active Member

      Joined:
      Oct 2, 2015
      Messages:
      742
      Likes Received:
      30
      Trophy Points:
      28
      lol
       

    Share This Page