Ghom Bot V2 menu

User Tag List

Thread: Ghom Bot V2

Page 13 of 23 FirstFirst ... 91011121314151617 ... LastLast
Results 181 to 195 of 339
  1. #181
    Zxyxz's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wasssaaa View Post
    u have a problem with the leavemenu, i can only tell u how to fix if ur using the source.
    What do you mean by using the source?

    Ghom Bot V2
  2. #182
    wasssaaa's Avatar Banned
    Reputation
    20
    Join Date
    Apr 2014
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zxyxz View Post
    What do you mean by using the source?
    i just deleted my answer i tought u where never going to reply again, do u use the *.exe or the *.au3 file to make the bot work? i can tell u the fix if ur using the au3 file, if u use the exe u cant edit the file.

  3. #183
    Jimroc's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wasssaaa View Post
    i just deleted my answer i tought u where never going to reply again, do u use the *.exe or the *.au3 file to make the bot work? i can tell u the fix if ur using the au3 file, if u use the exe u cant edit the file.
    Please share your fix for the LootItem function.
    I'm having the same issue as Zxyxz.

  4. #184
    Zxyxz's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wasssaaa View Post
    i just deleted my answer i tought u where never going to reply again, do u use the *.exe or the *.au3 file to make the bot work? i can tell u the fix if ur using the au3 file, if u use the exe u cant edit the file.
    Oh, I'm using the .au3 file.

  5. #185
    wasssaaa's Avatar Banned
    Reputation
    20
    Join Date
    Apr 2014
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jimroc View Post
    Please share your fix for the LootItem function.
    I'm having the same issue as Zxyxz.
    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:

    Code:
    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
    replace for

    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
    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.
    Last edited by wasssaaa; 05-08-2014 at 12:47 PM.

  6. #186
    Posix's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wrong post sorry
    Last edited by Posix; 05-08-2014 at 11:06 AM.

  7. #187
    wasssaaa's Avatar Banned
    Reputation
    20
    Join Date
    Apr 2014
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Posix View Post
    Hey,

    Finally made account here on ownedcore just to thank you for this and give my experience from this bot.
    .
    Today i had bot going on for 7h. The only things ive set bot to pick up is legendarys and gems.
    I've turned off option sell items and all chat channels are off.. But after 7h of going he made me 10 paragon lvls and 20m gold which is GREAT!...
    but... i had only 1 legendary in my bag.. nothing else. Looking on my logs i see this:
    Total Runs = 221
    Total SetItems = 5
    Total Legendaries = 13
    Total Gems = 6
    Total Yellow = 0
    Total Blue = 0

    There was no new legendarys in my bank either..

    Yesterday i was using it for 5h and had 8 legs in my bag but today i dont know wtf happend.
    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.

  8. #188
    Runereaver's Avatar Member
    Reputation
    3
    Join Date
    Mar 2012
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Posix View Post
    Hey,

    Finally made account here on ownedcore just to thank you for this and give my experience from this bot.
    .
    Today i had bot going on for 7h. The only things ive set bot to pick up is legendarys and gems.
    I've turned off option sell items and all chat channels are off.. But after 7h of going he made me 10 paragon lvls and 20m gold which is GREAT!...
    but... i had only 1 legendary in my bag.. nothing else. Looking on my logs i see this:
    Total Runs = 221
    Total SetItems = 5
    Total Legendaries = 13
    Total Gems = 6
    Total Yellow = 0
    Total Blue = 0

    There was no new legendarys in my bank either..

    Yesterday i was using it for 5h and had 8 legs in my bag but today i dont know wtf happend.

    edit: pushover notifications doesnt work me. and ye thanks for this bot i stil like it.


    Did you set chat to whisper ? because the bot can find legendaries from your clan and chat so you must set it to whisper

  9. #189
    Posix's Avatar Member
    Reputation
    1
    Join Date
    May 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wasssaaa View Post
    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.
    lol ye wrong bot deffinetly....the other is also called v2...sorry for wrong post

  10. #190
    Zxyxz's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wasssaaa View Post
    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:

    Code:
    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
    replace for

    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
    menutimer()
    EndFunc
    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.
    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

  11. #191
    detri's Avatar Member
    Reputation
    2
    Join Date
    Apr 2014
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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.

  12. #192
    detri's Avatar Member
    Reputation
    2
    Join Date
    Apr 2014
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zxyxz View Post
    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
    Same problem, see you have that cat with the green number. The bot thinks it's a set item.

  13. #193
    wasssaaa's Avatar Banned
    Reputation
    20
    Join Date
    Apr 2014
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by detri View Post
    Same problem, see you have that cat with the green number. The bot thinks it's a set item.
    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.

  14. #194
    Zxyxz's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh, what detri said does make a lot of sense. I'll try it without the pet. And thanks for the help wassaaa.

  15. #195
    Vanness's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    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

Page 13 of 23 FirstFirst ... 91011121314151617 ... LastLast

Similar Threads

  1. Best Ghom Bot Version 2
    By richardptt in forum Diablo 3 Bots and Programs
    Replies: 0
    Last Post: 09-19-2015, 03:05 AM
  2. Best ghom bot!
    By richardptt in forum Diablo 3 Bots and Programs
    Replies: 489
    Last Post: 09-19-2015, 02:56 AM
  3. BK Ghom Bot (fully customize-able skills)
    By burgaud in forum Diablo 3 Bots and Programs
    Replies: 345
    Last Post: 06-29-2015, 02:25 PM
  4. Ghom bot v2v2
    By tonyv82 in forum Diablo 3 Bots and Programs
    Replies: 340
    Last Post: 09-20-2014, 04:56 PM
All times are GMT -5. The time now is 01:50 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search