TadaceAce 1 Report post Posted October 20, 2014 (edited) Pathing Symptom: Running back and forth like a scrub. Comments: Changes to the system.ini file can help greatly here but essentially needs to be tuned to the area you will be running. In the case of mapping, this isn't going to work as the area layouts are going to change drastically. Solution: I'm going to attempt to offer a solution even though I've always had issues with pathing on my bots. The bot would do a check for change in map explored every 5 seconds. If change in map explored < 2-3 (needs testing), then the bot is likely stuck. This could be running back and forth like a scrub or stuck behind a barrel, crate, ledge, etc. If it is a stuck, have it automatically scale move_distance, ray_width, etc until the explored % starts increasing again. This is a very crude solution and I have full faith that you could likely come up with something better. Dominus/Piety Symptom: Bot leaves scepter upon killing Dominus first form. Bot attacks the not-spawned Dominus before his minions are killed. Comments: I'm going to focus on Dominus because there really is no point in farming Piety over Dom. For the second point, users can workaround this issue by using a smart targeting skill such as arc, SRS, summons, flicker, etc. Solution: Upon reaching the top floor or scepter of god (this can be measured by the number of transitions), encountering an enemy resets the floor exploration % to 0%. This way, upon killing the first form, bot will proceed to explore the lower half of the scepter and encounter (a currently untargetable) second form. This resets the explore %, bot kills second from, explores top half again and leaves. It is worth noting with the sheer amount of rares that would drop from Dom, Dom runs would need to be programmed similar to maps where the bot does NOT create a new instance until all drops have been gathered. Hideout Mapping Symptom: When attempting to create a new map, bot enters a residual portal of old map and run around until entire map is explored or it times out. Comments: This issue makes hideout mapping very very inefficient. Solution: Treat the map device in the hideout similar to a pickit object on the ground. Force pathing to within ~700 distance, stop and search for the device before alt clicking. Mirrored Items Symptom: Bot attempting to modify mirrored item whether it be transing a map or chancing a gavel. Comments: Completely disrupts botting and creates an infinite loop. Solution: Any function that changes the rarity of an item, chancing, makemagic, makerare, etc, checks for the mirrored affix. Gem Leveling According to my thread in the Elite forums, this is already being looked at. The script I posted (the second one that pauses the bot) works with 100% accuracy that I've seen over several days. Feel free to more elegantly integrate that into the bot. Bot works pretty wall overall. Here are just some pretty key issues that can be looked at with the next releases. Edited October 20, 2014 by TadaceAce Share this post Link to post Share on other sites
alkpone 1000000 Report post Posted October 20, 2014 Very pertinent obserations, especially about back and forth. I'm going to take some note and check the feasability of all the solutions proposed here. Gem leveling has already been implemented in dev, I'm testing it right now. About the Mirrored stuff I think we can fix it by ahk image search with immo. Share this post Link to post Share on other sites
heisenburger 7 Report post Posted October 20, 2014 Just to add something... does it make sense to use image search for looting? Right now when the screen is covered by items, the bot can't always locate the right item. Instead, the mouse just circles around the item but never lands on it. Share this post Link to post Share on other sites
TadaceAce 1 Report post Posted October 21, 2014 With all this uninteresting facts being said, Imagesearch should always be the last option to get the result you need. So, looting via image search is no option at all! I wrote a pickit using imagesearch a long time ago, It wasn't great. On top of being resource intensive it wasn't very accurate. The drops are semi translucent and they distort when you move in game. Share this post Link to post Share on other sites
ickehier 5 Report post Posted October 21, 2014 (edited) as there are working maphacks out there, isnt it possible to let the bot calculate a route as it enters an area? if not so, how about the good old "follow left wall", but avoiding areas already explored? Edited October 21, 2014 by ickehier Share this post Link to post Share on other sites
Deityslayer 5 Report post Posted October 22, 2014 This can be easily fixed by every user and not only for mapping from hideout but for all accidently clicked portals! You need to set you left Mousebutton to "walk only" (inGame) and activate the "press Shift while movement" option in the "Main settings" tab in Exiled Bot. This solution is basicly based on the internal PoE method which disabled you to use any areatransition while shift key is pressed down If you've set up everything properly you are no longer able to accidently use any portals/areatransitions! It simply is technicaly disabled... I tried using shift while moving Instantly I found an issue. I had a full stash and tried to go from eternal lab -> town. At the waypoint, it was stuck trying to shift+left click. Share this post Link to post Share on other sites
ickehier 5 Report post Posted October 22, 2014 [...] At the waypoint, it was stuck trying to shift+left click. I don't have this problem, but bot gets stuck on clicking vaal vessels (the thingy that drops Sac pieces) Share this post Link to post Share on other sites