-
Content Count
1748 -
Joined
-
Last visited
Everything posted by alkpone
-
Hi there! I'm experiencing troubles with the game client since 11.0.1c patch (nothing to see with the bot). This issue has already been reported on the game forum (http://www.pathofexile.com/forum/view-t ... 984/page/1), but there seems to be no workaround available atm. This bug is pretty annoying during bot testing, in fact the game is unplayable, when there is more than 2 monster on screen, my fps drops drastically. I was wondering if anybody here had encountered the same problem. The bot is still "workable" but it would be a lot easier for me if I had this issue fixed. Thank for help!
-
Hi Eugen, welcome on the Exiled Bot forum! No, sharing source code is not planned. About the technology we are using to communicate with the game : ReadProcessMemory function (http://msdn.microsoft.com/en-us/library ... 53(v=vs.85).aspx) is our best friend to read game informations. To send key and mouse clicks we are using basic msdn stuff (SendInput). And for the AI, we are using a Finite State Machine pattern. The rest is simple C++ POO architecture. Dunno if my answer is very clear, anyway, feel free to ask if you didn't understand
-
[Contribution] Aura macros
PleXy replied to topic's alkpone in User's script for POE and/or Exiled Bot
Yep thanks a lot for sharing your work PleXy!! btw I'm going to work on improving skills handling and implement aura, totems and revives during next days. -
Acknownledged, already working on all that stuff
-
Nice work Thuvia!! Thank you for helping, post sticked and moved to the general topic, I know this is about programming too but people will see it better in the general section. Maybe you could edit the title to make it more visible ^^
-
[Unofficial] EBG (ExiledBot GUI) v2.1a [11/03/13]
Shrek_III replied to topic's alkpone in User's script for POE and/or Exiled Bot
Great stuff !! BTW thanks a lot for sharing your work Shrek. Post sticked. -
Hi Zantetsu, welcome here.
-
Feature implemented in version 0.6
-
Bot version 0.6 has been released. You can download it here : http://www.exiled-bot.net/downloads/sta ... Alpha_v0.6 Improvements since 0.5f : [*:10tjvln1]Offsets updated for game version 0.11.1c [*:10tjvln1]Act tabs coordinates updated [*:10tjvln1]Feature "Alt To Loot" added [*:10tjvln1]"Monster_no_kill_timeout" is back [*:10tjvln1]Pause/Unpause is now F12 key [*:10tjvln1]Read ini key is now F11 key [*:10tjvln1]Max attack distance set to 0 means now infinite [*:10tjvln1]Big internal changes, about how stuff was handled internally, everything should run smoother now
-
yep
-
Great idea !! I'll see how to implement this.
-
Yeah that's great !!! Configuration is now a lot easier .
-
Okay dude, I'll bring it again in next release. You still can use run_max_time atm.
-
Actually, chicken life function has been implemented in last release (0.5f). Just have to edit var chicken_life_percent in config.ini file. But they are right, I wouldn't use it in HC atm
-
Actually, chicken life function has been implemented in last release (0.5f). But they are right, I wouldn't use it in HC atm
-
Bot version 0.5f has been released. You can download it here : http://www.exiled-bot.net/downloads/sta ... lpha_v0.5f Improvements since 0.5e : [*:1g8aww4c]Offsets updated for game version 0.11.0f. [*:1g8aww4c]User can now set a percent of life limit that if reached, the bot will exit to login. (var chicken_life_percent in config.ini file) [*:1g8aww4c]User can now define a max time for a run (bot exit to login on timeout). [*:1g8aww4c]Bug fix : Now character should always detect and click on character on character selection screen. [*:1g8aww4c]Bug fix : Now character should handle waypoint selection properly. [*:1g8aww4c]Now bot should reset properly entities vector when in town. [*:1g8aww4c]Took out E key from default settings. [*:1g8aww4c]Took out monster_no_kill_timeout as it was bugger, use run_max_time instead.
-
Hi dude, Welcome here!! Yeah the WOWglider project was fantastic, we will try to go as far as them and even farther. Have fun with the bot and with being part of its community.
-
Hi Kirik! Welcome here, thank you for your feedback. Good idea I'll update the default parameters to match with a lvl 1 character.
-
Bot version 0.5e has been released. You can download it here : http://www.exiled-bot.net/downloads/sta ... lpha_v0.5e Improvements since 0.5d : [*:3vw3gga8]Instance Selection Mouse Offsets fixed. [*:3vw3gga8]Player absurd value added to system config file. [*:3vw3gga8]Flasks Offsets fixed. [*:3vw3gga8]Bot now exit to login when player is dead.
-
Looks hot !!
-
Next thing to do about items is detect rarity to take unique one. I still need to extract item codes from ggpk files. If anybody can do it and post the result in the programming section, feel free to do. Other way I'll post it asap. Then we can start making a pickit file template.
-
Yeah!! Thank you for the screenshot, could be a source of inspiration.
-
Bot version 0.5d has been released. You can download it here : http://www.exiled-bot.net/downloads/sta ... lpha_v0.5d Improvements since 0.5c : [*:5wifw2eq]Fix autoflask issue (not working) [*:5wifw2eq]Fix "stuck in character selection screen issue" (see: http://www.exiled-bot.net/forum/viewtopic.php?f=7&t=116)
-
Bot version 0.5c has been released. You can download it here : http://www.exiled-bot.net/downloads/sta ... lpha_v0.5c Improvements since 0.5a : [*:he2mcsqb]THE SHORTCUT TO PAUSE AND UNPAUSE THE BOT CHANGED : SHIFT+SPACE [*:he2mcsqb]Automatic instance reset working !! [*:he2mcsqb]Added possibility to enable or not automatic game restart (false by default now) [*:he2mcsqb]Added possibility to enable or not automatic login (true by default) [*:he2mcsqb]Added possibility to start bot paused or not (false by default) [*:he2mcsqb]Now monster no kill timeout is in seconds (300 by default) [*:he2mcsqb]Now bot is exiting to login instead of closing the game when timeout [*:he2mcsqb]Fix some keyboard handling issues