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

User Tag List

Page 106 of 298 FirstFirst ... 656102103104105106107108109110156206 ... LastLast
Results 1,576 to 1,590 of 4467
  1. #1576
    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)
    Suggestion: make bot more with more generic and dynamic wait timers

    For Eg, Load timers ( may varry on a computer due to inconsistent internet)

    This can be done by replacing (pseudo code)

    Sleep($loadTime)

    by

    Sleep($minLoadTime)
    c=0
    Do
    _CheckForOldTristamRoad() --> Your imgsearch func
    Sleep(100)
    c++
    Until C >100 (10 secs so yo dont get stuck)



    Edit: infact, i just saw it implemented, nvm ill just increase the $seconds counter

    in fact if you dont mind, i think a switch state structure in this script would be alot better than the current standard flow.
    Last edited by KevinKoh; 06-30-2012 at 10:33 PM.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #1577
    HiFi'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)
    Originally Posted by chancity View Post
    For everyone using 1366x768 the bot has been packed with the cellar.png. I didn't have it at the time of release making it useless to you guys. Also people with cellar detection / entering problems the script is configured for my PC and its alittle on the faster side so you neeeeed to adjust these variables:

    Code:
    $cellarCheckSleep = 155
    $Load Time = 1500
    $Teleport Time = 4900
    they are very short if you're having issues increase them! I'm currently getting 500k gph with 2.0.3 so I know its working as intended. Also all the sleeps leading up to the cellar detection can cause it to succeed or fail. you need to be within range of the cellar on the map for it to succeed so if your sleeps are to short and you aren't in the correct spot when its detecting it will fail.
    I tested v2.0.3 on my laptop with 1366x768, here's my note:
    1. I modified line 65: $cellarCheckSleep = 200, that helped bot entered cellar.
    2. $Load Time, I believe you mean line 129: $loadtime = 1500.
    3. $Teleport Time, I believe you mean line 130 $tptime = 4900?
    4. Bot enters cellar, transforms to Archon, then cancels it, walks toward Sarkoth and die...

    System spec:
    i5-2410, HD3000, 1366x768, Win7 Pro, Auto Install.

  3. #1578
    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 HiFi View Post
    I tested v2.0.3 on my laptop with 1366x768, here's my note:
    1. I modified line 65: $cellarCheckSleep = 200, that helped bot entered cellar.
    2. $Load Time, I believe you mean line 129: $loadtime = 1500.
    3. $Teleport Time, I believe you mean line 130 $tptime = 4900?
    4. Bot enters cellar, transforms to Archon, then cancels it, walks toward Sarkoth and die...

    System spec:
    i5-2410, HD3000, 1366x768, Win7 Pro, Auto Install.
    He meant editing it in wzd.ini

    for 4. increase $walktime

  4. #1579
    Seahorse1's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am still having problem detecting the cellar sometimes. Around 15% of the time, even the cellar is open, my char will just teleport back to town.
    I have made 2 different png files, how do I modify my script so that it will check cellar1.png and cellar2.png. If any of those matches, it will enter cellar??

    Thanks for the help.

  5. #1580
    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 Seahorse1 View Post
    I am still having problem detecting the cellar sometimes. Around 15% of the time, even the cellar is open, my char will just teleport back to town.
    I have made 2 different png files, how do I modify my script so that it will check cellar1.png and cellar2.png. If any of those matches, it will enter cellar??

    Thanks for the help.
    Chancity's cellar.png is alittle too big, try to script only the yellow portion

  6. #1581
    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 HiFi View Post
    I tested v2.0.3 on my laptop with 1366x768, here's my note:
    1. I modified line 65: $cellarCheckSleep = 200, that helped bot entered cellar.
    2. $Load Time, I believe you mean line 129: $loadtime = 1500.
    3. $Teleport Time, I believe you mean line 130 $tptime = 4900?
    4. Bot enters cellar, transforms to Archon, then cancels it, walks toward Sarkoth and die...

    System spec:
    i5-2410, HD3000, 1366x768, Win7 Pro, Auto Install.
    I don't mean change it to that :\. You need to edit those lines. I guess its time to make this script fast and more user friendly to the slow users.

    Sent from my DROID RAZR using Tapatalk 2

  7. #1582
    Seahorse1's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KevinKoh View Post
    Chancity's cellar.png is alittle too big, try to script only the yellow portion

    Ok, I'll give that a try. Thanks!

  8. #1583
    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)
    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-boom-jpg

    248% GF

    2012-06-30 20:49:09 :
    ************************************************
    Chancity's Dank Celler

    Stats:
    Total Runtime: 0 hours, 60 minutes
    Open Cellar Avg: 17.8s - Closed Cellar Avg: 9.5s
    Total Cellars Found: 83 (46%)
    Total Cellars Not Found: 99 (54%)
    Total Deaths: 0 (0%)
    Total Repairs: 0 (0%)

    Loot:
    Legendary: 0 - Set: 0 - Rare: 0
    488K Per Hour - Accumulated Gold: 483K
    ************************************************

    One cellar miss, going to add it into the coords
    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-shot166-jpg
    Last edited by chancity; 06-30-2012 at 10:56 PM.

  9. #1584
    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)
    slower and more user friendly would be cool is the 2.0.3 ready yet?

  10. #1585
    simonak's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    chancity on your fastest script sometimes it does not kill the one on the left
    I have the same problem. 1920x1080 and 25%MS. Going to try fix this now.

    Tweaked this line and it looks fine now so far.

    Sleep(1650)
    RandMove(Round(430 * $x_ratio),Round(80 * $y_ratio), 1, 1) ;hovers over the rare Sarkoth
    Last edited by simonak; 06-30-2012 at 11:23 PM.

  11. #1586
    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)
    I mean the main script is the slower morevuser friendly version

    Sent from my DROID RAZR using Tapatalk 2

  12. #1587
    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)
    Using 2.0.3 21s, I get stuck on the wall often. It never happened as far as I know in 2.0.2.

    Also, I wish the gph would stay at this rate haha:
    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-lol-png

  13. #1588
    mase123y's Avatar Member
    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)
    Originally Posted by chancity View Post

    One cellar miss, going to add it into the coords
    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]-shot166-jpg
    That probably missed because the mob was in the way. Ive had that happen a couple times.

  14. #1589
    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)
    you may be right.the mouse pos is on the last coord in the array.

    Originally Posted by mase123y View Post
    That probably missed because the mob was in the way. Ive had that happen a couple times.

  15. #1590
    polio23's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    my computer says it disconnected from the server every 50 or so runs and this is seriously killing my profit. will adding a .png of the ok button that reconnects allow the bot to click it and continue? I do not actually log out it just says i disconnected and once i click the button all is well.

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