Ghom bot v2v2 menu

User Tag List

Page 20 of 23 FirstFirst ... 1617181920212223 LastLast
Results 286 to 300 of 341
  1. #286
    thompou's Avatar Private
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello again, i have now tryed to change line 43 and i get the same error at line 45
    sorry for the trouble i cause

    imgur: the simple image sharer

    Thanks in advance!
    Last edited by thompou; 08-26-2014 at 02:36 AM.

    Ghom bot v2v2
  2. #287
    YMI's Avatar Corporal
    Reputation
    2
    Join Date
    Jul 2014
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you please change the function to look like this:
    Code:
    Func _ImageSearchArea($findImage,$resultPosition,$x1,$y1,$right,$bottom,ByRef $x, ByRef $y, $tolerance)
        if $tolerance>0 then $findImage = "*" & $tolerance & " " & $findImage
        $result = DllCall("modules\ImageSearchDLL.dll","str","ImageSearch","int",$x1,"int",$y1,"int",$right,"int",$bottom,"str",$findImage)
    
        ; If error exit
        if $result[0]="0" then return 0
    
        ; Otherwise get the x,y location of the match and the size of the image to
        ; compute the centre of search
        $array = StringSplit($result[0],"|")
    
       $x=Int(Number($array[2]))
       $y=Int(Number($array[3]))
       if $resultPosition=1 then
          $x=$x + Int(Number($array[4])/2)
          $y=$y + Int(Number($array[5])/2)
       endif
       return 1
    EndFunc
    Those are lines 36, 39 and 43.

  3. #288
    thompou's Avatar Private
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    supar thanks alot! now i dont get any errors except it hangs before enter to ghom?

    imgur: the simple image sharer

  4. #289
    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 thompou View Post
    supar thanks alot! now i dont get any errors except it hangs before enter to ghom?

    imgur: the simple image sharer
    the screenshot is empty

  5. #290
    thompou's Avatar Private
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tonyv82 View Post
    the screenshot is empty
    sorry that was wierd, there was even a previes when i uploaded, i tryed to upload as jpeg insted seems to work, for now at least

    imgur: the simple image sharer

  6. #291
    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 thompou View Post
    sorry that was wierd, there was even a previes when i uploaded, i tryed to upload as jpeg insted seems to work, for now at least

    imgur: the simple image sharer
    it should wait for about a minute and then print error and then exit the bot.
    after it does that there should be a screenshot in the capture directory. post this screenshot, it should show your character or part of it

  7. #292
    thompou's Avatar Private
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tonyv82 View Post
    it should wait for about a minute and then print error and then exit the bot.
    after it does that there should be a screenshot in the capture directory. post this screenshot, it should show your character or part of it
    hello i took a picture with the print screen button becuse it says error for takeing screen? :S

    imgur: the simple image sharer

  8. #293
    adong06's Avatar Private
    Reputation
    1
    Join Date
    Jul 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    has anyone tested with 2.1? i'm at work right now, haven't had a chance yet.

  9. #294
    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 thompou View Post
    hello i took a picture with the print screen button becuse it says error for takeing screen? :S

    imgur: the simple image sharer
    in the bot folder, there is a folder called "captures". the error is that it cant find the boss icon, in this folder there is a screenshot of the area searched for the icon

    in this folder should be a screenshot of the tested area only, thats what i need. i need to see where it looks and what is there and not there

  10. #295
    thompou's Avatar Private
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tonyv82 View Post
    in the bot folder, there is a folder called "captures". the error is that it cant find the boss icon, in this folder there is a screenshot of the area searched for the icon

    in this folder should be a screenshot of the tested area only, thats what i need. i need to see where it looks and what is there and not there
    do you meen a screenshot of the folder "captures"? if so there is nothing in it except the one i linked to above :/
    sorry for my bad english.

  11. #296
    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 thompou View Post
    do you meen a screenshot of the folder "captures"? if so there is nothing in it except the one i linked to above :/
    sorry for my bad english.
    oh ok, i will check it out today and get back to you

  12. #297
    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)
    ya heard about the error 52 ban wave?

  13. #298
    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)
    working now on fixing it for 2.1, salvaging will be mutch faster

  14. #299
    thompou's Avatar Private
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by soulo View Post
    ya heard about the error 52 ban wave?
    no what is that?

  15. #300
    jmblen's Avatar Member
    Reputation
    1
    Join Date
    Aug 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my bot just keeps on attacking even if ghom is already dead

    boss found-> then after ghom dies-> my character still atacks and looping attacks
    Last edited by jmblen; 08-28-2014 at 04:08 AM.

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 07:11 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search