Jump to content

philatio

Elite+
  • Content Count

    65
  • Joined

  • Last visited

Everything posted by philatio

  1. philatio

    Auto follow

    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. philatio

    Suicide mode?

    Umm, its where brittle emperor drops. But yea, its not about the getting the BEST drop, its about getting the most drops. High mob density coupled with very fast clear speed, equals the most profit
  3. philatio

    Suicide mode?

    Docks can be one of the best places to farm, I agree. Especially if you wear like 50+% iiq. Its very easy for an overleveled character to farm. Dried lake might be slightly better, but you cant run that zone from hideout (more detectability)
  4. philatio

    Combat skills and ignore mobs

    Sweet. Yea it will trigger granite, but I want it to trigger BEFORE it takes any damage. Thanks for responding Also would be nice to have a setting for blood rage, similar to how the bot handles righteous fire.
  5. philatio

    Need build help for bot

    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)
  6. 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
  7. philatio

    Suicide mode?

    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.
  8. 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
  9. philatio

    V 52e issue

    I never change anything from default for aura skill slots. Just check aura. Leave priority at 1 Not sure it will help *shrug*
  10. Edit: Figured it out. Works fine on a secondary computer.
  11. Yes its possible. You have to set it up to act more like a "flame dab". Not super efficient, but Ive done it.
  12. philatio

    Bloodlines mods

    If that works, would be great to add it to the main release. Those are the only two really problematic mob affixes for the bot.
  13. philatio

    [WIP] Bot Restarter

    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*
  14. philatio

    Restart script

    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*
  15. Looks good man, I like it! IVe wanted to try out an srs build, they can be extremely powerful.
  16. philatio

    Anyone else get stuck?

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

    Currencies - How to Stash Organized!

    I'm still not seeing it, what am I missing?
  18. philatio

    why cant it find monster by itself

    You probably have your aura settings messed up. Check your skill setup for errors
  19. philatio

    User customizable scripting

    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.
  20. philatio

    Flicker strike skill setup issues

    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.
  21. philatio

    Restart script

    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!
  22. philatio

    Has anyone NOT been banned

    Rule number one, never talk about fight club. I.E. Would be kinda silly to post a method that works so that ggg can start sweeping for it
  23. 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
  24. Just watched the bot grab one of those haste shrines. At the time he had haste, vaal haste, and 70% run speed from quicksilver flask going. It was comical.
  25. philatio

    Exiled bot keeps interacting with my Desktop

    He means inside the game client. I think its in the ui tab (not logged in currently to check) edit: Haha, he beat me to it
×
×
  • Create New...