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

User Tag List

Page 26 of 298 FirstFirst ... 22232425262728293076126 ... LastLast
Results 376 to 390 of 4467
  1. #376
    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)
    you could also keep trying find another pixel color or to increase the tolerance nonetheless.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #377
    PleaseHelpMe's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    256
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I am new to this and just started to know about this farming thing... I tried all the things you said but my mouse just go hay wire when I run the script... It doesn't do as it is stated by you =(... Can you please help me out?

  3. #378
    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
    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
    do not get it right .. would you put the whole script is to be done in Pastebin.com - #1 paste tool since 2002! ? do not know much about scripting, I tried what you said and still can not make it into the dank cellar, my goal is to get bot to use gold and legendary items .. please, thank you

  4. #379
    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
    do not get it right .. would you put the whole script is to be done in Pastebin.com - #1 paste tool since 2002! ? do not know much about scripting, I tried what you said and still can not make it into the dank cellar, my goal is to get bot to use gold and legendary items .. please, thank you
    here you go no open cellar check fix - Pastebin.com it ll take 6 seconds to check if you are in the cellar so chances of death are highly increased

  5. #380
    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 PleaseHelpMe View Post
    Hi, I am new to this and just started to know about this farming thing... I tried all the things you said but my mouse just go hay wire when I run the script... It doesn't do as it is stated by you =(... Can you please help me out?
    Can you tell me where are you stuck ? main menu ? ingame ? what is the last usefully scripted action it does ? checking if the cellar is open ? or does it teleport you back in town at the beginning and loop ?

  6. #381
    feongr's Avatar Corporal
    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)
    I have the same issue where the cellar is there but it misses the location slightly. It happens about once every 20 times it finds the cellar, so it isn't a big deal. I think it may be something to do with the templar, because it never used to happen before until i started using him. Oh well my GPH has increased, so I'm not too worried about it.

  7. #382
    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 feongr View Post
    I have the same issue where the cellar is there but it misses the location slightly. It happens about once every 20 times it finds the cellar, so it isn't a big deal. I think it may be something to do with the templar, because it never used to happen before until i started using him. Oh well my GPH has increased, so I'm not too worried about it.
    Until someone work on a function that detect the open cellar from the minimap then project its coordinate according to the camera view to know where to click with the mouse on the real world, it ll never be able to not miss a cellar as the script is almost completly blind while doing his run.
    Last edited by kaniaku; 06-22-2012 at 09:35 AM.

  8. #383
    Sylenthir's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have small problem with the bot. It only goes to the game then back to town and leaves game, after that it repeats it infinite amount of times.

  9. #384
    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 Sylenthir View Post
    I have small problem with the bot. It only goes to the game then back to town and leaves game, after that it repeats it infinite amount of times.
    this step detection depend on imagesearch, be sure that you have transfered the last version files at the right place, files in \Botfiles\System32\ to C:\Windows\System32\, etc ...

  10. #385
    Sylenthir's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kaniaku View Post
    this step detection depend on imagesearch, be sure that you have transfered the last version files at the right place, files in \Botfiles\System32\ to C:\Windows\System32\, etc ...
    I have done that and rebooted as well but it just does that...

  11. #386
    PleaseHelpMe's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    256
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kaniaku View Post
    Can you tell me where are you stuck ? main menu ? ingame ? what is the last usefully scripted action it does ? checking if the cellar is open ? or does it teleport you back in town at the beginning and loop ?
    Currently when i run it, the most go to the upper most left and not to the resume game button and starts pressing around and nothing else happens already...

  12. #387
    Sylenthir's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by PleaseHelpMe View Post
    Currently when i run it, the most go to the upper most left and not to the resume game button and starts pressing around and nothing else happens already...
    Did you switch to windowed fullscreen ?

  13. #388
    Shanerd92's Avatar Active Member *Professional Powerleveling Service* CoreCoins Purchaser
    Reputation
    48
    Join Date
    Sep 2009
    Posts
    256
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sylenthir View Post
    I have done that and rebooted as well but it just does that...
    Make sure you are going to the right checkpoint. When I first started this, I went to Leahs moms hidden cave thing, and realized that I just take the waypoint, and then run to the left until I hit that checkpoint.

  14. #389
    PleaseHelpMe's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    256
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sylenthir View Post
    Did you switch to windowed fullscreen ?
    yes i did...

  15. #390
    Sylenthir's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well i found what was my problem. I had fraps on and when i exited fraps it started working.

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 04:38 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