• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • ExilebuddyBeta Forsaken Masters Guide

    Discussion in 'Archives' started by pushedx, Aug 26, 2014.

    Thread Status:
    Not open for further replies.
    1. IeU

      IeU Member

      Joined:
      Jul 20, 2010
      Messages:
      830
      Likes Received:
      11
      Trophy Points:
      18
      .....
       
    2. bcain1787

      bcain1787 Member

      Joined:
      Aug 13, 2013
      Messages:
      131
      Likes Received:
      0
      Trophy Points:
      16
      No need to be rude I saw that the first time just didn't realize it meant the actual file in notepad because on the bot under settings it has these things now... Though they obviously are not working properly atm.
       
    3. pushedx

      pushedx Moderator Moderator Buddy Core Dev

      Joined:
      Sep 24, 2013
      Messages:
      4,252
      Likes Received:
      290
      Trophy Points:
      83
      Edit: This is working as intended. The bot will go back and pickup currency if there's a monster on screen as per the CR is setup to make it combat chain across the map. Restart the bot with wisdom scrolls on the ground, and no monters in client range (client range is pretty far screen wise), and it should loot them or tell you why it's moving somewhere else.

      As explained in the thread, this is the exact behavior of this bot implementation. :) As long as it does exactly that, it's working as intended. It's just a short term implementation to make sure EB is indeed working; the actual logic is not efficient at all.

      Correct, the CR does not have any aura casting logic in it yet. I'll be getting some auto-detection of a few more things added this week.

      This is by design. The problem in this game, is that you have a lot of weird cases where the client can get stuck due to its own pathfinding not doing the correct thing when you are close to a chest and an obstacle (such as a ledge). As a result, the whole idea of moving smoothly towards a chest and then opening it is not possible without getting stuck far too often. To solve this, I pick a point around the chest and start moving towards it until it's in LoS. Once it is, then I start the interact. As long as chests are getting opened correctly, then it's working as intended.

      In some areas, where it's very unlikely to get stuck, such as Mud Flats, Ledge, Ship Graveyard, etc... the logic of just starting the interact as soon as you are in range of the chest works fine, but that goes back to this game needing different logic for different areas based on things that happen in the tileset. There's no generic way to handle that in the bot implementation we provide, so we have to settle for something that should work in just about all cases, which I believe the current method should.

      Using more calculations, it could possibly be smoothed out some, but I'll see later on if it's worth doing or not. It's hard to explain why picking the right point is harder than it seems without a visual, but basically the problem lies in all the curvy, small tilesets.

      The EB project as a whole will always require some coding to get specific things, but what you see right now is just an early beta test of the bot rewrite. I will say though, EB will never be a project where you can just click a button, and it does everything for you; Path of Exile is not that type of game.

      That is exactly what it's supposed to do. The actual bot implementation will get looping and town runs soon. I told people I'd at least get the updated API out by last night, and something somewhat usable, but it might be "too beta" for most people, and stuck to it.

      The bot now uses a lot more pathfinding and raycasting as a whole to avoid various issues that happen in this game, but I'll do some testing with you to try and track it down. You might need to check VM resources as well to make sure it's just not getting bogged down, as pathfinds are now down for every move command (but if it seems smoother overall, which it should, then it might be something specific that needs to be adjusted).

      It's ok to be upset or unhappy with the current state of things, but I can't really can't explain things any differently than I already have: the entire project had to be rewritten for 1.2. The choice was either get something out last night which marked about a week of insane rewriting and updating for people to test the new stuff, or make people wait even longer and not have anything, including the API usable for another week. Users will be compensated for this time,

      All the beta progress you guys saw that was made the past few months though the first week of August, BossFarmBot, PickitBot, improvements to ExilebuddyBot and ExilebuddyRoutine, all were based on the old API which would not work correctly for 1.2. There's no physical way to rewrite an entire bot in less than a week, especially with a brand new API, so what you see now reflects that.

      No one should be content with what's currently here, but like I clearly said in the thread, the majority of stuff is not finished yet. So far, only one bug has been reported, and that's the currency looting. Everything else is working exactly as intended, so things aren't as bad a lot of people are perceiving them to be. I just confirmed, the bug reported isn't a bug, just the combat pulling of the CR.

      The answer to just about any question as to why the bot doesn't or does do something is time. That's all :).

      Things will be added and changed over the next week, but it was important to at least get something out to start with.
       
      Last edited: Aug 27, 2014
    4. jordi1104

      jordi1104 New Member

      Joined:
      Jun 4, 2012
      Messages:
      778
      Likes Received:
      4
      Trophy Points:
      0
      Guess it's time to make your own?
       
    5. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Untitled.png
      One of my 4 accounts on buddy, i'm not even angry. When the shit gets rolling, the dough gets rolled.
       
    6. jordi1104

      jordi1104 New Member

      Joined:
      Jun 4, 2012
      Messages:
      778
      Likes Received:
      4
      Trophy Points:
      0
      It doesn't seem to pickup most valuable orbs like orbs of chance and such?

      I'm impressed tho thanks for the updates :p
       
    7. Notmyreal

      Notmyreal Member

      Joined:
      Apr 22, 2014
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      6
      Is this for every Orb or only for lesser valuable items. Because i mean all my mirrors of kalandra dont like to be so long at the ground. ;)
       
    8. Jihadjoe187

      Jihadjoe187 New Member

      Joined:
      Aug 26, 2014
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      1
      How do you get it to attack? Mine just runs and looks for chests and ignores all mobs completely.
       
    9. iargue

      iargue Member

      Joined:
      Mar 20, 2012
      Messages:
      125
      Likes Received:
      2
      Trophy Points:
      18
      A) Even if you bought 1,0000 copies of the bot, you have no reason to complain. This was announced far in the future that it would not be available. There have been plenty of updates on the issues at hand, and everyone has been compensated for the downtime with extended codes. As such, there is ZERO reason to complain, except for the fact that you are an asshole who thinks that programming is done by magic and could be done in seconds.

      B)This is honestly a early release beta due to the high demand of people wanting everything out. He probably got to test it 1-3 hours or so, didn't see any major fuckups, and released it so he wouldn't get 100 posts a day asking when the beta will be ready. Testing and development for the bot is an extremely tedious task, as you have to let the bot run until it screws up, identify what caused the screw up, and then start from scratch and see if the screw up happens again. That could mean 12+ hours for a single bug to be fixed, and even then, if you only let it run for 5 hours after you fixed the bug, you can't be sure it was fixed/didn't introduce another bug.

      This is all handled here.

      https://www.thebuddyforum.com/exilebuddy-forum/174957-exilebuddybeta-forsaken-masters-guide.html

      You should have read everything before downloading and running the bot.
       
      darkbluefirefly likes this.
    10. Jalockin

      Jalockin Member

      Joined:
      Aug 29, 2012
      Messages:
      441
      Likes Received:
      0
      Trophy Points:
      16
      Well the release version of the bot prior to forsaken masters was 99% Afkable, yes you had to do the initial settings and what not, but after that it was pretty much click-a-button.

      I just hope that release in the future does not require me to code/configure more than the itemfilter.
       
    11. iargue

      iargue Member

      Joined:
      Mar 20, 2012
      Messages:
      125
      Likes Received:
      2
      Trophy Points:
      18
      It will not. If you read the development notes, you would know that this is an EARLY RELEASE BETA and does not contain most of the core functionality. That will all return shortly.
       
    12. hansmeier

      hansmeier Member

      Joined:
      Jul 12, 2014
      Messages:
      158
      Likes Received:
      0
      Trophy Points:
      16
      As pushedx said "within the next days/week/s" ^^
       
    13. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      Probably a day at most.
       
    14. Laje892js

      Laje892js New Member

      Joined:
      Aug 19, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Any tips for configuration not posted?
       
    15. pushedx

      pushedx Moderator Moderator Buddy Core Dev

      Joined:
      Sep 24, 2013
      Messages:
      4,252
      Likes Received:
      290
      Trophy Points:
      83
      Beta #880 was just built. Today was spent on expanding the skill / API coverage for the ExampleRoutine. This was necessary to ensure all of the new stuff in the API related to that stuff is working correctly, and so far it seems it is just from testing during adding it in. Please remember, the routine cannot possible handle all builds or use skills in the ways users want. However, it should now have enough example logic to cover just about using any type of skill (and if I missed a skill group, please let me know and I'll get it added or say why it wasn't there).

      Tomorrow, some bot looping and adjustments made to the CR to prevent the backtracking are planned . Town stuff is expected the day after, but I can't rush town stuff in, because I think that's one of the most important aspects in making sure the bot doesn't stick out if GGG is watching towns more carefully for any behaviors that are the same across different accounts.
       
    16. Laje892js

      Laje892js New Member

      Joined:
      Aug 19, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      ExampleRoutine.cs no longer includes the settings to edit? They are in ExampleRoutineSettings.cs but it tells me to edit ExampleeRoutines.cs when I start the bot and it shuts down.
       
    17. darkbluefirefly

      darkbluefirefly Community Developer

      Joined:
      Nov 8, 2013
      Messages:
      1,927
      Likes Received:
      18
      Trophy Points:
      38
      check the settings from exilebuddy program. it's in there now.

      Run Exile buddy -> Settings ->Example Routine
       
    18. Laje892js

      Laje892js New Member

      Joined:
      Aug 19, 2014
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Thanks m8
       
    19. ventura2254

      ventura2254 New Member

      Joined:
      Aug 6, 2014
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
    20. svartbob

      svartbob New Member

      Joined:
      Oct 25, 2011
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      1
      View attachment Exilebuddy 6788 2014-08-28 15.28.txt

      I dont know if its just me but when i open the bot it dont let me choose a bot! Like Grindbot/Farmbot/ExilebuddyBot.
      I can find them in Exilebuddybeta/bots but the Betabot can find them.

      Thanks for all the works devs are doing! Keep the good work up!
       
    Thread Status:
    Not open for further replies.

    Share This Page