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

Shout-Out

User Tag List

Page 25 of 298 FirstFirst ... 21222324252627282975125 ... LastLast
Results 361 to 375 of 4467
  1. #361
    kaniaku's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by airfreshjoe View Post
    Im having same trouble as this guy. What can i do? so change every sleep seconds to 1000?
    try replacing line 221
    Code:
    $Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, $i)
    with
    Code:
    		
    For $i = 3 to 10
         $Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, $i)
         sleep(5)
         If Not @Error Then ExitLoop
    Next
    try with value greater than 10 if it still don't work
    Last edited by kaniaku; 06-22-2012 at 08:29 AM. Reason: modified the second code it was silly

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #362
    kaniaku's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by airfreshjoe View Post
    Also another problem, accumulated Gold count is not working and it wont pick up any of the blue items except for Tome of Secret or whatever
    Gold count isn't working, refresh the tesseract files from the last update.
    It won't pick any blue items, try adding tolerance to the lootgear call, line 484, add a comma right after the hexadecimal color codet(don't go past the bracket) then add a number from 2(not very tolerant) to 50(very tolerant). Tolerance can go up to 255 but you wouldn't want to use that value.
    Last edited by kaniaku; 06-22-2012 at 04:39 AM.

  3. #363
    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)
    Originally Posted by kaniaku View Post
    try replacing line 222
    Code:
    $Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, $i)
    with
    Code:
    		
    For $i = 3 to 10
         $Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, $i)
    Next
    try with value greater than 10 if it still don't work
    where tho? there's no such words in the "wz.ini". In which file do i have to edit this?

    also with the tesserect thingie (since my goldcount isnt working). i only have to install tesserect-OCR and then put the "tesserect.au3" (from goldperhour\autoit3\include) into the autoit3\include folder, right? or am i missing something? cause my gold coent does not work

  4. #364
    kaniaku's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shintr View Post
    where tho? there's no such words in the "wz.ini". In which file do i have to edit this?
    Right Click on the Dank Cellar Wizard.au3 then edit script.
    Originally Posted by Shintr View Post
    also with the tesserect thingie (since my goldcount isnt working). i only have to install tesserect-OCR and then put the "tesserect.au3" (from goldperhour\autoit3\include) into the autoit3\include folder, right? or am i missing something? cause my gold coent does not work
    Yes you take the "tesserect.au3" file from the last version archive and you put it in your autoitinstallationpath\autoit3\include

  5. #365
    airfreshjoe's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kaniaku View Post
    Gold count isn't working, refresh the tesseract files from the last update.
    It won't pick any blue items, try adding tolerance to the lootgear call, line 484, add a comma right after the hexadecimal color codet(don't go past the bracket) then add a number from 2(not very tolerant) to 50(very tolerant). Tolerance can go up to 255 but you wouldn't want to use that value.
    Thanks i try to fix the blue item one and i put 50 but it keep clicking on the my magic dagger lightning effect... not the blue item
    should i try lowering the tolerance?

  6. #366
    kaniaku's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by airfreshjoe View Post
    Thanks i try to fix the blue item one and i put 50 but it keep clicking on the my magic dagger lightning effect... not the blue item
    should i try lowering the tolerance?
    Yes you should try lower the tolerance or find a pixel color code (hexadecimal or decimal) that match your screen magic text.

  7. #367
    airfreshjoe's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kaniaku View Post
    Yes you should try lower the tolerance or find a pixel color code (hexadecimal or decimal) that match your screen magic text.
    How can i find the pixel color code?

  8. #368
    kaniaku's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by airfreshjoe View Post
    How can i find the pixel color code?
    You can do a screenshot using the screen print key on your keyboard then paste the result on paint(don't get it from the screenshot document, it's compressed), zoom on pixel you want to get, and use this script to get the pixel color "k" to check the pixel, "j" to close the script.
    Code:
    HotKeySet ( "k" , "PixelColorCheck" )
    HotKeySet ( "j" , "Quit" )
    
    While 1
       sleep(1000)
    WEnd
    
    Func PixelColorCheck()
       $pixelColor = PixelGetColor( MouseGetPos(0), MouseGetPos(1))
       MsgBox ( 0x0, "Get Pixel", "Pixel Color (decimal) : "&$pixelcolor&"")
    EndFunc
    
    Func Quit()
       Exit
    EndFunc

  9. #369
    BASHKILLER's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shintr View Post
    where tho? there's no such words in the "wz.ini". In which file do i have to edit this?

    also with the tesserect thingie (since my goldcount isnt working). i only have to install tesserect-OCR and then put the "tesserect.au3" (from goldperhour\autoit3\include) into the autoit3\include folder, right? or am i missing something? cause my gold coent does not work
    I changed the values ​​on line 222 and still can not, I changed the 3 to 10 and does not work

  10. #370
    kaniaku's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BASHKILLER View Post
    I changed the values ​​on line 222 and still can not, I changed the 3 to 10 and does not work
    I just edited the second code fix to make it a bit less silly, roll your file back and check for this around line 221 to replace it with the second code
    Code:
    $Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, 3)


    Code:
    For $i = 3 to 10
         $Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, $i)
         sleep(5)     
         If Not @Error Then ExitLoop
    Next
    If it still don't work send more information : what's (not) happening, pics, vids, res, etc
    Last edited by kaniaku; 06-22-2012 at 08:30 AM.

  11. #371
    catalyzer's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kaniaku View Post
    1. You are running in hell, but the script is made for inferno, where it only drop square and square flawless square so the script has been made to look only for items with the suffix "square". However the script does include a customloot function, so you can add the radiant by yourself.
    2. It may be because you didn't refreshed all the files that come with the new version, imagesearch, tesseract, png ... But it's ultimately it's related to your laptop speed.
    3. SET, is a type of diablo 3 item, they are simply legendary items with green text that gain extra bonuses when worn in a group.
    thanks for your input.

  12. #372
    BASHKILLER's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kaniaku View Post
    I just edited the second code fix to make it a bit less silly, roll your file back and check for this around line 221 to replace it with the second code
    Code:
    $Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, 3)


    Code:
    For $i = 3 to 10
         $Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, $i)
         If Not @Error Then ExitLoop
    Next
    If it still don't work send more information : what's (not) happening, pics, vids, res, etc
    I replaced so

    Code:
    $Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, 3)
    to

    Code:
    $Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, 10)
    is it not? or should replace the whole line?
    well I replaced the entire line and also did not work, it creates the game, teleport and hover over the dankcellar more ClicK not to enter, he casts the skills and returns to town

  13. #373
    kaniaku's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It should work, increase the value or change the pixel color code to match yours if not.

  14. #374
    BASHKILLER's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kaniaku View Post
    It should work, increase the value or change the pixel color code to match yours if not.
    I changed the value 3 to 10 and did not work, where is the problem? in pixelsearch?

  15. #375
    kaniaku's Avatar Corporal
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As a last resort you could also delete everything related to open cellar detection, the function that check if you're in the cellar should do his job based on imagedetection rather than pixel detection, replace the first code by the second,begin around lines ~220
    Code:
    ;Checks if Dank Cellar is Open
    			$Pixel2 = PixelSearch(0, 0, Round(600*$x_ratio), Round(400 * $y_ratio), 0x334FB7, 3)
    			If Not @error Then
    				GUICtrlSetData($lblStatus, "Status: Cellar - Found")
    				$cellarCount += 1
    				MouseClick("left", Round(255*$x_ratio),Round(290 * $y_ratio), 1) ;Entrance to cellar
    				Sleep(800 * $movementSpeed)
    				Moving($walktime)
    			Else ;ABORT RUN
    				GUICtrlSetData($lblStatus, "Status: Cellar - Not Found" & @CRLF)
    				Sleep(10)
    				mousemove(962,518,1) ;Keep me safE!
    				Send($Hydra)
    				Sleep(620)
    				Send($MirrorImage)
    				Sleep(400)
    				send("{SHIFTDOWN}")
    				sleep(200)
    				Mouseclick("left")
    				sleep(300)
    				send("{SHIFTUP}")
    				sleep(400)
    				Call("TownPortal")
    				If Not CheckDead() Then
    					Call("LeaveGame")
    				EndIf
    				Return
    			EndIf
    By this :
    Code:
     MouseClick("left", Round(255*$x_ratio),Round(290 * $y_ratio), 1) ;Entrance to cellar
    				Sleep(800 * $movementSpeed)
    				Moving($walktime)
    and adding $cellarCount += 1 a line under If CheckFor("DankCellar", "Area") Then


    But if the problem is the execution of the pixelSearch then you might only be able to loot gold, gems and tomes :s
    Last edited by kaniaku; 06-22-2012 at 08:10 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 09:17 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