-
Content Count
52 -
Joined
-
Last visited
Everything posted by mkpoe
-
i made this exact build.. and it works great for farming.. thanks for sharing!
-
interesting recipe? the best one is the rares trade a full set of rares to vendor.. and you get 2 chaos. would be badass if you can have bot pick up and keep track of rares.. like you have a rare unid chest .. so i am not going to pick up another.. once you get a full set.. upgrade to 20% quality and vendor that for 3 chaos orbs. you do that, i will buy you a 30 pack
-
this would be awesome if we could toggle what time of rare to pick up.. seems i am always short on belts, ammy's and sometimes gloves. chest armor and weapons just take up a lot of space.
-
Enhanced ExileBot (EEB) ahk script v2.1
jpbot replied to topic's mkpoe in User's script for POE and/or Exiled Bot
no problem. for searching the button number use Window Spy Check ClasNN of "Start Bot" Button 1. Run AutoIt3 Window Spy (in same folder than autohotkey) 2. Open Exiledbot 3. Select Exiledbot window 4. Move mouse to "Start Bot" Button 5. Check ClasNN of "Start Bot" Button @ Window Spy The button was correct.. it almost seems like something is wrong with the information in the INI. What is wierd, I have to put the paths into the INI and things start up fine. All I had to do to fix the button was put the window title name for the exiled bot into your AHK script. Once I did that it works flawlessly. The pictures like I said previously worked fine once I put them into the same directory as the ahk, but I would bet it would have worked if I put the folder address into your ahk instead of using the INI. In the INI, I know I must have the correct information.. because I copied what I had written down and pasted directly into the script and it worked fine. And after failing so many times wondering what kind of tard i am, i used windows spy to verify the window title name. In case it would be any help.. I run as ASUS g7 laptop. i7, 12 gb ram, solid state drive, windows 7 ultimate, nvidia geforce gtx 560m video. What is super curious to me, is why my colors were different.. and why your ahk could not read from your ini when installed on my computer, and so many others were not having issues. i am not a programmer, but have written some automated scripts on my own with little problem.. and WHY these issues, it just baffles me. Tip my hat to you though.. the unstick you have.. cause bot will walk into corners.. your method of unsticking is flawless and badass.. stashing is incredible. I did use my own images.. i made last night wondering if that could be why.. i never went back to yours.. but i did watch for quite some time, and it stashes EVERY TIME. I saw a post a few pages back, someone had that issue... Thanks again -
Enhanced ExileBot (EEB) ahk script v2.1
jpbot replied to topic's mkpoe in User's script for POE and/or Exiled Bot
ok.. first off, gained a lot of ground here. the image search script you wrote failed to detect anything. i already did make my own images last night.. still failed. i did change and put the images into the same folder as the script.. then edited your AHK script to reflect the same.. and now works perfectly.. stashes everything. btw.. i did not get an error saying it could not find the image folder.. but for some reason i could not get it to look in that folder for the image search.. but when i edited your script and put in the same path as the script works fine... dunno ok.. the calculator thing.. i played with that.. and buttons 14 and 15 make 96 for me. so i am going to play with the button number until i get it to click start bot. thanks for all the help, sorry for being a pita. i am headed out of town, but will leave some feedback later on what i did. -
Enhanced ExileBot (EEB) ahk script v2.1
jpbot replied to topic's mkpoe in User's script for POE and/or Exiled Bot
still not clicking.. also, it isnt stashing. it turns on labels.. turns off labels.. i adjusted the 110 that you mentioned a bit back way up.. no difference. not sure if maybe where you use image search, my colors may just be off? -
Enhanced ExileBot (EEB) ahk script v2.1
jpbot replied to topic's mkpoe in User's script for POE and/or Exiled Bot
the script says Done... 2 but it doesnt press the button.. because if i press it, it says game not found.. it does however open up the POE bot. search in test.stuff.ahk and replace this lines: PostMessage, 0x201, , , Button1, ahk_pid %EB_PID% PostMessage, 0x202, , , Button1, ahk_pid %EB_PID% with this ControlClick, Button1, ahk_pid %EB_PID% check again. negative.. still starts the bot.. but still doesnt click the button -
Enhanced ExileBot (EEB) ahk script v2.1
jpbot replied to topic's mkpoe in User's script for POE and/or Exiled Bot
the script says Done... 2 but it doesnt press the button.. because if i press it, it says game not found.. it does however open up the POE bot. -
Enhanced ExileBot (EEB) ahk script v2.1
jpbot replied to topic's mkpoe in User's script for POE and/or Exiled Bot
Ok, this is really interesting.. my color values using your script are off by 1 digit for what you have in the bot. _activeSkillInTown := 0x575757 ;pixel color for active skill for poe version 0.11.6b _activeSkillInMap := 0x487EA2 ;pixel color for active skill for poe version 0.11.6b _activeSkillInMapInactive := 0x344857 ;pixel color for active skill for poe version 0.11.6b. This time.. when I pressed start bot, things worked fine.. saw i was in town, checked inventory and started to run (I edited the bot AHK to match the numbers to try) So, how do I go about fixing it so it actually presses "Start Bot" seems to be the only thing screwed up now. Appreciate the help -
Enhanced ExileBot (EEB) ahk script v2.1
jpbot replied to topic's mkpoe in User's script for POE and/or Exiled Bot
in eeb.ini change this variables to 1, should look like this: writelog =1 stashGames =1 run eeb for a few runs or few minutes, copy log_eeb.txt here (use spoiler tag plz) If poe and eb bot open then yours paths should be right, try to manually click the start button on eb gui. in eeb.ini change this variables to 1, should look like this: writelog =1 stashGames =1 run eeb for a few runs or few minutes, copy log_eeb.txt here (use spoiler tag plz) even if i manually put into the game, it still says searching to see if in town. even if i start the bot, it still says searching to see if in town. i am in 800 x 600 mode.. the bot runs fine.. i use an autohotkey gem leveler.. and works fine.. it is disabled during this however.. point is, autohotkey is installed correctly. it is the newest version, and i uninstalled and redownloaded it today. log file is below and thanks for the response!.. anxious to try it. btw.. i did set the settings you mentioned above as well. -
Enhanced ExileBot (EEB) ahk script v2.1
jpbot replied to topic's mkpoe in User's script for POE and/or Exiled Bot
Not sure what I am doing wrong.. POE game opens.. Exiled Bot opens and is overlaid ontop of POE game. It just sits there and times out.. closes down and restarts. I double checked and triple checked all my paths.. not sure what I am missing. Any guidance would be appreciated