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

User Tag List

Page 2 of 298 FirstFirst 12345652102 ... LastLast
Results 16 to 30 of 4467
  1. #16
    narcotester's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    You may need to play with the sleep times where it does send("2"). Its casting duplicates and throwing off where it clicks I'm assuming. It is teleporting to the right spot through.
    i have the same problem. works fine if the cellar is open ( had to adjust the sleep timers a little bit) , but if the cellar is closed it's acting like the cellar is open.

    i doubled the sleep timer before after the "send(2)" but it didn't help.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #17
    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)
    Add message boxes to were you think the problem is happening. You can also use it to find out if something is doing what you intend

    Code:
    Msg box("4096","Debug","Location of message box within code")
    Last edited by chancity; 06-13-2012 at 01:58 PM.

  3. #18
    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)
    Updated the script with EnnDee's logging, "ingamewait", "cellarwait", and "menuwait".

  4. #19
    disciplex'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)
    why the **** cant i cant ANY sarkoth script to work for me...i follow every instruction EXACTLY and every single time I am always 1 teleport short of reaching the cellar....my internet connection is flawless and my computer is a beast so lag/framerate issues are not the problem

  5. #20
    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)
    Ensure that Diablo III is fullscreen windowed and that you're desktop resolution is 1920x1080. Other than that try messing with the sleep times where the script is teleporting.

  6. #21
    2118114's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    May 2012
    Posts
    12
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  7. #22
    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)
    Thanks, I just added a tool tip that gives you all of the bots stats as it runs in the top left corner, and the log file now shows how long each run takes.

  8. #23
    lecroche's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mine almost work, but when he want to MouseClick("middle",Round(40*$x_ratio),Round(797*$y_ratio)) ;moves to doorway leading to rare inside cellar

    the mouse mouve but dint click to move to doorway to start kill, he stay in the cellar entrace and spells and leave..

    What should I do? i tryed diff ratio but nothing happen wont click to doorway leading to rare inside cellar

  9. #24
    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)
    In your program files folders "C:\Program Files (x86)\AutoIt3" there is a application called Au3Info.exe or Au3Info_64x.exe. Open that application and you'll see a white box with different tabs on it, scroll to the right until you find mouse. Now open your Diablo III and let the script run to the point right before the script messes up. Now use Au3Info.exe or Au3Info_64x.exe little scope looking thing and put it ontop of the location you want to click or move your mouse, you will notice now that in the white box within au3info position has changed to something. You'll want to put the new position in this line of code

    Code:
    MouseClick("middle",Round(40*$x_ratio),Round(797*$y_ratio))

    Hope this helps!

  10. #25
    lecroche's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    found the prob

    Originally Posted by chancity View Post
    In your program files folders "C:\Program Files (x86)\AutoIt3" there is a application called Au3Info.exe or Au3Info_64x.exe. Open that application and you'll see a white box with different tabs on it, scroll to the right until you find mouse. Now open your Diablo III and let the script run to the point right before the script messes up. Now use Au3Info.exe or Au3Info_64x.exe little scope looking thing and put it ontop of the location you want to click or move your mouse, you will notice now that in the white box within au3info position has changed to something. You'll want to put the new position in this line of code

    Code:
    MouseClick("middle",Round(40*$x_ratio),Round(797*$y_ratio))

    Hope this helps!
    I forget to put move button as mouse3 my mistake thanks for answer fast!!

  11. #26
    kejus's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is me or dont have bot for monk?

  12. #27
    lecroche's Avatar Active Member
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why my bots dont take gems?
    Last edited by lecroche; 06-13-2012 at 07:51 PM.

  13. #28
    pepe2c's Avatar Member
    Reputation
    7
    Join Date
    Dec 2007
    Posts
    154
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i will use the informative window code for my DH script. Thx =D

  14. #29
    narcotester's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey chancity, finally got i running.

    now i wanted to try the updated version. can u pls tell me where i find the file.au3 and the date.au3

    ty

  15. #30
    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 lecroche View Post
    why my bots dont take gems?
    Are you using pixelsearch or the image search. Both of them aren't 100%. If you're using image search you may have to create new images for yourself. I really suggest anyways to just walk away from PC as the scripts main job is to loot gold.
    @ narcotester
    They should already be in your autoit include folder
    Last edited by chancity; 06-13-2012 at 08:05 PM.

Page 2 of 298 FirstFirst 12345652102 ... LastLast

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 07:35 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