-
Content Count
777 -
Joined
-
Last visited
Everything posted by jps42
-
There are no plugins like buddy, everything is coded, compiled, and released by the primary developer, Alk. Questing is buggy since ascendancy, Alk does have it on his list to get fixed, but he's got lots of other priorities going on right now. If you are very competent with C++, give him a PM, he's looking for talent.
-
Are you talking about designated zone or map? Zone being area you can access by wp versus map being what you put into map device.
-
Are you commenting all the rare mod checks at the bottom of pickit?
-
Lazy marketing dept.... There is a planned stripped down version, it just hasn't been released.
-
Looks like you haven't set up the proper character selection number, or something similar. Plz read through this - https://exiled-bot.net/community/index.php/topic/5216-compendium/
-
It is on a list to get completed, however unlike buddy where you have community developers like dbf actually making the plugin, it has to be hard-coded in exiled-bot, i.e. Alk. He's working on other features that are getting close to completion that where deemed a little more important than questing. Also, the trials will cause difficulty for bot to navigate some of these zones, interested to see how QuestPlugin will accommodate that as well.
-
It has been disabled bc it was causing some crashes.
-
This is on a list for features in the future.
-
Bot works with Windows Vista, Windows 7, Windows 8, Windows 10. With the introduction of ascendancy and trials within zone, bot does not do questing well. Most of the heavy botters use botting rigs with vm's and vpns. There are a variety of builds you can use, most will say go with melee as it probably works the simplest. I have a guide on flame totems, and use flicker strike builds as well. There is a thread with possible builds so far posted here - https://exiled-bot.net/community/index.php/topic/6326-viable-bot-build-list-22/ Many people like Voll farming, but most of the heavy botters do maps, specifically in the hideout. It reduces the chance of being banned. With any type of automated process that violates TOS, you will always have the possibility of being banned. Usually does occur because of behavior rather that software directly detecting bot. Cheers!
-
Sound like you might have something there. It is, however, out of the scope of this bot.
-
I think your missing the huge difference where this bot is isolated from potential human interaction versus what you are describing which is directly interacting with humans on a regular basis. The second a person figures out what you are doing, kiss your currency and account goodbye.
-
No, it doesn't trade with other ppl, that would be frankly stupid as it is an easy way to get banned for automating actions. There have been discussions of auto currency upgrading through vendors, that's about it.
-
You can't unless you are a paid user at the moment. Some other users abused the privilege unfortunately so it was closed to free users.
-
Have you set selected zone to "Voll"?
-
Steam Version - Popup Not Connected to Steam
d4ns0ul replied to topic's jps42 in Exiled Bot Feature Request
When your connection lags? Sounds like connectivity issue on your end. This bot has no control over your internet problems and since there is a simple and easy answer to just switch to global, I don't see why there would be any bot accommodation for this. -
Steam Version - Popup Not Connected to Steam
d4ns0ul replied to topic's jps42 in Exiled Bot Feature Request
Simple answer - Don't use steam. Not sure why anyone bots with steam still. The issue doesn't seem specifically bot related but occurs because you have steam connectivity issues. -
Pretty cool undertaking, however, what are the specific criteria you will use to fine tune each subsequent bot as they get banned? Unless you have an empirical way to track specific bot habits or past history (not sure the logs will suffice on their own to explain behaviour) then what's to say the bots will get flagged and banned purely by chance rather than something you can identify? Then this could lead you to false positives or just the overall statement that running a bot 24/7 will eventually get you banned. Pretty sure your still at a high level still on planning this out. I would make these assumptions, maybe they can be incorporated eventually into your "ban conditions"? Assumptions: Mapping HO vs Lab - HO less risky Mapping vs Zone farming - Mapping less risky, even less in HO Single zone farming vs Rotating zones farming - Rotating less risky Scheduled idle vs continuous runtime - Breaks less risky Overleveled farming vs at/underleveled farming - Less risky to farm in zones where you are close to or slightly underleveled to zone level Others not as easy to test out (bc money or exposing home pc/ip) - MTX vs Free - Less risky if you paid them money VM vs PC - Not sure at all about this, I would guess some would say non-VM is less risky VPN vs Static home IP - Does GGG have blacklisted IP ranges My 2 cents so far.
-
Are you running the host programs as admin? What does poof mean? If you run under normal it doesn't start up?
-
Usually occurs when you try to attach to a non 32bit program. You can try using one of these super small programs to attach to - http://www.marcofolio.net/tools/50_under_1mb_free_useful_tools_windows.html AtNotes, ClipX work well. Some ppl use Notepad ++, or WinRar 32b version.
-
What was the outcome of removing blood rage from your setup temporarily?
-
Why not just use the existing lines in the pickit to pickup jewelry? It's there for a reason. // To pick up UnID items, uncomment the lines below. Please note that the more lines you uncomment, the more stash space will be needed, especially if stashing chests // Jewelry // [Category] == "Belt" && [Rarity] == "Rare" && [itemLevel] >= "60" # [stashItem] == "true" // [Category] == "Ring" && [Rarity] == "Rare" && [itemLevel] >= "60" # [stashItem] == "true" // [Category] == "Amulet" && [Rarity] == "Rare" && [itemLevel] >= "60" # [stashItem] == "true"
-
Try pulling off functions to see if that can get it working, such as auto quality, then auto upgrading etc to figure out a what point it will work. Also, I have the low end of the map Tier range always at Tier 1 and just ignore by map, not sure if it helps.
-
It seems fine. I run basically the exact same thing for my flickerbot, except I use blasphemy+poachers. Try and disable blood rage and see if bot completes map/zone with just hatred and enfeeble without issues. What are you running right mouse?
-
It sounds like you didn't follow my advice. Post your skills.ini
-
I'm guessing you have set up auras to always recast, and/or blood rage as aura. To set up auras, don't do anything else with the skill other than check aura. With blood rage, don't do anything else with the skill other than check always recast. This means not changing priority, distances, or anything.