-
Content Count
1767 -
Joined
-
Last visited
Everything posted by alkpone
-
Bot version 0.50 has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.50 Don't forget to reconfigure everything from default files, copy paste of configuration files won't work!! Improvements since 0.41d : Offsets updated for Game version 2.0.0d. Offsets updated for Steam version 2.0.0d. Offsets updated for Garena SEA version 2.0.0c. Offsets updated for Garena TW version 2.0.0d. Coordinates used by the bot are now relative to the active window's client area, which excludes the window's title bar, menu (if it has a standard one) and borders. Client coordinates are less dependent on OS version and theme. Added Cards in default pickit file. Bot will take every type if smart pickit is disabled. Added act 4 handling. Added Kaom farming. Added new category for pickit : "Jewel". Bot can now use "golem" skills properly, just tick the option in combat settings. Fixed custom npc selling.
-
Can anybody confirm that the Root->Data replacing trick works ?
-
I had a look on this issue today, and indeed, that's not an easy one. Can't think about any simple relevant way to fix it..
-
Nice idea !! For your interest, lastly (just before 2.0.0 release) I was working on a system that would detect enabled wp automatically, would take them and be able to navigate toward any area. However I'm still needing to reverse and find some data to make this dream come true.
-
v0.50 RC Awakening Beta (Last update : 14/07 10:17 AM)===>BUG
teapa replied to topic's alkpone in Archives
How many FPS do you have in POE while running the bot ? -
Added jewel category in the upcoming RC.
-
What specific setting would you need for divination cards and gems ?
-
Just released a fix, sorry about that I'm working hard on awakening update and it's not easy to maintain code working with all versions.
-
Bot version 0.41d has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.41d Don't forget to reconfigure everything from default files, copy paste of configuration files won't work!! Improvements since 0.41c : Fixed crash that appeared in previous version.
-
Bot version 0.41c has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.41c Don't forget to reconfigure everything from default files, copy paste of configuration files won't work!! Improvements since 0.41b : Offsets updated for Garena TH version 1.5.1G. Improved looting logic. Now bot bot detects last unlocked act and difficulty all by itself. Fixed combat settings GUI crash (Recast arctic armor).
-
First bug is going to be fixed in next version. Second one, it never happened to me. So you need to find out how this could happen at what step etc. Does anybody else having the issue ?
-
Hey dude, Check that other lines if bot isn't ignoring rare maps.
-
Maybe some of your maps are ignored because bot gets easily stucked in them. Try out to erase whole ipd file and just keep the line [MapLevel] >= "66" && [MapLevel] < "73" && [Rarity] == "Rare" # [RunMap] == "true"
-
Check out last version 0.41.
-
Bot version 0.41b has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.41b Don't forget to reconfigure everything from default files, copy paste of configuration files won't work!! Improvements since 0.41 : Offsets updated for Garena TH. Offsets updated for Garena SEA. Offsets updated for Garena CIS. Fixed instant flasks handling bug.
-
Bot version 0.41 has been released. You can download it here : http://www.exiled-bot.net/downloads/stat/download_counter.php?file=Exiled_Bot_Beta_v0.41 Don't forget to reconfigure everything from default files, copy paste of configuration files won't work!! Improvements since 0.40f : Fixed bot not using "key to use on fail" while opening chest. Added support for Garena TH version (only for client in english language, see : https://exiled-bot.net/community/index.php/topic/4901-pls-add-poe-thai-server-to-list/#entry27977). Now bot handles instant flask and use them only after non-instant flask, unless life/mana is under percent value specified in use_instant_life_flask_percent/use_instant_mana_flask_percent keys from flasks.ini file. Dispell debuff with flask should now work properly. Replaced "Use tp instead of logout" function by "Set map cleared on logout". If enabled and bot chicken because of no monster timeout, bot is gonna run another map instead of going back to current one.
-
Crystal flasks ??????????
-
If Gurud's multiscript is let down, I'll thing about implementing this feature (or if a lot of people ask for it).
-
any good mf build for piety?
IchBinDerKing replied to topic's alkpone in Character builds and strategies & Bot setups
Actually bot will leave and remake new instance ONLY if it left from Lunaris Temple lvl 2. If from Lunaris Temple lvl 3, it will create tp and take it back after selling / stashing items. I'm open to suggestions about how to improve current system. -
any chance to make this bot become a progression bot?
babosasa replied to topic's alkpone in Archives
Yeah auto questing is planned, and we have the data to do it, be patient tho, it's a big feature involving a lot of coding and testing -
Just finished the implementation, gonna make some more test and release it. You'll have to setup the game to run in english tho: Rename folder GameData\Apps\PoETH to PoETH2, then create folder PoETH and put the following compiled file inside. #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { char command[4096] = {0}; sprintf(command, "cd ..\\POETH2 && PathOfExile.exe %s --language english", argv[1]); system(command); } Or you can download the file here : www.exiled-bot.net/downloads/pathofexile.exe
-
Chancing item works good here, and default pickit file is easily customizable and contains a lot of good items. I don't see why you are whining. We'll try to simplify the bot configuration in the future, as most of the current problems seem linked to some misconfiguration. And if you want some platinum support for special users like you, you can drop me a pm I'll add you on skype (can't cfg the bot for you tho)
-
Gonna be fixed in next version.
-
When crash occurs, it's always a good idea to reset cfg files ^^.