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

Shout-Out

User Tag List

Page 254 of 298 FirstFirst ... 154204250251252253254255256257258 ... LastLast
Results 3,796 to 3,810 of 4467
  1. #3796
    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 russianvr4 View Post
    nope, completely cleared out inventory and its still doing it.
    how did you fix it because my bot keeps on stashing after run.
    and sometimes gets stuck at vendor... and gets paused...

    seems like bot never salvages anything neither...

    is this only happening for 1600x900 resolution?

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #3797
    mynameisjon's Avatar Corporal
    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)
    I too am getting stuck after the vendor. Seems to be paused due to a failed gear check but my gear is completely fine. Running 1920x1080 and the latest version.

  3. #3798
    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)
    willing to donate gold whoever helps me...

  4. #3799
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mynameisjon View Post
    I too am getting stuck after the vendor. Seems to be paused due to a failed gear check but my gear is completely fine. Running 1920x1080 and the latest version.
    Look in the folder your script is installed to. Look for a picture called CurrentInventory.png. Is that picture all black? If so, you may want to adjust your load time.

  5. #3800
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by airfreshjoe View Post
    how did you fix it because my bot keeps on stashing after run.
    and sometimes gets stuck at vendor... and gets paused...

    seems like bot never salvages anything neither...

    is this only happening for 1600x900 resolution?
    Last time i looked in the 1600 x 900 pics folder, it was missing a whole lot of pics. Open the 1600x900 folder, and compare those images to all the images in the 1980x1020 folder. 90% of the images in the 1980x1020 will be required to run this script in 1600x900.

    You obviously cant just copy / paste from the 1980x1020, you will need to make new images for yourself. Hopefully someone will share their pics so Chance can add them.

  6. #3801
    mynameisjon's Avatar Corporal
    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)
    Originally Posted by Angrycoder View Post
    Look in the folder your script is installed to. Look for a picture called CurrentInventory.png. Is that picture all black? If so, you may want to adjust your load time.
    Thanks for the suggestion, but I already checked that . Everything *seems* to be as it should. It only started after D.7

  7. #3802
    ralph00's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    44
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any fix with the stashing/salvaging part? Bot clicks bracers and tries to drop it and then pauses the game. Using 1920x1080 resolution. Just happened after my update.

  8. #3803
    tizme's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    chance 1366x768 only appears to be salvaging/vendoring top row of inventroy

  9. #3804
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by tizme View Post
    chance 1366x768 only appears to be salvaging/vendoring top row of inventroy
    Yes, same issue and i believe i have a fix for it.

    The pixel color of the SlotLine is different for 1366 x 768 than it is for 1980 x 1020. I actually found this out last night after several hours finding my own coords before he was able to fix the ratio conversions today.

    I couldnt find any Offset combination or line starting points, that would allow for the script to find the same pixel color as the 1980x1020 version, and i searched for a really long time ;p

    Try using
    Code:
    $SlotPixelLine = PixelSearch(Round(($slotLineTopX + $i * $offset) * $x_ratio), Round(($slotLineTopY  + $j * $offset) * $y_ratio), Round(($slotLineBotX + $i * $offset) * $x_ratio), Round(($slotLineBotY + $j * $offset) * $y_ratio), 0x312018,1)
    Instead of

    Code:
    $SlotPixelLine = PixelSearch(Round(($slotLineTopX + $i * $offset) * $x_ratio), Round(($slotLineTopY  + $j * $offset) * $y_ratio), Round(($slotLineBotX + $i * $offset) * $x_ratio), Round(($slotLineBotY + $j * $offset) * $y_ratio), 0x2C1B14,1)
    I have only done 1 sell with this new pixel color, but it sold every slot for me. I will run a few more rounds, and if all is good, then maybe chance can add in a special line for us using 1366x768.

    EDIT: Four full inventory runs later, on 2 different PCs, i can confirm this fixed all my issues 100%. It checked every cell, stashed correctly, salvaged correctly, vendored correctly.

    I did not play around with using tolerances to try and use the same pixel colors as 1980 by 1020, because looking at side by side images the pixel colors really were not close, so changing the pixel color completely solved my issues. This is only for 1366x768. I would guess 1600x900 and other resolutions would have similar issues with pixel color.
    Last edited by Angrycoder; 07-18-2012 at 04:30 AM.

  10. #3805
    Armen123's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It started to pause the bot after every salv/vendor. 1920x1080

  11. #3806
    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 Angrycoder View Post
    Yes, same issue and i believe i have a fix for it.

    The pixel color of the SlotLine is different for 1366 x 768 than it is for 1980 x 1020. I actually found this out last night after several hours finding my own coords before he was able to fix the ratio conversions today.

    I couldnt find any Offset combination or line starting points, that would allow for the script to find the same pixel color as the 1980x1020 version, and i searched for a really long time ;p

    Try using
    Code:
    $SlotPixelLine = PixelSearch(Round(($slotLineTopX + $i * $offset) * $x_ratio), Round(($slotLineTopY  + $j * $offset) * $y_ratio), Round(($slotLineBotX + $i * $offset) * $x_ratio), Round(($slotLineBotY + $j * $offset) * $y_ratio), 0x312018,1)
    Instead of

    Code:
    $SlotPixelLine = PixelSearch(Round(($slotLineTopX + $i * $offset) * $x_ratio), Round(($slotLineTopY  + $j * $offset) * $y_ratio), Round(($slotLineBotX + $i * $offset) * $x_ratio), Round(($slotLineBotY + $j * $offset) * $y_ratio), 0x2C1B14,1)
    I have only done 1 sell with this new pixel color, but it sold every slot for me. I will run a few more rounds, and if all is good, then maybe chance can add in a special line for us using 1366x768.
    This didnt work for me. Nvm it did.... but how do you get to stop selling Tome of secret and essences?
    Last edited by airfreshjoe; 07-18-2012 at 04:29 AM.

  12. #3807
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by airfreshjoe View Post
    This didnt work for me. Nvm it did.... but how do you get to stop selling Tome of secret and essences?
    1366x768 does not have all the images needed. Until you get the correct Tome and Essences images, the script wont be able to identify gems, tomes or essences. I posted most of the missing pngs for 1366 x 768 on the DH version of this script converted by LATM. Its currently on the last page or second to last page if you want to grab them.

  13. #3808
    sydeu's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my archon doesnt cancel and therefor tries to loot itself looking like a legendary or something, my runs are around 30 seconds because of this, anyone else with this problemand any solutuion?

  14. #3809
    insane0ne's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sydeu View Post
    my archon doesnt cancel and therefor tries to loot itself looking like a legendary or something, my runs are around 30 seconds because of this, anyone else with this problemand any solutuion?
    you probably took off force weapon. It's clicking the 2nd buff spot to remove Archon

  15. #3810
    Cluster's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    I dont know if this works..did it on my cell phone.

    Edit heres a link- Function TCPSend
    Do
    sleep(100)
    Until internetconnection() = 1

    Tcpstack()
    Func internetconnection()
    $ping = Ping(Google)
    If $ping >= 1 then Return 1
    EndFunc


    Sent from my DROID RAZR using Tapatalk 2
    Hey Chancity, how would I incorporate that in to the script? I am a total scripting noob and don't understand it lol, so far I have:

    Code:
    	ElseIf CheckFor("Disconnect", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Network Disconnect window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio))
    			Sleep(100)
    			Send("{SPACE}")
    			Return
    	    ElseIf CheckFor("lostconnection", "", Round(700 * $x_ratio), Round(340 * $y_ratio), Round(1200 * $x_ratio), Round(600 * $y_ratio), 1, 140) Then
    			GUICtrlSetData($lblStatus, "Status: Lost connection window up")
    			MouseClick("left", Round(960 * $x_ratio), Round(632 * $y_ratio),1)
    			Sleep(500)
    			Send($gamePassword)
    			Sleep(500)
    			Send("{ENTER}")
    			Sleep($gameStartTime)
    			Return
    		Else
    			GUICtrlSetData($lblStatus, "ERROR: Cannot find Resume button")
    			Return
    		EndIf

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