-
Content Count
1767 -
Joined
-
Last visited
Everything posted by alkpone
-
It's still being tested.
-
I had this issue too, it seems to be caused by high latency.
-
Bot version 0.13e has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.13e Improvements since 0.13d : User can now specify a key to cast a skill when bot can't open a breakable chest (to avoid bot being stucked). "open_chest_fail_key" from config.ini file. Fixed a random crash due to pickit. Added profile system. Status Tab now working. Added new window (resizable) for last picked items. Now bot is reading item name directly from memory instead of translating it to metadata. It means that any item set in pickit should now work (and not exclusively the ones from ItemNameList.txt).
-
I never had this issue and have no idea about how to reproduce it. What is your config ?
-
Yeah next version.... That's why smart pickit and new features are being tested by the Elite community.
-
ImTotalyDrunks huge dream-feature list
ImTotalyDrunk replied to topic's alkpone in Exiled Bot Feature Request
We don't use any pixel in the bot. I love when people say "You should do this, I don't see any difficulty, really, it's very easy!! I already did it in another project". Sry but you have no idea about the complexity of the exiled bot project and no idea about how hard it is to fit any new logic in the whole system, without breaking anything. But you are right, this shouldn't be so hard and wouldn't take more than 2 or 3 day implementing and testing it. -
ImTotalyDrunks huge dream-feature list
ImTotalyDrunk replied to topic's alkpone in Exiled Bot Feature Request
Thanks for your suggestions. We already planned the two last features. Soon we'll be able to config skills, flask and even movement via a powerful, user-friendly event system. Boss running is just a new logic to do, will take some time but would definitively worth it. -
A pleasure to meet you TwistedDoc, welcome here
-
Throwing Spectral Weapons...for a Noob by a Noob! (scion video added)
pronoooob replied to topic's alkpone in Character builds and strategies & Bot setups
This is the build I'm using for testing (http://www.pathofexile.com/forum/view-thread/563103/page/1) -
Bot .13c rc crashing every 30-45 minutes (only on vm)
Discordmaru replied to topic's alkpone in Archives
Should be fixed in 0.13d -
Bot version 0.13d has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.13d Improvements since 0.13c : Fixed random crash due to pickit.
-
PostMessage instead of SendInput API?
Xanathos replied to topic's alkpone in Exiled Bot Feature Request
I made some research on PostMessage and it looks like a pain in the ass to implement. And it seems like hover wouldn't work anymore minimzed or in background. -
Bot .13c rc crashing every 30-45 minutes (only on vm)
Discordmaru replied to topic's alkpone in Archives
Maybe this is the random crash I fixed yesterday. Try to disable smart pickit and wait for next release!! -
Very weird, issue.. I never had it and I'm still figuring out how to reproduce.
-
Bot version 0.13c has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.13c Improvements since 0.13b : Offsets update for game version 1.0.2. Bot now ignores id, alt, transmut and alchemy shards while stashing. Increased delays while identifying items. Fixed bug of Warehouse, Scepter of god and Imperial Garden not selected properly. Added a Status Tab to the gui (not working yet!!).
-
Yes I'm aware of this issue, we are very sorry about it and are trying to do anything we can to fix it. Don't worry, your donation is still registred on the forum and on the paypal account and you'll have soon your lifetime Elite membership again. The team is very sorry about that and we hope that you'll understand and be patient until we find wtf is not working in this shit. I'll try to promote everybody again manually tonight and tomorrow.
-
Yes I'm aware of this issue, we are very sorry about it and are trying to do anything we can to fix it. Don't worry, your donation is still registred on the forum and on the paypal account and you'll have soon your lifetime Elite membership again. The team is very sorry about that and we hope that you'll understand and be patient until we find wtf is not working in this shit. I'll try to promote everybody again manually tonight and tomorrow.
-
Request: Plugin Module Support
bobbyjayblack replied to topic's alkpone in Exiled Bot Feature Request
Yesss very nice idea, I would love to do something like this. However it will take a lot of time to do and I don't have any experience in doing stuff like that in c++. -
You should try to get your account back by sending an email to support..
-
ImTotalyDrunks huge dream-feature list
ImTotalyDrunk replied to topic's alkpone in Exiled Bot Feature Request
Too bad for you, you have to spend 5min per day right clicking gray gems Don't have the time to reverse whole gem system right now, but I'll keep it somewhere in my head. -
ImTotalyDrunks huge dream-feature list
ImTotalyDrunk replied to topic's alkpone in Exiled Bot Feature Request
Great suggestions here, thanks!! And it's always good to remind stuff that should already be done for months -
Haha yes I understand what you mean. That's why it's still in beta test. However if you don't have the time to fully test and understand it and don't want to take the risk, just don't use it and wait for a generic public configuration file (and every bug to be fixed). Personally I'm using it for botting but still didn't made complex config file yet.
-
1) Bot will probably get stucked.. Need for a multi-tab feature 2) Yes commercial release is planned for soon but atm more stuff need to be done.
-
Bot version 0.13b has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.13b Improvements since 0.13 : Offsets update for game version 1.0.1c. Parenthesis and || (OR statement) are now working in pickit. /!\ Read Again carefuly Pickit Documentation from default.ipd Before Editing It. Some Better Examples Has Been Added. /!\ Bot shouldn't sell anymore items we don't want. Now user can use a mod by its index in the pickit (if it is not in the ModsList.txt file) this way [modindex] == "value", ie. [587] == "30" for +30 int mod. Fixed bug : "Bot opens guild stash instead of its own stash".
-
Nice try You forget to specify the Item we want to roll ^^. Behind this, need for a hard regex handling. Also logic handling the result of the craft to stash it or sell it or reroll it.