[Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080] menu

User Tag List

Page 66 of 298 FirstFirst ... 16626364656667686970116166 ... LastLast
Results 976 to 990 of 4467
  1. #976
    OwnedByFate's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shintr View Post
    262% goldfind, had it running over night, this is what i got



    so over a long period of time (10+) hours it seems to be around 350-360k per hour. with the new archon teleport 21s script.if anyone has any ideas how to get up to 400-500k please share but i dont think its possible
    Which script ? I always got disconnected after about 2hrs.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #977
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Travincall View Post
    wow I must be retarded. So I just roamed across this script because I have been using the old wizard one and modified it quite a bit all by myself but now I wanted to try this one since I'm only getting a little over 300k gph on mine.

    I get the autoinstall file and I ran it as "administrator" and then it downloaded 2000 something files or whatever and then nothing happened. I tried to start the 2 bot files and I got a tesseract color error on both of them. I looked further down the 1st post and saw the directions but I didn't do any of those because I assumed the autoinstall did all that. If it doesn't then what exactly does the autoinstall do and what do I need to do from here. Also if I am suppose to put the dll folders in system32 in the zip that I opened there were 2 dll files and then a folder called "system32" with 2 more files.....Which ones do I put in the folder system 32 and do I include the folder "system32" as well. I am assuming that I'm not going to put a system32 folder inside a system32 folder lol. I feel like a complete idiot because I am really lost on this one.
    Everything should automatically work after using the autoinstall. You don't need to move any pictures or anything..you may need to edit script settings but thats about it.

  3. #978
    ElijahBailey's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @chancity: Wait so what's still not working? Did you put in the until $CellCoord >= 5? (Ubound($cellarCoordx))

    Without this, I can run the script on any random webpage with no blue and it will always succeed because it hasn't looped through the 5 iterations yet. With this in place, it should loop through all 5 combinations of 600,435, 175,305, etc etc. to 280,302 and if all 5 tries miss it will return not found.
    Last edited by ElijahBailey; 06-28-2012 at 02:27 AM.

  4. #979
    HEahCz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i changed some lines like someone said before, now im finding the cellar and entering it everytime, the problem is, once it gets in, my char get stuck at the desk/near the doorway.

    Any idea about tweaking more numbers? 1680x1050 here.

  5. #980
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats happening or atleast I think is happening is that $CellCoord = $c is being updated to something equal to or greater than 0 and causing the script to not go through all 5 iterations and returning 1 even though it really hasn't found the blue pixel. If you remove:

    Code:
      If Not @Error Then
    		 $CellCoord = $c
    	  EndIf
    It will go through all 5 iterations no problem.

    If I change the code to $CellCoord >= 5 it cycles through all 5 and returns a 0 causing the script to say not found. Which can be a problem :/ for actual use lol.

    Originally Posted by ElijahBailey View Post
    @chancity: Wait so what's still not working? Did you put in the until $CellCoord >= 5? (Ubound($cellarCoordx))

    Without this, I can run the script on any random webpage with no blue and it will always succeed because it hasn't looped through the 5 iterations yet. With this in place, it should loop through all 5 combinations of 600,435, 175,305, etc etc. to 280,302 and if all 5 tries miss it will return not found.
    Last edited by chancity; 06-28-2012 at 02:32 AM.

  6. #981
    HEahCz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im just being ignored.

  7. #982
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't even get this to give me the right reading, just stand near the cellar and put your mouse over it..

    Code:
    sleep(4000)
    $mousePos = MouseGetPos()
    $Pixel2 = PixelSearch($mousePos[0] - 71,$mousePos[1] - 148,$mousePos[0] + 139,$mousePos[1] + 22, 0x334FB7, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)
    sleep(120)
    If Not @Error Then
       	  MsgBox("4096","Found" ,"gf" )
    	  EndIf
    Last edited by chancity; 06-28-2012 at 02:44 AM.

  8. #983
    ElijahBailey's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (this is in reference to the previous function, will check the new one you just posted :P - does it work now?)

    Mmm if that's the only thing, why not just add the else? I don't know about what pixelsearch does, but if not @error is not found, then return 1 if it is found right?

    If Not @Error Then
    $CellCoord = $c
    Else
    Return 1
    EndIf

  9. #984
    mynameisjon's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So this new script, does it loot?

    I'm also trying to get the bot to pick up mythic potions, but what kind of screen shot would I need?

  10. #985
    OwnedByFate's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tried Straight GPH 21 Second Open Cellars running on vm and it got disconnected as well. 2hrs and its goin offline..anyway to auto restart it ?

  11. #986
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not @Error means there was no error, it found the pixel

    Return Value
    Success: Returns a two-element array of pixel's coordinates. (Array[0] = x, Array[1] = y).
    Failure: Sets @error to 1 if color is not found.

    Examples
    Code:
    ; Find a pure red pixel in the range 0,0-20,300
    Local $coord = PixelSearch(0, 0, 20, 300, 0xFF0000)
    If Not @error Then
        MsgBox(0, "X and Y are:", $coord[0] & "," & $coord[1])
    EndIf
    
    
    ; Find a pure red pixel or a red pixel within 10 shades variations of pure red
    $coord = PixelSearch(0, 0, 20, 300, 0xFF0000, 10)
    If Not @error Then
        MsgBox(0, "X and Y are:", $coord[0] & "," & $coord[1])
    EndIf
    Originally Posted by ElijahBailey View Post
    (this is in reference to the previous function, will check the new one you just posted :P - does it work now?)

    Mmm if that's the only thing, why not just add the else? I don't know about what pixelsearch does, but if not @error is not found, then return 1 if it is found right?

    If Not @Error Then
    $CellCoord = $c
    Else
    Return 1
    EndIf

  12. #987
    Aventhia's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script was working perfectly yesterday and today, then just a little while ago I loaded the beta 27 second script instead of the Main Script and it started giving me issues with Archon, it would path fine, go into cellar, go to the Sarkoth spot use Archon but then it would just keep using Archon the entire duration, after that AutoIt seemed to stop responding properly.

    Any ideas? x64 here.

  13. #988
    chancity's Avatar Legendary
    CoreCoins Purchaser
    Reputation
    686
    Join Date
    Jun 2012
    Posts
    1,153
    Thanks G/R
    27/341
    Trade Feedback
    11 (55%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Download the newest scripts and change your dps in the INI file that it creates. If you find your character not killing sarkoth lower your dps in the INI file. Hope that helps....


    Originally Posted by Aventhia View Post
    Script was working perfectly yesterday and today, then just a little while ago I loaded the beta 27 second script instead of the Main Script and it started giving me issues with Archon, it would path fine, go into cellar, go to the Sarkoth spot use Archon but then it would just keep using Archon the entire duration, after that AutoIt seemed to stop responding properly.

    Any ideas? x64 here.

  14. #989
    ElijahBailey's Avatar Member
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    157
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @chancity:

    I looked at it some more and I think it can be streamlined, ignore the $c, you only need the CellCoord in the end to reference which position you found the cellar in.
    So...this logic I understand, it will loop through the 5 xy positions and check for the pixel, if the pixel exists (pixel2 = 1) then it returns 1, and cellcoord is already set to the correct coordinate. If not exists, then...return 0.
    Now, regarding whether or not the blue pixel actually exists at the position you specified, that I don't know
    Also, does PixelSearch actually return 1 if it finds something?
    ---
    Code:
    Func FindCellar()
        ;$CellCoord = 0 if not defined globally
       Do
       MouseMove(Round($cellarCoordx[$CellCoord] * $x_ratio), Round($cellarCoordy[$CellCoord] * $y_ratio), 1) ;moves cursor over to the cellar
       $mousePos = MouseGetPos()
       sleep(120)
       $Pixel2 = PixelSearch($mousePos[0] - 71,$mousePos[1] - 148,$mousePos[0] + 139,$mousePos[1] + 22, 0x334FB7, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)
    	  ;If $Pixel2 = 1 Then (this should be equivalent to not @error? if not, can just use not @error)
    	  If Not @Error Then
    		 Return 1
    	  EndIf
    	  $CellCoord += 1
       Until $CellCoord >= Ubound($cellarCoordx)
       Return 0
    EndFunc

  15. #990
    HEahCz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, after trying to make it work on 1680x1050 for 8 hours, i give up. I'm going to wait a oficial port to 1680x1050 or someone who have the skills to do the port. See ya.

Similar Threads

  1. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  2. Replies: 272
    Last Post: 08-14-2012, 03:33 PM
  3. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
  4. Replies: 37
    Last Post: 07-18-2012, 02:37 PM
  5. Replies: 164
    Last Post: 07-01-2012, 02:37 PM
All times are GMT -5. The time now is 11:09 AM. 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