Hi, I trying to write a crash detect restart poe exe and Exilebuddy with autoit. I need someone to point me to the right direction. Will donate donate if this is possible. Please pm me.
Is that a relogger ? I really need it .. I use YAR relogger when I played D3 , ref : https://www.thebuddyforum.com/demonbuddy-forum/plugins/251682-yar-relogger-4-0-0-1-a.html But so far I cannot find a relogger in EB forum.
Yes it is. I'm playing with a certain build and it has been crashing like crazy for the past week, (ever since the update I think). I don't think people would make this public.
I need some like that as well. I let the bot working overnight and when I wake up I notice it is still working only once out of 4 times. It's very frustrating when I come to see the bot progress and the game is stuck at logging screen... If some one please could share a autoit/relogger (here or pm), it would be very appreciated. Thanks.
Since you are writing it yourself and just need pointers, you can start here: https://www.thebuddyforum.com/tankleader-forum/tankleader-support/73252-simple-relogger-autoit.html Its an autoit relogger for World of Tanks. I briefly looked at it and it should be really easy to convert to PoE. Everything is there to create a relogger via autoit for Exilebuddy / PoE.
How did you get it work? if I may ask so far, I've gotten this to start poe and exilebuddy automatically. Send("#r") ; Sleep(2000) ; sleep 2000 ms. 2000 milisecond equals to 2 second Send("C:\PathofExile\PathOfExile.exe") ; send keyboard strokes Sleep(1000) Send("{ENTER}") ; send enter Sleep(8000) Send("#r") ; Open "RUN" dialog ( "Windows key" + "r" ) Sleep(2000) ; Send("D:\Exilebuddy\EB 0.2.4385.200\EB.exe") ; Sleep(1000) Send("{ENTER}") ; send enter Sleep(2000) Send("^r") Sleep(18000) MouseClick("left",857,132) I need a coder to check if POE and Exilebuddy is running and restart em on crash.
I don't understand that in 2016 people still don't know how to google things https://www.autoitscript.fr/autoit3/docs/functions/ProcessExists.htm
let's be nice and post it in english https://www.autoitscript.com/autoit3/docs/functions/ProcessExists.htm
Here goes 10mn of my life : http://puu.sh/qwrz3/12f774c9a3.txt sample script to restart poe only on crash, edit paths & delay you want. Working for single clients only, might derp if more are running (2 on same OS... ofc) restarts if window is closed or hanging, press ESC to exit script
Can anyone tell me what's wrong with this script with some programming knowledge? POE starts, but Exilebuddy doesn't. /nvm got it. Thanks Tony.
Lets not reinvent the wheel. Download this - Download Restart on Crash (google it) Set to restart the POE client using this launch option --nopatch Set to restart EB client using this launch option --autostart
Progress will never be made if you keep thinking of not re-inventing the wheel. I'm working on teleportation instead of wheels. Progress I say, progress.