its not a lootitem error its because ur bot is not hitting Escape key properly maybe coz of lag, maybe some other reason searchi this code:
replace forCode:Func LeaveCurrentMenu() print("Preparing to Leave") $found = False print("Looking for Leave Menu") Send("{ESC}") While Not $found ; Looks for the "Leave" button $coord = PixelSearch(Round(106 * $x_ratio), Round(202 * $y_ratio), Round(252 * $x_ratio), Round(394 * $y_ratio), 0xA4733B, 15) If Not @error Then $found = True; print("Leave Menu Found") MouseClick("left", Round(220 * $x_ratio), Round(341 * $y_ratio), 1, 15) Else EndIf; WEnd EndFunc ;==>LeaveCurrentMenu
now im just guessing here i havent used the new bot so im not 100% sure this will work for u, but i think it will. check it out.Code:Func LeaveCurrentMenu() print("Preparing to Leave") $found = False while NOT $found ; Looks for the "Leave" button $coord = PixelSearch(Round(106 * $x_ratio), Round(202 * $y_ratio), Round(252 * $x_ratio), Round(394 * $y_ratio), 0xA4733B, 15) If Not @error Then $found = true; print("Leave Menu Found") Sleep(300) MouseClick("left", Round(220 * $x_ratio), Round(341 * $y_ratio), 1, 15) Else print("Looking for Leave Menu") Sleep(1000) Send("{ESC}") Sleep(2000) EndIf; WEnd EndFunc
Last edited by wasssaaa; 05-08-2014 at 12:47 PM.
wrong post sorry
Last edited by Posix; 05-08-2014 at 11:06 AM.
I think ur posting in the wrong bot, since this bot dosent has a set up to pick gems coz ghom dosent drop gems at all, ur mostly picking potions. And the legs ur picking is coz the same color used for legs can be found in the lootzone of the bot ur using, but as i said ur probably using another bot.
It's still going to http://i.gyazo.com/a3ca8cd9e912c4d1dc996f4307f3eac7.png this spot as soon as the boss is killed, not picking up or even going close to the blue/yellow items on the ground
Thanks for sharing, LuBu.
I identified two bugs.
1) In the code the $class switch looks for "Witch Doktor" but the GUI saves it as WitchDoctor
2) If you have a pet there is a number indicator ( for example how many dogs are alive). That number is green like a set item and the bot is trying to click it and will never leave the game.
Last edited by detri; 05-08-2014 at 10:58 AM.
this shoulndt be a problem since the loot zone is not close from ur dogs numbers, unless ur resolution is big like 1024 or something close to that. I guess i wont answer more questions until i start using the bot. Im not boting Ghom anymore, i was just trying to help.
U will have to wait until lubu comes back.
Oh, what detri said does make a lot of sense. I'll try it without the pet. And thanks for the help wassaaa.
Just tested v2.1 in 1280x1024
1. Why does the bot enter the chat when checking inventory? It clash with the portal of keep 3.
2. After the bot go to keep 3, it cant move until the chat window fade out (caused by ^ )
3. Still cant quit properly after kill ghom. ESC 1 time will only close the quest popup, the bot will click at the coord of exit (but no exit button) and got error.
Will test for more![]()