hamncheese
Beta Tester-
Content Count
221 -
Joined
-
Last visited
Everything posted by hamncheese
-
- sometimes bot doesn't cast auras at the beginning of maps (happens in Sarn) and wait until timeout, need to make it move a little in order to make it cast them. IF u have one of your Auras on mouse click (right or middle) then Maybe u have the same problem with me, i notice that at start of map/zone Bot would cast auras in this priority : Left mouse Middle mouse Right mouse Q W E and so on essentially from top to bottom in the skill setup so if at the beginning of map/zone i click start and then move my mouse out of the VM window, the bot would spamm 1 of the mouse button (if it has auras on it) on the edge of the VM window where i exit VM my solution : change the Middle Mouse and Left mouse to another key in the keyboard ps: will add your reported bugs into the List, altho some i havent experience for myself if anyone can Confirm or know a solution please post here i will edit the List accordingly
-
If theres any Bug in here that has been Confirmed Fixed please let me know, i will edit the list Bug List for 0.19 J - Act 3 Too far from Waypoint ** Solution Suggestion : After several tries on Zone Selecting IF Current Zone is not changing then Re-Click Waypoint ** - Act 2 Too far from Waypoint Bot would sometimes stuck on the bottom stairs - Fighting Ghost mob - Unable to take map from Stash, Infinite Loop - Bot AFK a lot in Maps - Corrupted Area, Bot goes to Vessel before killing Boss - Stuck in The Crypt entrance - Bot cannot find entrance to The Catacombs ̶-̶ ̶F̶1̶1̶ ̶w̶i̶l̶l̶ ̶n̶o̶t̶ ̶R̶e̶l̶o̶a̶d̶ ̶S̶e̶t̶t̶i̶n̶g̶s̶ ̶-̶ ̶M̶a̶p̶ ̶i̶s̶ ̶n̶o̶t̶ ̶w̶o̶r̶k̶i̶n̶g̶
-
Act 3 (Sarn Camp) Too far from Waypoint this bug still exist after all this time.... - Bot finish stashing - Walking to Town Waypoint - Overshoot the WP - Zone Selection opens - Bot spamm selecting zone ** Solution Suggestion : After several tries on Zone Selecting IF Current Zone is not changing then Re-Click Waypoint **
-
confirmed Map is not working - Town : Bot get map from Stash - go to Eternal lab - goes back to town - put map into stash - get map from stash - go to eternal lab .....
-
compiling bug for 0.19 i for easier reading F11 will not Reload Pickit and Skills i have to click Save and Start to reload the above settings Bot cannot find entrance to The Catacombs Map is not working - Town : Bot get map from Stash - go to Eternal lab - goes back to town - put map into stash - get map from stash - go to eternal lab ..... Act 3 (Sarn Camp) Too far from Waypoint this bug still exist after all this time.... - Bot finish stashing - Walking to Town Waypoint - Overshoot the WP - Zone Selection opens - Bot spamm selecting zone ** Solution Suggestion : After several tries on Zone Selecting IF Current Zone is not changing then Re-Click Waypoint ** Unconfirmed Bot wont Pick Chisel, Picking random Magic item Crash a lot more
-
oh i forgot, u need to change the skill no 1 ( Left Mouse) to walk only for priority, the Bigger the number the Higher the priority ie : 8 has a higher priority than 2
-
try this
-
Wild Bot -- Brought to you by the Exiled Bot Team
Walt replied to topic's hamncheese in Exiled bot - Off topic forums
++++++ 1111!!111!11 pure Awesomeness -
Hitting "Ghost" mob This happens quite often in 0.19G especially with a Melee character Act 3 (Sarn Camp) Too far from Waypoint this bug still exist after all this time.... - Bot finish stashing - Walking to Town Waypoint - Overshoot the WP - Zone Selection opens - Bot spamm selecting zone ** Solution Suggestion : After several tries on Zone Selecting IF Current Zone is not changing then Re-Click Waypoint ** Act 2 (Forest Camp) Too far from Waypoint And this bug too... still exist Bot would sometimes stuck on the bottom stairs
-
When clicking a button, click a random pixel on that button
heisenburger replied to topic's hamncheese in Exiled Bot Feature Request
from what i know EB use fixed Coordinates for clicking some of the button not Pixel-based selection, i maybe wrong though -
come on guys, this would really lower the bann rates
-
Auto-follow script help (multiboxin' style)
kromatik replied to topic's hamncheese in Exiled Bot Programming
+1 been toying with this too, especially the API -
**bump ** really want this feature !
-
i would love that Immo and i would love u more if u can point me to the right direction to read on how to get those lol i read and look all over about pointers and offset and how to get that string for Zone the character is in, havent found the right stuff to read i guess : /
-
im in on this also been wanting for something like this i would love EB to death if EB can : - EB always click new waypoint - read what lv the character is - read what zone hes in (normal/cruel/merci) - when the character got to certain level triggers an event for EB to actively look for the next zone door EB is already able to make the transition - zone to farm : Catacombs - select Marketplace > explore actively looking for Catacombs door > found Catacombs door, click i figure it can be something similar ?
-
huh... nobody wants this kind of feature ? O.o
-
so in the attempt to make writing pickit file easier why not have something like Variable to store the repeated values The aim is to create a smaller file, easier to edit, and less work of course for example, lets say i want to Stash Rare Helm, Chest, Amulet and Ring with this property - Maximum Life > 40 - minimal dual resistance with 30% each the standard pickit writing as of now ///////////////////// // Life Dual Resist ///////////////////// [Category] == "Boots" && [Rarity] == "Rare" # [base_movement_velocity_+%] >= "25" && [base_maximum_life] >= "40" && ([base_cold_damage_resistance_%] >= "30" || [base_fire_damage_resistance_%] >= "30" || [base_lightning_damage_resistance_%] >= "30" || [base_chaos_damage_resistance_%] >= "30" ) && [StashItem] == "true" [Category] == "Helm" && [Rarity] == "Rare" # [base_maximum_life] >= "40" && (([base_cold_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_lightning_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_cold_damage_resistance_%] >= "30" && [base_lightning_damage_resistance_%] >= "30")|| ([base_chaos_damage_resistance_%] >= "30" && [base_cold_damage_resistance_%] >= "30") || ([base_chaos_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_chaos_damage_resistance_%] >= "30" && [base_lightning_damage_resistance_%] >= "30")) && [StashItem] == "true" [Category] == "Chest" && [Rarity] == "Rare" # [base_maximum_life] >= "40" && (([base_cold_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_lightning_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_cold_damage_resistance_%] >= "30" && [base_lightning_damage_resistance_%] >= "30")|| ([base_chaos_damage_resistance_%] >= "30" && [base_cold_damage_resistance_%] >= "30") || ([base_chaos_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_chaos_damage_resistance_%] >= "30" && [base_lightning_damage_resistance_%] >= "30")) && [StashItem] == "true" [Category] == "Amulet" && [Rarity] == "Rare" # [base_maximum_life] >= "40" && (([base_cold_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_lightning_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_cold_damage_resistance_%] >= "30" && [base_lightning_damage_resistance_%] >= "30")|| ([base_chaos_damage_resistance_%] >= "30" && [base_cold_damage_resistance_%] >= "30") || ([base_chaos_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_chaos_damage_resistance_%] >= "30" && [base_lightning_damage_resistance_%] >= "30")) && [StashItem] == "true" [Category] == "Ring" && [Rarity] == "Rare" # [base_maximum_life] >= "40" && (([base_cold_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_lightning_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_cold_damage_resistance_%] >= "30" && [base_lightning_damage_resistance_%] >= "30")|| ([base_chaos_damage_resistance_%] >= "30" && [base_cold_damage_resistance_%] >= "30") || ([base_chaos_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_chaos_damage_resistance_%] >= "30" && [base_lightning_damage_resistance_%] >= "30")) && [StashItem] == "true" and now what if theres some sorf of Variable to hold all that exact same value ? the above line would look something like this ///////////////////// // Life Dual Resist ///////////////////// {Variable1} = [base_maximum_life] >= "40" && (([base_cold_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_lightning_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_cold_damage_resistance_%] >= "30" && [base_lightning_damage_resistance_%] >= "30")|| ([base_chaos_damage_resistance_%] >= "30" && [base_cold_damage_resistance_%] >= "30") || ([base_chaos_damage_resistance_%] >= "30" && [base_fire_damage_resistance_%] >= "30") || ([base_chaos_damage_resistance_%] >= "30" && [base_lightning_damage_resistance_%] >= "30")) && [StashItem] == "true" [Category] == "Boots" && [Rarity] == "Rare" # [base_movement_velocity_+%] >= "25" && {Variable1} [Category] == "Helm" && [Rarity] == "Rare" # {Variable1} [Category] == "Chest" && [Rarity] == "Rare" # {Variable1} [Category] == "Amulet" && [Rarity] == "Rare" # {Variable1} [Category] == "Ring" && [Rarity] == "Rare" # {Variable1} what do u guys think ? i would personally love this, as this would make changing value, adding new mod, etc a hella lot easier
-
[Stash Monitor][WIP] Monitor your VM bots
zeMagic replied to topic's hamncheese in User's script for POE and/or Exiled Bot
+1 -
0.17e Bug List - Item stuck on cursor i manage to get rid of this bug on 0.17d, and now having this bug again in 0.17e (all hardware , connection and software are exactly the same) - EB Aura on Middle Mouse Key cannot be casted properly, infinite loop first time ever finding this problem, never had this problem on all the previous version ps: found this 2 bug in under 20 min trial, think im going to revert back to 0.17d for now (hooray for recycle bin lol)
-
Need help with my AHK script
hamncheese replied to topic's hamncheese in User's script for POE and/or Exiled Bot
damn that looks awesome thank you for sharing this Immo -
Need help with my AHK script
hamncheese replied to topic's hamncheese in User's script for POE and/or Exiled Bot
Immo what do u think about this, i found some Fuction for reading only the last line, from ppl in the AHK forum Tail from Laszlo StrTail from Tuncay Library for text manipulation from Heresy -
Need help with my AHK script
hamncheese replied to topic's hamncheese in User's script for POE and/or Exiled Bot
thank you immo ! yay it seems i got it right this time lol -
Need help with my AHK script
hamncheese replied to topic's hamncheese in User's script for POE and/or Exiled Bot
Immo thank you for the reply parsing the latest line in a text file is harder than i thought ok i think i got the script running so far this is what i got and i absolutely dont know if this is the efficient way to do this or not, please if anyone can chime in to improve this script, please dont hesitate SendMode Input SetTitleMatchMode 2 settimer, loop1, 5000 client = C:\Users\xxx\Desktop\POE\Path Of Exile\Path of Exile\logs\client.txt lastrunlog = C:\Users\xxx\Desktop\POE\Path Of Exile\ExiledBot\Log\lastrun.log poepswd = mailuser = mailpswd = inbox = C:\Users\xxx\Desktop\POE\Path Of Exile\getmail\Inbox Filedelete, %client% FileDelete, %lastrunlog% F9::reload F10::exitapp Loop1: { Loop, Read, %client% { lastline := A_LoopReadLine lastrow := A_Index } IfInString, lastline, You are logging in from a new location { ImageSearch, okx, oky, 160, 224, 620, 611, *n *30 Z:\POE\Path Of Exile\Image\ok.bmp { if ErrorLevel = 0 { Click, %okx%, %oky% return } } traytip,, %lastline% click, 300, 438, 4 sleep 200 Send %poepswd% sleep 200 Controlclick, Button3, Exiled Bot,, Left, 2 sleep 200 return } IfInString, lastline, The password is not correct { ImageSearch, okx, oky, 160, 224, 620, 611, *n *30 Z:\POE\Path Of Exile\Image\ok.bmp { if ErrorLevel = 0 { Click, %okx%, %oky% return } } traytip,, %lastline% click, 300, 438, 4 sleep 200 Send %poepswd% sleep 200 Controlclick, Button3, Exiled Bot,, Left, 2 return } IfInString, lastline, Abnormal disconnect { ImageSearch, okx, oky, 160, 224, 620, 611, *n *30 Z:\POE\Path Of Exile\Image\ok.bmp { if ErrorLevel = 0 { Click, %okx%, %oky% return } } traytip,, %lastline% click, 300, 438, 4 sleep 200 Send %poepswd% sleep 200 Controlclick, Button3, Exiled Bot,, Left, 2 return } IfInString, lastline, Your account has been locked { ImageSearch, okx, oky, 160, 224, 620, 611, *n *30 Z:\POE\Path Of Exile\Image\ok.bmp { if ErrorLevel = 0 { Click, %okx%, %oky% return } } traytip,, %lastline% inbox = C:\Users\xxx\Desktop\POE\Path Of Exile\getmail\Inbox sleep 5000 run, getmail.exe -u %mailuser% -pw %mailpswd% -s 127.0.0.1 -port 1109, %inbox%, hide traytip,, getmail sleep 8000 Loop, %inbox%\*.txt { If (A_LoopFileTimeCreated>Rec) { FPath=%A_LoopFileFullPath% Rec=%A_LoopFileTimeCreated% } } FileRead, MailContent, %Fpath% AfterCodePos := (RegExMatch(MailContent, "Our support staff will never ask you for this unlock code.") - 7) StringMid, unlockCode, MailContent, AfterCodePos, 12, L clipboard = %unlockCode% traytip,, %unlockCode% click, 387, 276 send ^a sleep 200 Send ^v Sleep 200 Click, 566, 362 ImageSearch, okx, oky, 160, 224, 620, 611, *n *30 Z:\POE\Path Of Exile\Image\ok.bmp { if ErrorLevel = 0 { Click, %okx%, %oky% return } } return } } -
Need help with my AHK script
hamncheese replied to topic's hamncheese in User's script for POE and/or Exiled Bot
Immo thank you for replying 1. about acting on PM - i tried EB-Tools V2.4 but i cant find the option for it - what i have in mind is the ability to reply to PM using Email (i dont know if theres a better method for reply ing to PM) 2. about IP changes, ure right ! i just noticed this hmm so parsing .txt file is lighter to the system than using imagesearch ? ps: i know u have made a very good application with EB-Tools, but what im interested is i want to learn about AHK . introduction to Exiledbot is also my first introduction to AHK, i have never dabble in coding before this, so please forgive me if some of my questions are too brash / unacceptable, i dont know any better. also if this forum is not the right place to ask any questions about AHK please do inform me, so i can refrain from asking further question again thank you immo