Jump to content

philatio

Elite+
  • Content Count

    65
  • Joined

  • Last visited

Posts posted by philatio


  1. I know MF TS very well. All you have to do in 3.5 is drop WR. It's too gimpy now. Don't run bisco's ammy, it's a noobie trap.

    Keep scaling back your life nodes and resistances, add MS/dps, until you rip too much (though L100 is so easy to get to in betrayal, who really cares). Need 300MS without HH buffs or phase run up, if you want it to feel good. At least 60k HO dps without any flasks (not the best judge of dps, but a good rule of thumb).

    Hard to find aurabots that can even keep up with me, to be honest.

    Can clear any map in the game with 200ish ex invested. Destroy any boss in T16 or less with just TS (except shaper guardians). Vaal breach for the phased bosses.


  2. Flask setup? Using multiscript to manage drinking them? (bot handles pots badly)

     

    DPS?

     

    IC cwdt with some way of generating end charges?

     

    Total health? CI is generally not a good idea with the bot.

     

    Over cap resists? (if running maps)


  3. I'd like to see more combat skills. Basically, I have key mapped one my flasks to "T" with the condition that it be used only on uniques (granite flask for voll). Unfortunately, now the bot wont recognize one my skill slots. With more combat skills, I could also add a divination flask that pops at every rare, another safety flask for uniques, etc.

     

    The bot already has a "chicken on mob sight". What about an option to ignore certain mobs?

     

    Anyhow, just a couple things that come to mind.

     

    phil

     

     


  4. There is no currency drop penalty in any level of map.

     

    Edit: Just realized you might be referring to zones, not end-game maps. If thats the case, its probably best to just gear up and run the bot in act4 merci. Most any build can effectively farm there with cheap gear. Also remember that it's easy to get flagged if you are farming low level zones.


  5. yah a simple ui setting "reenter ini until explored" would be nice!

     

    keep in mind that it lowers ur monsterkill/h a lot.

     

    i good pickit is the solution usually.

    who needs these rares and chromatic items when u can focus on uniques currency and 6 sockets. way more income!

     

    Dyna is correct in this. From a purely profit point of view, picking up rares/chrome items actually lowers your overall bot profits. 6 sockets are the "meat and potatoes" of botting ;)


  6. Needs a fix. Detection isn't right. New method found. Headache. Fixing later.

     

    Yea, crash detection is the pita part of this whole idea. Process will still exist when EB is hung. Blacksun's didn't do it very well either.

     

    I wonder if monitoring mem usage of the bot's process would work. If it doesnt change over a period of time, kill process and restart. There has to be a creative, fail safe solution.

     

    Maybe there is some setting in windows or a program out there, that will handle killing hung apps. *shrug*


  7. Sorry, I havent been around much lately on these boards to do much with this script. Thanks for all the help, immo.

     

    Really it does everything I need it to in current form, but ill add a compiled version without all the tabbing crap. Might even be nice and add some variables at the top for entering paths, though its pretty obvious currently *shrug*


  8. I got the same problem and bot can get stuck for as much as 30min! Sometimes it gets stuck when there are large drops with several orbs and scrolls like it cannot choose what to pick up first and its very annoying because it doesnt unstuck and doesnt leave map at all even if i set max idle time to 30sec.. what to do? I looked up for skill to use if stuck and didnt find it anywhere on bot config. Please explain, thx.

     

    HkHcsx7.png

     

    Set that number as low as possible. Given that you want enough time to successfully complete a zone.


  9. Just thought Id bump this back up.

     

    Still think it would make the bot alot more functional and make Alk's job alot easier. I.E. He wouldnt have to fine tune everything to "try" and make it work sufficiently for everyone. People could fix minor issues with a simple edit. Many of the day to day complaints I always see could be handled by the community.

     

    Even the ability to write plugins that could essentially pause the bot, yet still have access to core functions, would be amazing. This is one thing that eb's competitors have a leg up on.

     

    Anyhow, good luck and may rng be always in your favor.


  10. Here's the way i do it.

     

    Blood rage looks fine. Just reduce cooldown if its not up all the time. Priority 9 is fine

     

    Frenzy max distance of 125. Cooldown of 1000ms or so. Priority 8. This will ensure that you are at least smacking something to generate charges when out (though you shouldnt be running out, get more max charges!). The cooldown and short range will limit how much this is used. Adjust cooldown/range to your taste. Could further limit this to only magic mobs or higher.

     

    Flicker range of 500-600, no cooldown. Priority 7

     

    Edit: The priorities i listed are just for reference to which should be higher or lower than others.

    • Upvote 1

  11. Thanks a ton immo. Id love to know how you went about figuring that out. Anyhow, id like to add some crude scheduling to this script. Here is the line im having trouble with (omitting unneeded stuff):

    if (A_Hour . A_Min>0301) && (A_Hour . A_Min<1101)
    

    Trying to get the correct syntax here for this to trigger when its between two different times (between 3:01am and 11:01am in this example). Does that look correct?

     

    Thanks!


  12. Ive been plagued with crashes lately and its been getting frustrating. The old goto was autopoe, then eb-tools, but they appear to be defunct now.

     

    Saw this thread - https://exiled-bot.net/community/index.php/topic/3377-need-help-script-to-automatize-the-botstart-and-pc-reboot/  and it got me thinking about doing something similar in ahk.

     

    So, Ive got a functioning ahk script below that will just restart everything after a specified amount of time:

    Loop {
    Process, Close, PathOfExile.exe ; close existing instances
    Process, Close, ExiledBot.exe 
     sleep, 1000 * 5						
    run C:\*\PathOfExile.exe  ; re-open
      sleep, 1000 * 50 ; delay for poe to load
    run C:\*\ExiledBot.exe
    WinWait, Exiled Bot (Elite)
    WinActivate, Exiled Bot (Elite) ; Make sure were on exiled bot screen
      sleep, 500 ; small delay
    Send {TAB 3}  ; Tabbing to start button
    Send {Enter}
    WinMinimize, Exiled Bot (Elite) 
      sleep, 3600000 * 2 ; Sleep until next restart (hours)
    }
    
    

    Any ideas/improvements? Been thinking about adding some sort of crash/hung detection, though this seems like it would be hard to test. It would be nice to send start command directly to the bot, but that is currently above my knowledge.

     

    Thanks for any input :)

×
×
  • Create New...