-
Content Count
65 -
Joined
-
Last visited
Everything posted by philatio
-
Like others have said, pathing in hideouts needs work. I keep trying to change stash, map device, and vendor locations to fix the "taking old portals" problem. No major success yet. Looting needs serious work still. Its just too slow. Made a suggestion thread about this. This problem slows down runs by huge margins in many cases. "Very rarely, the "keep item / destroy item" menu would somehow pop up while the bot is stashing. When this happens, the bot would get stuck." - I encountered this for the first time earlier today. Not sure if it was just bad luck or a problem with newest version.
-
Low priority looting I hate seeing the bot sit there and spend an enormous amount of time trying to pick up a wisdom scroll. Wonder if it would be possible to add a "low priority" option to certain pickit items similar to this. I.E. spend no more than 3 seconds trying to find anything under an alt, or such, before moving on.
-
New and considering becoming elite member, two questions first.
larrich01 replied to topic's philatio in Archives
What maths was trying to say was that you shouldnt bot at all if you are extremely emotionally invested in any accounts. People have had bans on their main accounts no matter how "careful" they were. All it takes is your vpn dropping for one second when some script or another that watches that connection fails or crashes... And then youre tagged. There are also several other ways you can get snagged in the ban wagon. You are also tied to the fact that running poe through a vpn is obvious, if poe takes a look. Dont bot if you cant accept losing it all. Plain and simple -
Sorry, maybe I came off as being rude. Just navigate to : <path>\Configuration\default\Pickit Open default.ipd with your text editor of choice and you can see what its configured to keep/sell.
-
What movies have you watched recently?
Walt replied to topic's philatio in Exiled bot - Off topic forums
Enders game was good, imo. Loved the book as a kid. Think alot of people wont get it, without reading first. Been waiting for gravity, have to check and see if there is a good version floating around -
Just modify the pickit to your liking
-
Make sure you have all the dependencies installed, run poe and the bot in admin mode. Let me know.
-
Ok, so you're asking yourself. What does he mean by scripting? Well, I pretty much grew up with botting games, before they were simple "tick this box" to do something. From actool/skunkworks, to mmbot (and derivatives), also extensively with d2nt/d2bs. What I'd like to see with this project is the ability to write my own bot behavior, instead of the current "one size fits all". For instance, here is a snippet from a d2nt script (with comments to show what its doing) function NTMain() { Include("libs/common/NTCommon.ntl"); NTC_IncludeLibs(); NTC_IncludeConfig("NTBot/char_configs"); // various dependancies to load in this section NT_LoadConfig(); NTSI_LoadNIPFiles("NTBot/item_configs"); NTA_Initialize(); if(!NTTM_CheckAct()) { NTC_SendMsgToScript("NTBotGame.ntj", "NTTM_CheckAct()"); /// This section makes the bot return to town return; // if it was in the field from a previous script } NTTMGR_TownManager(); // Do town functions i.e. stashing selling etc if(!NTTM_TownMove("waypoint")) { NTC_SendMsgToScript("NTBotGame.ntj", "NTTM_TownMove()"); // move to waypoint return; } if(!NTM_TakeWaypoint(44)) { NTC_SendMsgToScript("NTBotGame.ntj", "NTM_TakeWaypoint()"); // take waypoint 44, this is lost city wp in d2, i believe return; } NTP_DoPrecast(true); // buffs if(!NTM_MoveToPresetUnit(me.areaid, NTC_UNIT_MONSTER, 751)) { NTC_SendMsgToScript("NTBotGame.ntj", "NTM_MoveToPresetUnit()"); // move to a specific unique monster though return; // this is not possible with eb at this point } if(NTA_KillMonster(GetLocaleString(2886))) // obvious { if(NTConfig_ClearPosition) NTA_ClearPosition(); /// after killing the intended mob, clear any trash in the immediate area NTSI_PickItems(); /// obvious } NTC_SendMsgToScript("NTBotGame.ntj", "NTA_ClearLevel()"); // Clear the rest of the zone, though this line could be commented to skip that behavior NTC_SendMsgToScript("NTBotGame.ntj", "SCRIPT_END"); } So, as you can see, behavior can be fine-tuned to the end users liking. Pretty much everything should be scripted, such as (in this case) NTTMGR_TownManager could be opened up and the in-town behavior changed. I feel this would benefit both the devs and users, as it would allow the devs to only focus on the core and the community could write alot of the other functions themselves. Let me know what ya think. Phil
- 1 reply
-
- 1
-
I'd like to see a collaboration on something similar to this. New leagues are coming up fast!
-
Both are pretty straight-forward to use. Post details if you are having issues.
-
If you can live with using pptp, check out vpn lifeguard.
-
Just use something like this - https://exiled-bot.net/community/index.php/topic/1889-release-poe-multiscript-105-autoflask-autoquit/ Good luck
-
I really like summoner type builds. Have throughout the years in many games. It would be nice to see more options in the skills tab. Ability to set the max number of summons you want, and maintain that number throughout the run. Summon them all at the beginning, not just when attacking. Similar to the "is aura", could have a "is summon skill" check box with a number. Ability to maintain a certain distance from mobs, so we dont always have to stand next to the current mob. Im sure there other things, but this would be a start. Thanks!
-
VPN lifeguard - How to secure your real IP address against VPN disconnections
pijafro replied to topic's philatio in Guides
Ahh cool. Just wondering if it will cause problems if vpn takes a few seconds to connect on restart. Great suggestion, thanks dlr -
VPN lifeguard - How to secure your real IP address against VPN disconnections
pijafro replied to topic's philatio in Guides
It would be sweet if someone more familiar with autoit/ahk would combine this and autopoe into one. So it would just be just once click after a vm restart to get rolling again. Also add auto-start dxtory, unless that is what you added above. -
VPN lifeguard - How to secure your real IP address against VPN disconnections
pijafro replied to topic's philatio in Guides
Thanks for this. Only mod i did was to have it shutdown pathofexile.exe as well as the bot. Works great in combination with: http://exiled-bot.net/community/index.php/topic/697-auto-poe/ -
Testing now. Appears to be working great, just what i was looking for
-
Total nuclear meltdown, run!
-
Been doing about 1500fg a day from one account on dom. So not doing to bad with softcore.
-
Good post! However the bot doesnt read memory for waypoints, just uses fixed mouse coords.
-
Is this down?