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

Shout-Out

User Tag List

Page 90 of 298 FirstFirst ... 40868788899091929394140190 ... LastLast
Results 1,336 to 1,350 of 4467
  1. #1336
    Travincall's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just noticed something strange. I changed my loading time to be an entire second short but somehow it actually lengthened my closed cellar and open cellar times by about .8 seconds.....That is kind of strange since I would assume it speeds everything up.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1337
    brannutz's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    84
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Travincall View Post
    I just noticed something strange. I changed my loading time to be an entire second short but somehow it actually lengthened my closed cellar and open cellar times by about .8 seconds.....That is kind of strange since I would assume it speeds everything up.
    I did this too and I found it caused errors when you would get one long load youll get stuck on the resume screen.

  3. #1338
    fulzerg's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Func TownPortal()
    GUICtrlSetData($lblStatus, "Status: Returning to Town")
    MouseClick("left",Round(1120*$x_ratio),Round(1025* $y_ratio),1) ;TP
    Call("GoldPerHour")
    Sleep($tptime)
    Call("CheckRepair")
    EndFunc ;==>TownPortal
    Use this script for town portal, if original not work.
    P.S. 1920x1080.

  4. #1339
    Tima25's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone know how to fix this error?
    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-d3error-png
    I seem to get it every time I start either script. I used the auto-install file and and running on a 64-Bit computer

  5. #1340
    Envision-'s Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone had any issues with the LootGear() function?

    Mine will pick up blues just fine but rares are not picked up. I have tried changing the color of the PixelSearch to look for 0xFFFF00 instead of 0xDDDD00 but still no luck. Any ideas?
    Still having issues with this, does anyone have any ideas? I even tried changing over the color tolerance of the LootGear function to exclude the "=2" and manually send a 4 from the LoorGearCall:

    Code:
    	If $LootSets == 1 Then
    		$SetCount += LootGear(0x02CE01, 2)
    	EndIf
    	If $LootLegendaries == 1 Then
    		$LegendaryCount += LootGear(0xBF642F, 2)
    	 EndIf
        If $LootRares == 1 Then
    		$RareCount += LootGear(0xBBBB00, 4)
    	EndIf
        If $LootMagic == 1 Then
    		$SetCount += LootGear(0x6969FF, 2)
    	EndIf
    
    
    Func LootGear($color, $tolerance)
    	$count = 0
    	
    	$Loot = PixelSearch(Round(400 * $x_ratio), 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $color, $tolerance)
    	If Not @error Then
    		While Not @error
    			$count += 1
    			MouseClick('left', $Loot[0], $Loot[1], 1, 3)
    			Sleep(50)
    			MouseMove(Round(Random(0, 400) * $x_ratio), Round(Random(700, 1080) * $y_ratio), 1) ;Moves mouse out of the way
    			sleep(500)
    			;Run at max 10 times per quality
    			If $count >= 10 Then
    				ExitLoop
    			EndIf
    			$Loot = PixelSearch(Round(400 * $x_ratio), 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $color, $tolerance)
    		WEnd
         EndIf
    	Return $count
    EndFunc   ;==>LootGear

  6. #1341
    D3XT3R's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need help getting the script running.

    Hello sir,

    I wanna try out your bot so bad. i did everything you said, but when i try to run the script i get this error:

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-unavngivet-png

    Please help me out.

    Regards
    Dexter

  7. #1342
    wat6678's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version: 21s 2.0.2
    Help or request:Repair/Loot management
    Desktop resolution: 1920x1080
    Diablo 3 window type: Fullscreen windowed
    Operating system (32-bit or 64-bit): Windows 7 64 bit
    Manual or auto install:auto
    Move bound to mouse3:yes
    Where are you starting the:main menu
    Game language:english


    My character dies a bit more often with the 21s script than the main script, but makes almost 100k more. However, the runs till vendor number does not change, even though I've edited it in the 21s ini file. I mostly need to be able to repair, not sell loot, but I can't get it to work.

    Also, if there is no cellar and he uses wave of force to push back nearby enemies, he won't teleport back to town before leaving the game. Which option can I edit to fix this?

    EDIT: Well, I found out what was wrong with my first problem. I was editing the 21s.ini in the Bot folder, when I needed to edit the one in the AutoIt folder. I still don't know how to solve my wave of force problem, though.
    Last edited by wat6678; 06-29-2012 at 06:36 PM.

  8. #1343
    stanshch's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I finally got both scripts up and running but one problem!

    After my wiz blasts the enemies he turns off archon and tp back to town without even going over where everything dropped...

    I know that the 21s script is supposed to do that, but how can i modify either to have him pick up the items?

  9. #1344
    Envision-'s Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @D3XT3R

    If you have not already installed Tesseract, you will need to do so. Once that is done you can copy the "SimpleTesseractColor.au3" file from the downloadable zip file that Chancity provided and paste it in your ".\AutoIT\Includes" folder.

    *Edit grammar
    Last edited by Envision-; 06-29-2012 at 06:29 PM.

  10. #1345
    Tima25's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Envision- Thanks alot, the problem is that AutoIt makes 2 directories and the auto install fails to install the file in the directory C:\Program Files (x86)\AutoIt3 but installs it in the other

  11. #1346
    eijeboy'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 D3XT3R View Post
    Hello sir,

    I wanna try out your bot so bad. i did everything you said, but when i try to run the script i get this error:

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-unavngivet-png

    Please help me out.

    Regards
    Dexter
    i had this error too when i downloaded the newest autoit from their website. When i downloaded the auto installer from here and used that one, all worked fine!

  12. #1347
    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 Tima25 View Post
    @Envision- Thanks alot, the problem is that AutoIt makes 2 directories and the auto install fails to install the file in the directory C:\Program Files (x86)\AutoIt3 but installs it in the other
    Try running the AutoIt.reg file manual, it will change the directory of your auto install to be in the c drive that the auto install puts it.

    Originally Posted by wat6678 View Post
    Script and version: 21s 2.0.2
    Help or request:Repair/Loot management
    Desktop resolution: 1920x1080
    Diablo 3 window type: Fullscreen windowed
    Operating system (32-bit or 64-bit): Windows 7 64 bit
    Manual or auto install:auto
    Move bound to mouse3:yes
    Where are you starting the:main menu
    Game language:english


    My character dies a bit more often with the 21s script than the main script, but makes almost 100k more. However, the runs till vendor number does not change, even though I've edited it in the 21s ini file. I mostly need to be able to repair, not sell loot, but I can't get it to work.

    Also, if there is no cellar and he uses wave of force to push back nearby enemies, he won't teleport back to town before leaving the game. Which option can I edit to fix this?

    EDIT: Well, I found out what was wrong with my first problem. I was editing the 21s.ini in the Bot folder, when I needed to edit the one in the AutoIt folder. I still don't know how to solve my wave of force problem, though.

    Change the sleeps where its doing wave of force and tping out. If your attack speed is slower than mine it can cause problems.

    Originally Posted by stanshch View Post
    I finally got both scripts up and running but one problem!

    After my wiz blasts the enemies he turns off archon and tp back to town without even going over where everything dropped...

    I know that the 21s script is supposed to do that, but how can i modify either to have him pick up the items?
    Archon(Teleport) should fix this.

    Originally Posted by Tima25 View Post
    Does anyone know how to fix this error?
    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-d3error-png
    I seem to get it every time I start either script. I used the auto-install file and and running on a 64-Bit computer

    Run the AutoIt.reg file in the setup folder, it will point all your autoit scripts to the c directory where the autoinstaller puts autoit.
    Last edited by chancity; 06-29-2012 at 07:07 PM.

  13. #1348
    stanshch's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Running newest main script and receiving this error...any help greatly apreciated

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-error-png

  14. #1349
    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 stanshch View Post
    Running newest main script and receiving this error...any help greatly apreciated

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-error-png

    I'm sorry that was my fault, forgot to take a few lines out. Its fixed now, redownload on the OP

  15. #1350
    stanshch's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you chancity!

    Awesome script!

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