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

Shout-Out

User Tag List

Page 108 of 298 FirstFirst ... 858104105106107108109110111112158208 ... LastLast
Results 1,606 to 1,620 of 4467
  1. #1606
    S2K2003's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    chancity,

    ver. 2.0.2
    res 1920 x 1080
    21s ver

    it says i found 1 legendary, but when i checked my inv and chest, i don't see it..
    i looked at the \pic folder and don't see any .png referencing anying legendary.

    am i missing something?

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1607
    topven1's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am having trouble generating the log file inside the script folder for the stat recording. Any help is appreciated.

    script2.02 21s

  3. #1608
    KevinKoh's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Code:
    Func saveCustomKeys()
    	$string = GUICtrlRead($etlootCustom)
    	If Not $string = "" Then
    		$temp = StringReplace($string, @CRLF, " ")
    		$temp = StringStripWS($temp, 7)
    		$arr = StringSplit($temp, " ")
    
    		For $a = 1 To $arr[0]
    			$tempLoc = StringSplit($arr[$a],"|")
    			If FileExists(@ScriptDir & "\pics\" & $tempLoc[1] & ".png") Then
    			IniWrite($settingsINI, "Custom Items", "Key" & $a , $arr[$a])
    			EndIf
    		Next
    		Return 1
    	Else
    		Return @error
    	EndIf
    EndFunc
    
    Func getCustomKeys()
    	Local $pick[1]
    	$string = ""
    	$var = IniReadSection($settingsINI, "Custom Items")
    	If Not @error Then
    		$totalItems = $var[0][0]
    		If $totalItems > 0 Then
    			ReDim $pick[$totalItems]
    		EndIf
    		For $a = 1 To $totalItems
    			$pick[$a-1] = $var[$a][1]
    			$string &= $pick[$a-1] & @CRLF
    		Next
    	Else
    		$totalItems = 0
    	EndIf
    	GUICtrlSetData($etlootCustom, $string)
    EndFunc
    Thank you very much

  4. #1609
    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 KevinKoh View Post
    Thank you very much
    Already have it made for a GUI I'm making

    Sent from my DROID RAZR using Tapatalk 2

  5. #1610
    darkpedro's Avatar Sergeant
    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)
    quic fix for looting blues/gems in 2.0.2 21s?

  6. #1611
    nightymike's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version: ?
    Help or request: He remains off and stuck between the tree and the house.
    sometimes he does not go into the cellar.
    when he turned archon he clicks on the image again and cancels archon.
    Desktop resolution: 1366x768
    Diablo 3 window type: windowed fullscreen
    Operating system (32-bit or 64-bit): 32
    Manual or auto install: auto
    Move bound to mouse3: yes
    Where are you starting the:
    Game language: eng

  7. #1612
    Tyman3's Avatar Sergeant
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    63
    Thanks G/R
    4/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version: 2.0.3
    Help or request: help
    Desktop resolution: 1920 1080
    Diablo 3 window type: Full windowed
    Operating system (32-bit or 64-bit): 64
    Manual or auto install: tried both, currently using an auto install
    Move bound to mouse3: yea
    Where are you starting the: main menu
    Game language: english



    My gold / hour doesn't work, it sometimes says 5.3488373 Per Hour and its so long that I cant see the Accumlated gold, but that is never right either

    I have tried reinstalling teseract or whatever the program is called for that gph section but it has never worked correctly, is there anything that you can suggest that might fix it???

  8. #1613
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive been using the script for whole nights, usually got like 46,5% cellars. With the new cellar detection method I seemed to be missing alot more, only got up to 36% in a 12h period.

    For those wanting to loot gems/blues you could use my version of chancity;s script. I have changed some sleep times and turned off auto-update:

    Old detection method: [AutoIt] OldCellarDetection - Pastebin.com
    New detection method: [AutoIt] NewCellarDetection - Pastebin.com
    WZD.ini: WZD.ini - Pastebin.com

    Please note, to change attack time you have to change the attack time in WZD.ini. There is a dps option in the script but it updates the attacktime from the WZD.ini after it calculates the attacktime based on dps.
    I also have diamond skin on 2 and mirror image on 1 as you can see in the WZD.ini.

  9. #1614
    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)
    [DPS]
    DPS=21000
    [Additional]
    Movement Speed=0
    Walk Time=3600
    Load Time=4500
    Teleport Time=5500
    [Looting]
    GPH Only=1
    Sets=1
    Legendaries=1
    Rares=1
    Tomes=1
    [ManageLoot]
    Every=125
    [Stashing]
    Legendaries=1
    Rares=1
    Tomes=1
    [Variability]
    Manage Off By=2


    that's the 21s version.

    how do i edit it so it does loot rares&sets&legendaries? because as it is now, it doesn't-

  10. #1615
    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 Shintr View Post
    [DPS]
    DPS=21000
    [Additional]
    Movement Speed=0
    Walk Time=3600
    Load Time=4500
    Teleport Time=5500
    [Looting]
    GPH Only=1
    Sets=1
    Legendaries=1
    Rares=1
    Tomes=1
    [ManageLoot]
    Every=125
    [Stashing]
    Legendaries=1
    Rares=1
    Tomes=1
    [Variability]
    Manage Off By=2


    that's the 21s version.

    how do i edit it so it does loot rares&sets&legendaries? because as it is now, it doesn't-
    Gph only needs to be 0

    Sent from my DROID RAZR using Tapatalk 2

  11. #1616
    blackbloc's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Watch my twitch tv channel. I average 500k with 250% gf

    TwitchTV

    Sent from my DROID RAZR using Tapatalk 2
    they closed your channel

  12. #1617
    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 jcunit View Post
    Ive been using the script for whole nights, usually got like 46,5% cellars. With the new cellar detection method I seemed to be missing alot more, only got up to 36% in a 12h period.

    For those wanting to loot gems/blues you could use my version of chancity;s script. I have changed some sleep times and turned off auto-update:

    Old detection method: [AutoIt] OldCellarDetection - Pastebin.com
    New detection method: [AutoIt] NewCellarDetection - Pastebin.com
    WZD.ini: WZD.ini - Pastebin.com

    Please note, to change attack time you have to change the attack time in WZD.ini. There is a dps option in the script but it updates the attacktime from the WZD.ini after it calculates the attacktime based on dps.
    I also have diamond skin on 2 and mirror image on 1 as you can see in the WZD.ini.
    Have you tried changing the cellarchecksleep times? When recording my new miss cellar rate with the new detection I get 1 an hour. I'm letting it record all tonight.

    Sent from my DROID RAZR using Tapatalk 2

  13. #1618
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    Have you tried changing the cellarchecksleep times? When recording my new miss cellar rate with the new detection I get 1 an hour. I'm letting it record all tonight.

    Sent from my DROID RAZR using Tapatalk 2
    Nope, haven't yet. I'll try tweaking it a bit.

  14. #1619
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tyman3 View Post
    Script and version: 2.0.3
    Help or request: help
    Desktop resolution: 1920 1080
    Diablo 3 window type: Full windowed
    Operating system (32-bit or 64-bit): 64
    Manual or auto install: tried both, currently using an auto install
    Move bound to mouse3: yea
    Where are you starting the: main menu
    Game language: english



    My gold / hour doesn't work, it sometimes says 5.3488373 Per Hour and its so long that I cant see the Accumlated gold, but that is never right either

    I have tried reinstalling teseract or whatever the program is called for that gph section but it has never worked correctly, is there anything that you can suggest that might fix it???
    Could you copy your goldperhour function from your script? Seems like your round function isn't working properly. Use code /code to get it in here neatly.

  15. #1620
    Egotripster's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script and version: 2.0.3
    Help or request: Error: error opening the file. (see attached image)
    Desktop resolution: 1920x1080
    Diablo 3 window type: Full screen
    Operating system (32-bit or 64-bit): 64-bit
    Manual or auto install: Auto
    Move bound to mouse3: Yes
    Where are you starting the: Correct spot
    Game language English

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

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