Ghom bot v2v2 menu

Shout-Out

User Tag List

Page 9 of 23 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 341
  1. #121
    tonyv82's Avatar Active Member
    Reputation
    17
    Join Date
    May 2014
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by butler6981 View Post
    i uploaded a screen shot but the mouse sits on the bottom left corrner of the screen under the chat box
    i need to see it to know why and how to fix it. screenshot link...

    Ghom bot v2v2
  2. #122
    butler6981's Avatar Private
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    getting one now sec

  3. #123
    butler6981's Avatar Private
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Screenshot by Lightshot It doesnt show were the mouse it but its on the chat box and it keeps clicking there

  4. #124
    tonyv82's Avatar Active Member
    Reputation
    17
    Join Date
    May 2014
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by butler6981 View Post
    Screenshot by Lightshot It doesnt show were the mouse it but its on the chat box and it keeps clicking there
    the bot thinks there is an item there. i cant see what it is that the bot thinks is an item because i cant see the mouse so i cant fix it.

    see if you disable picking up blue's or yellow's might help.

    the best thing is a screenshot with the mouse so i can see what it is that confuses the bot

  5. #125
    soulo's Avatar Member
    Reputation
    2
    Join Date
    Jun 2014
    Posts
    68
    Thanks G/R
    3/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this bot is looting blue but not salvaging all of them. it store them as well.. why is that? does not use pot as well
    Last edited by soulo; 07-09-2014 at 11:09 PM.

  6. #126
    tonyv82's Avatar Active Member
    Reputation
    17
    Join Date
    May 2014
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by soulo View Post
    this bot is looting blue but not salvaging all of them. it store them as well.. why is that? does not use pot as well
    i will check it out

  7. #127
    tonyv82's Avatar Active Member
    Reputation
    17
    Join Date
    May 2014
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    new debug version, takes all the screens i need to debug looting and quest select:
    gb238_debug_screens.rar

  8. #128
    jakeorch's Avatar Private
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First off, thank you for this great script!

    For some reason, the bot is only using potions in about 50% of the runs. Sometimes it uses them, sometimes it doesn't. I am using crusader mode, if that helps at all.

    Thanks again!

  9. #129
    tonyv82's Avatar Active Member
    Reputation
    17
    Join Date
    May 2014
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jakeorch View Post
    First off, thank you for this great script!

    For some reason, the bot is only using potions in about 50% of the runs. Sometimes it uses them, sometimes it doesn't. I am using crusader mode, if that helps at all.

    Thanks again!
    it's programmed to check every some time if your health is below half, and if it is the bot uses a potion.

    do you want it to use one every 30 sec?

  10. #130
    tonyv82's Avatar Active Member
    Reputation
    17
    Join Date
    May 2014
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by soulo View Post
    this bot is looting blue but not salvaging all of them. it store them as well.. why is that? does not use pot as well
    are you in any chat?

    if the bot presses enter, does a chat window open? if so, what chat? (thats how the bot checks what item is he pointing at)

  11. #131
    raik's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    16
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had a problem when my inventory was full, the "Array variable has incorrect number of subscripts or subscript dimension range exceeded" error when my char went to my stash.
    Fixed it by remplacing "7" by "6" line 899-901 in Kill Ghom All Resolutions v2.au3 :

    Code:
    	If $AllCoordsArray[$search][$ResolutionRatio] = "" Then
    		$coords = $AllCoordsArray[$search][6]
    	Else

  12. #132
    lespaul5895's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not looting at all in 1680x1050. Kills him, runs to upper corner and town portals. I sent Tonyv some screenshots.

  13. #133
    tonyv82's Avatar Active Member
    Reputation
    17
    Join Date
    May 2014
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by raik View Post
    I had a problem when my inventory was full, the "Array variable has incorrect number of subscripts or subscript dimension range exceeded" error when my char went to my stash.
    Fixed it by remplacing "7" by "6" line 899-901 in Kill Ghom All Resolutions v2.au3 :

    Code:
    	If $AllCoordsArray[$search][$ResolutionRatio] = "" Then
    		$coords = $AllCoordsArray[$search][6]
    	Else

    that is not good, if you got this error it means that your resolution is not supported by the bot. what resolution are you running at?

  14. #134
    tonyv82's Avatar Active Member
    Reputation
    17
    Join Date
    May 2014
    Posts
    167
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looting in 1680x1050 will be fixed and uploaded today

  15. #135
    Sphenoidalis's Avatar Member
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Guys.

    DH here with Sentry-Built. Killing Ghom works pretty fine. But after killing him the bot went staight up to the icon of my wolf-comp. (directly on the freen 1). In the top left corner stands looting items. But he doesnt loot anything, because the mouse cursor is in the wrong spot.
    How can i fix it?

    Greets
    Spheno

Page 9 of 23 FirstFirst ... 5678910111213 ... 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 V2
    By TheLuBu in forum Diablo 3 Bots and Programs
    Replies: 338
    Last Post: 06-21-2014, 02:14 AM
All times are GMT -5. The time now is 12:08 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