Ghom Bot V2 menu

User Tag List

Thread: Ghom Bot V2

Page 11 of 23 FirstFirst ... 789101112131415 ... LastLast
Results 151 to 165 of 339
  1. #151
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by detroit1103 View Post
    Take your time man.

    For anyone wanting a WITCH DOCTOR set up...USE THIS BUILD and then replace this script where the Wizard's section is inside the GhomFights script.

    Func wizard()
    Sleep(500)
    MouseMove(Round(902 * $x_ratio), Round(192 * $y_ratio)) ; Move mouse straight
    Sleep(500)
    MouseClick("Left", Round(390 * $x_ratio), Round(510 * $y_ratio)) ; Move against wall
    Sleep(100)
    Send("1")
    Sleep(300)
    Send("2")
    Sleep(300)
    Send("3")
    Sleep(500)
    Send("4")
    Send("{SHIFTDOWN}")
    MouseClick("Right")
    Sleep(200)
    MouseMove(Round(823 * $x_ratio), Round(232 * $y_ratio)) ; Point mouse straight
    MouseDown("Left")
    Sleep(5000)
    MouseClick("Right")
    Send("{SHIFTUP}")
    $questcomplete = False
    MouseDown("right")
    Do
    $coord = PixelSearch(Round(560 * $x_ratio), Round(540 * $y_ratio), Round(630 * $x_ratio), Round(580 * $y_ratio), $questcompleteclr, 10)
    If @error Then
    SearchHealthBar()
    UseHealthPot()
    Sleep(Random(150, 300, 1))
    If IsPlayerDead() Then Return False
    Else
    MouseUp("right")
    $questcomplete = True
    Sleep(10)
    EndIf
    Until $questcomplete
    Return True
    EndFunc ;==>wizard




    It isn't perfect, but it does the job just fine for me on T4-T5
    I added your Build to the bot, thank you very much
    I think the next version will be released in a few hours

    Ghom Bot V2
  2. #152
    CyberRaver's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried this on my well geared dh, it mostl stood in the green shit and died a lot, works though but I suspect the dh profile is a bit meh good bot

  3. #153
    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 CyberRaver View Post
    Tried this on my well geared dh, it mostl stood in the green shit and died a lot, works though but I suspect the dh profile is a bit meh good bot
    You really need one of these.
    Mara's Kaleidoscope - Game Guide - Diablo III

    Makes it impossible to die.

  4. #154
    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 CyberRaver View Post
    Tried this on my well geared dh, it mostl stood in the green shit and died a lot, works though but I suspect the dh profile is a bit meh good bot
    Tbh the best thing to do is bot this with a barb, or get some poison immunity item

  5. #155
    CyberRaver's Avatar Member
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ill see what my chest bot has gotten me tonight
    otherwise ill just use that until I can gear a barb to do the same

  6. #156
    Kalmah244's Avatar Member
    Reputation
    2
    Join Date
    Apr 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    afaik a dh rotation havnt been implented yet in the current version o.O, pointing at the part u mentioned tht ur dh mostly died cyber

  7. #157
    detroit1103's Avatar Member
    Reputation
    2
    Join Date
    Jul 2013
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Runereaver View Post
    Tbh the best thing to do is bot this with a barb, or get some poison immunity item
    With the script I just posted an hour ago, my WD kills Ghom in about 10-15 seconds on T4-T5. I use potion at 30% hp, I have it spamming Spirit Walk. I take nearly no damage. The only thing that makes this script not work well is the quest selection on both 1366x766 and 1920x1080. It selects the quest above or below like 3/5 times. If that gets fixed, I will work on making a Wiz, DH, Monk, and Barb script this weekend with maybe 2-3 builds per class.

  8. #158
    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 detroit1103 View Post
    With the script I just posted an hour ago, my WD kills Ghom in about 10-15 seconds on T4-T5. I use potion at 30% hp, I have it spamming Spirit Walk. I take nearly no damage. The only thing that makes this script not work well is the quest selection on both 1366x766 and 1920x1080. It selects the quest above or below like 3/5 times. If that gets fixed, I will work on making a Wiz, DH, Monk, and Barb script this weekend with maybe 2-3 builds per class.
    I changed the Quest select code to use this instead:
    MouseWheel("DOWN", 2)
    Sleep(100)

    Seems to be more stable for me at least.

  9. #159
    detroit1103's Avatar Member
    Reputation
    2
    Join Date
    Jul 2013
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jimroc View Post
    I changed the Quest select code to use this instead:
    MouseWheel("DOWN", 2)
    Sleep(100)

    Seems to be more stable for me at least.
    What line did you edit? I have looked at maybe 3 ways to change this. Will try that now on laptops and desktop. Thank you, here's to hoping that will be a fix.
    Last edited by detroit1103; 05-08-2014 at 07:43 AM.

  10. #160
    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 detroit1103 View Post
    What line in which file did you edit? Will try that now on laptops and desktop. Thank you, here's to hoping that will be a fix.
    In the file "Kill Ghom All Resolutions v2.1.au3", search for function "LookForQuest()".
    After the edit it should look like this:

    Code:
    	WEnd
    	;For $i = 1 To 5
    	;	MouseClick("left", _GetCoord("Quest Down Button", True), _GetCoord("Quest Down Button", False))
    	;	Sleep(100)
    	;Next
    ;~ 	MouseClick("left", _GetCoord("Quest Down Button", True), _GetCoord("Quest Down Button", False))
    ;~ 	Sleep(100)
    	MouseWheel("DOWN", 2)
    	Sleep(100)

  11. #161
    detroit1103's Avatar Member
    Reputation
    2
    Join Date
    Jul 2013
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Working great. Thank you. Now, if only this fat trash would drop some Zuni's, a Starmetal, and a pair of gloves.
    Last edited by detroit1103; 05-08-2014 at 07:53 AM.

  12. #162
    BlooDSki's Avatar Active Member
    Reputation
    37
    Join Date
    May 2012
    Posts
    535
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my bot sometimes starts before it is done loading in the menu and ends up clicking the wrong quest is there anyway i can slow it down?

  13. #163
    detroit1103's Avatar Member
    Reputation
    2
    Join Date
    Jul 2013
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You can slow it down. You'll have to have AutoIt and add in Pause breaks in the script.

  14. #164
    indiu88's Avatar Private
    Reputation
    1
    Join Date
    May 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm sorry, this might have been addressed before, i looked through the thread but no answers. I'm still getting the infinite waypoint bug. It opens my inventory, closes it, then opens the map and will go on forever looking for it. However, when I hit esc 3 times to clear the map screen, bring up the pause screen, close the pause screen and then bring up the map, it will find the waypoint and resume the script as normal.

    [LootType]
    Legendary=1
    Yellow=1
    Blue=0

    [Settings]
    usepotion=0
    Resolution=1024x768
    Class=Wizard
    Loot=Sell
    ShutDown=0
    CloseWhisper=0
    RunFor=120
    [Debug]
    SelfOnMap=1503,200
    $xratio=1
    $yratio=1
    Current=Paused
    CoordName=ChatBoxStash
    [Stats]
    StartDate=[2014-05-08 09:21:10]
    LastDate=[2014-05-08 09:28:46]
    Runs=5
    Sets=0
    Legend=0
    Yellow=14
    Blues=0
    Blacksmith=0
    Merchant=0
    Repairs=0
    XP=23920000
    Gold=113440
    Resolution=1680x1050
    Last edited by indiu88; 05-08-2014 at 08:37 AM. Reason: grammar

  15. #165
    TheLuBu's Avatar Contributor
    Reputation
    83
    Join Date
    Jun 2012
    Posts
    164
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Your using and old Version of the Script, the actual version does not search for the Waypoint anymore...

Page 11 of 23 FirstFirst ... 789101112131415 ... 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 07:00 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