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

Shout-Out

User Tag List

Page 125 of 298 FirstFirst ... 2575121122123124125126127128129175225 ... LastLast
Results 1,861 to 1,875 of 4467
  1. #1861
    polio23's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now i got a fatal error saying it cannot find the main menu .png. i am on 1600x900 res.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1862
    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 polio23 View Post
    disregard lol. i had saved it as a text file the first time instead of an ini. i am legend.
    Yeah it has you edit your dps on first run

    Sent from my DROID RAZR using Tapatalk 2

  3. #1863
    xarxz12'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 the new 1.0.3 update fixed now?

  4. #1864
    malcolmsteel's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have messed with all of those settings and am still having problems with the Lawl script either not clicking at all while hovering over open cellars (and then continueing to random search after it has already hovered over it) or clicking them and then clicking right in front of them. Again, which specific variable should I be looking at?

    I believe the problem comes from this function.
    This is the one for lawl:
    Func FindCellar()
    $CellCoord = 0
    $gY = 0
    $gX = 0
    ;A precheck to the cellar search
    _ImageSearchArea($pngLoc & "Cellar.png", 1, Round(1672 * $x_ratio),Round(175 * $y_ratio),Round(1717 * $x_ratio),Round(209 * $y_ratio), $gX, $gY, 160)
    sleep($cellarCheckSleep)
    If $gX > 0 Or $gY > 0 then
    Do
    MouseMove(Round($cellarCoordx[$CellCoord] * $x_ratio), Round($cellarCoordy[$CellCoord] * $y_ratio), 1) ;moves cursor over to the cellar
    sleep($cellarCheckSleep)
    If $CellCoord < 6 then
    $Pixel2 = PixelSearch($cellarCoordx[$CellCoord] - 71 * $x_ratio,$cellarCoordy[$CellCoord] - 148 * $y_ratio,$cellarCoordx[$CellCoord] + 139 * $x_ratio,$cellarCoordy[$CellCoord] + 22 * $y_ratio, 0x334FB7, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)
    Else
    $Pixel2 = PixelSearch($cellarCoordx[$CellCoord] - 71 * $x_ratio,$cellarCoordy[$CellCoord] - 148 * $y_ratio,$cellarCoordx[$CellCoord] + 139 * $x_ratio,$cellarCoordy[$CellCoord] + 22 * $y_ratio, 0x007CB7F8, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)
    EndIf
    If Not @Error Then
    Return 1
    EndIf
    $CellCoord += 1
    Until $CellCoord >= Ubound($cellarCoordx)
    Else
    Return 0
    EndIf
    Call("CellarScreenShot")
    Return 0
    EndFunc
    compared to this one from an older 21sec script that enters all open dungeons flawlessly for me:

    Func FindCellar()
    $CellCoord = 0
    $gX = 0
    $gY = 0
    ;A precheck to the cellar search
    _ImageSearchArea($pngLoc & "Cellar.png", 1, Round(1672 * $x_ratio),Round(175 * $y_ratio),Round(1717 * $x_ratio),Round(209 * $y_ratio), $gX, $gY, 160)
    sleep($cellarCheckSleep)
    If $gX > 0 Or $gY > 0 Then
    Do
    MouseMove(Round($cellarCoordx[$CellCoord] * $x_ratio), Round($cellarCoordy[$CellCoord] * $y_ratio), 1) ;moves cursor over to the cellar
    $mousePos = MouseGetPos()
    sleep($cellarCheckSleep)
    If $CellCoord = 5 then
    $Pixel2 = PixelSearch($mousePos[0] - 71 * $x_ratio,$mousePos[1] - 148 * $y_ratio,$mousePos[0] + 139 * $x_ratio,$mousePos[1] + 22 * $y_ratio, 0x007CB7F8, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)
    Else
    $Pixel2 = PixelSearch($mousePos[0] - 71 * $x_ratio,$mousePos[1] - 148 * $y_ratio,$mousePos[0] + 139 * $x_ratio,$mousePos[1] + 22 * $y_ratio, 0x334FB7, 3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)
    EndIf
    If Not @Error Then
    Return 1
    EndIf
    $CellCoord += 1
    Until $CellCoord >= Ubound($cellarCoordx)
    Else
    Return 0
    EndIf
    Return 0
    EndFunc

  5. #1865
    tempperson34856's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yup. <I did this to make my post longer>
    Edit: was replying to the post asking about the 1.0.3 fix - someone else posted in between
    Last edited by tempperson34856; 07-02-2012 at 12:56 AM.

  6. #1866
    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)
    There's no difference what so ever.
    Originally Posted by malcolmsteel View Post
    I have messed with all of those settings and am still having problems with the Lawl script either not clicking at all while hovering over open cellars (and then continueing to random search after it has already hovered over it) or clicking them and then clicking right in front of them. Again, which specific variable should I be looking at?

    I believe the problem comes from this function.
    This is the one for lawl:


    compared to this one from an older 21sec script that enters all open dungeons flawlessly for me:

  7. #1867
    malcolmsteel's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm well what do you think is most likely the problem? I have literally messed with every one of those variables in the INI setting them up and down and nothing seems to fix it. Is there any reason resolution 1366x768 should have problems entering cellars in the lawl scripts? The old 21 second one works perfectly. I dunno what else to try to change to get it to work, but it seems the only problem is it isn't clicking on the open cellars correctly.

  8. #1868
    vodca12's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version: main script 2.0.2
    Help or request: Help
    Desktop resolution: 1366x728
    Diablo 3 window type: windowed fullscreen
    Operating system (32-bit or 64-bit): 64bit
    Manual or auto install: manual
    Move bound to mouse3: yes
    Where are you starting the: menu screen
    Game language: english

    few problem, it does not always loot legendary and rare items, it always sells all tomes in inventory to vendor, and gph counter seems bugged or something, please help

  9. #1869
    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 malcolmsteel View Post
    Hmm well what do you think is most likely the problem? I have literally messed with every one of those variables in the INI setting them up and down and nothing seems to fix it. Is there any reason resolution 1366x768 should have problems entering cellars in the lawl scripts? The old 21 second one works perfectly. I dunno what else to try to change to get it to work, but it seems the only problem is it isn't clicking on the open cellars correctly.
    Can you try 1920x1080? What ever worked on the 21s should work on this one.

    Sent from my DROID RAZR using Tapatalk 2
    Last edited by chancity; 07-02-2012 at 01:22 AM.

  10. #1870
    tempperson34856's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vodca12 View Post
    Script and version: main script 2.0.2
    Help or request: Help
    Desktop resolution: 1366x728
    Diablo 3 window type: windowed fullscreen
    Operating system (32-bit or 64-bit): 64bit
    Manual or auto install: manual
    Move bound to mouse3: yes
    Where are you starting the: menu screen
    Game language: english

    few problem, it does not always loot legendary and rare items, it always sells all tomes in inventory to vendor, and gph counter seems bugged or something, please help
    The gph bug is probably a Tesseract issue - try overwriting your tesseract install with the one in the autoinstall. It'll sometimes miss the OCR read and misreport, but not nearly as much as it used to.
    Legenday items frequently show up as misloots - you're probably not missing any, it's just clicking on the lamp and claiming it's a legendary item, when it's really not.
    Make sure you have your script set up to stash all tomes - if you don't stash them before going to a vendor, it'll vendor them as a 'magic' item. It stashes them on page 2, so make sure you have 2 pages of inventory space in your stash.
    Finally, make sure gphonly is set to 0, and that loot rares is set to 1. It also helps if you have vendor rares and identify set to 0 (it can't vendor unidentified items, so that way it'll never vendor a rare/legendary by mistake)
    Last edited by tempperson34856; 07-02-2012 at 01:23 AM. Reason: readability

  11. #1871
    malcolmsteel's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Can you try 1920x1080? What ever worked on the 21s should work on this one.

    Sent from my DROID RAZR using Tapatalk 2
    1366 is my highest resolution. Here I will upload the script I use that it works on, could you take a quick look at it and compare it to the lawl one to see what might be causing it to not click on the open cellars in the lawl versions, but work for this one?

    Download Straight GPH 21 Second Open Cellars.au3 from Sendspace.com - send big files the easy way

  12. #1872
    vodca12's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tempperson34856 View Post
    The gph bug is probably a Tesseract issue - try overwriting your tesseract install with the one in the autoinstall. It'll sometimes miss the OCR read and misreport, but not nearly as much as it used to.
    Legenday items frequently show up as misloots - you're probably not missing any, it's just clicking on the lamp and claiming it's a legendary item, when it's really not.
    Make sure you have your script set up to stash all tomes - if you don't stash them before going to a vendor, it'll vendor them as a 'magic' item. It stashes them on page 2, so make sure you have 2 pages of inventory space in your stash.
    Finally, make sure gphonly is set to 0, and that loot rares is set to 1. It also helps if you have vendor rares and identify set to 0 (it can't vendor unidentified items, so that way it'll never vendor a rare/legendary by mistake)
    1. confirmed that i got a lot of space on my 2nd stash page
    2. i can understand about legendary bug, but rares? they popped and sometimes the script ignores it

  13. #1873
    Shintr's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does the cellar find work better now? because some users have said that with the new find method they miss the cellar more often.

    i still use 2.0.0

  14. #1874
    vodca12's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shintr View Post
    does the cellar find work better now? because some users have said that with the new find method they miss the cellar more often.

    i still use 2.0.0
    worked well for me up untill 2.0.2 but not with the 2.0.3 it never round the mouse to look if the cellar is up or not at all

  15. #1875
    mase123y's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The new script is routinely clicking on random loot as its walking to the loot spot for me.
    Last edited by mase123y; 07-02-2012 at 03:00 AM.

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 03:58 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