-
Content Count
65 -
Joined
-
Last visited
Everything posted by philatio
-
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.
-
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
-
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)
-
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.
-
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)
-
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
-
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.
-
Re-enter portal if map not fully cleared or items left
pipo replied to topic's philatio in Exiled Bot Feature Request
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 -
I never change anything from default for aura skill slots. Just check aura. Leave priority at 1 Not sure it will help *shrug*
-
Edit: Figured it out. Works fine on a secondary computer.
-
Bot Setup for Flameblast? (is it possible?)
ZaiNuli replied to topic's philatio in Character builds and strategies & Bot setups
Yes its possible. You have to set it up to act more like a "flame dab". Not super efficient, but Ive done it. -
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.
-
[WIP] Bot Restarter
Deityslayer replied to topic's philatio in User's script for POE and/or Exiled Bot
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* -
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*
-
Scion SRS Life based with Video
dynastyo replied to topic's philatio in Character builds and strategies & Bot setups
Looks good man, I like it! IVe wanted to try out an srs build, they can be extremely powerful. -
Set that number as low as possible. Given that you want enough time to successfully complete a zone.
-
I'm still not seeing it, what am I missing?
-
You probably have your aura settings messed up. Check your skill setup for errors
-
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.
-
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.
-
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!
-
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
-
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
-
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
-
Piety doesnt work from hideout.