[Goldfarming] Sarkoth Gold, Loot, Stash [AutoIT Script] [WIZARD] [1600x900 Windowed] menu

User Tag List

Page 7 of 11 FirstFirst ... 34567891011 LastLast
Results 91 to 105 of 165
  1. #91
    s0ulja's Avatar Banned
    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)
    Originally Posted by acewhoace View Post
    I've updated it using notAres' new script. I used 1.8c since it seemed most reliable. It picks up gems but doesn't stash. It doesn't vendor the last two rows of your bag. So I put some gems in those two rows so that they store there and don't get vendored (Shimizoki's idea). Rares/Legendaries get stashed on Tabs 2 & 3 so those should be purchased. Been running flawless for the last 6 hours, 698 runs. Now uses imagesearch so follow notAres' instructions for installation.

    http://www.ownedcore.com/forums/diab...1920x1080.html ([Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080])

    Attachment 8340

    [AutoIt] source - Pastebin.com
    I've used this script, but it wont seem to start, ive changed the png path, I get a little stat window when running this script. but pressing = and nothing happens. the previous versions seem to work

    [Goldfarming] Sarkoth Gold, Loot, Stash [AutoIT Script] [WIZARD] [1600x900 Windowed]
  2. #92
    lloth360's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have got the script running almost perfectly, thank you! However, I have one observation...

    On line 498 of the latest version you will see this code:

    Code:
            Sleep(Random(1000, 1500)
    This crashes the script every time it tries to stash stuff. This is because you never close the first bracket (I know you know this (author), but maybe not everybody else does), so it thinks the rest of the function is in that bracket. Simple fix, add another close bracket at the end.

    Code:
            Sleep(Random(1000, 1500))
    The only thing that isn't working properly is the tomes. I'm not sure if it's stashing them or vendoring them, I need to look a bit closer at it.

    Overall though, the best script I've seen yet!

  3. #93
    Llyth'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)
    Hey,

    First of all thanks for this script, it works better than other i've seen.

    lloth360 is right : tomes are sold (blue items detection i guess).
    Is it normal that square ruby are not picked by the script ?

    @lloth360 : would you please check your privates messages.

    Thank you so much.

    EDIT :

    Found in the script lines for the problem with tomes of secrets :

    Lines 77/78:

    Code:
    $StashTomes = False
    $StashGems = False
    Set to true if you want them to store them in stash after number of runs you set in line 68 :

    Code:
    $mLoot = 5
    5 is the number of run set as default.

    And if you don't want them to be store, but keep in your bag as the author does :

    Line 84:

    Code:
    $VendorMagic = True
    Change "True" to "False", place 3 tomes of secrets as in [Goldfarming] Sarkoth Gold, Loot, Stash [AutoIT Script] [WIZARD] [1600x900 Windowed]-inv-setup-png.
    Last edited by Llyth; 06-21-2012 at 06:21 AM.

  4. #94
    TelloX's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vangsta View Post
    The script finally is able to run without an error. The only problem is it gets stuck in the main menu screen and does not click resume game. any ideas?
    I have the same problem, it run w/o any problems, but after it leaves the game it wont resume again, anyone have a fix for this problem? no bot if it wont loop

  5. #95
    Llyth'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)
    Did you take this script : [AutoIt] source - Pastebin.com ?

    This script uses Imagesearch, did you correctly put location of pngs ? Is your client in English ?

  6. #96
    TelloX's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Llyth View Post
    Did you take this script : [AutoIt] source - Pastebin.com ?

    This script uses Imagesearch, did you correctly put location of pngs ? Is your client in English ?
    Yes, my client are in english, i'v tryed the script you posted now, and the cursor are not moving at all. the pgns are in the right place and i have changed the location in the script.
    i'v been using [AutoIt] lootstash - Pastebin.com without any problems exept that it wont resume the game for me.

  7. #97
    Abracadabraaa'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)
    Hello i get an error , at status it sey

    Status: Cannot find Resume button


    What can i do?

  8. #98
    Llyth'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)
    Did you put correct png folder path?
    Also is your game in english, and res 1600x900 windowed?

  9. #99
    TGSEM's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Llyth View Post
    Did you take this script : [AutoIt] source - Pastebin.com ?

    This script uses Imagesearch, did you correctly put location of pngs ? Is your client in English ?
    Isn't that script for DH?

    and has anyone come up with a script for disconnections yet?

  10. #100
    Llyth'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)
    It's a script for wizard, modified from DH one.

  11. #101
    Abracadabraaa'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)
    Originally Posted by Llyth View Post
    Did you put correct png folder path?
    Also is your game in english, and res 1600x900 windowed?
    yes i puit the correct png folder with " \ " at the end.

    the game is in english the res is 1600x900.

    I just start the game go to the quest go the the checkpoint town portal , leave the game enter , start the script , press no to the update , pres = , waith 10-20 sec and the at the status it sey Cannot find Resume button.

    What can i do?

  12. #102
    Moialors's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Llyth View Post
    It's a script for wizard, modified from DH one.
    (sry for bad english)

    Quick question :
    So we have to take this one : [AutoIt] source - Pastebin.com
    replace completely the one in the zip we ddl at the begining.
    Modif the speed move and the way to .PNG
    and that the only think we have to do?

  13. #103
    Llyth'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)
    @Abracadabraaa :

    - Please DL : http://bit.ly/LD2bBO
    - In this you'll find a "tesseract ocr" setup, install it,
    - Then put "tesseract.au3" in your AutoIT install folder, in the folder named "Include" (you'll find AutoIT install folder in programfiles). This is a program for image search. When you'll launch script again, it will ask you to update to 1.9, press no, and then in char screen menu press "=" to start script, profit.

    @Moialors :

    - DL Botfiles :
    - Place DLLs in System32
    - Modify your script with the lastest one
    - Make sure you have Tesseract OCR (if not, check my first answer to Abracadabraaa
    - Name a folder "pics" where all 1600x900 pngs are.
    - Modify latest script with your movement speed and "pics" folder path (don't forget "\" at end)
    - Start game with good location, back to char menu, launch script, press "=".

    If you have any problem, you should inbox me and we'll discuss by another way, i'll you faster like that.

  14. #104
    Abracadabraaa'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)
    I can't send you private because : "Llyth has exceeded their stored private messages quota and cannot accept further messages until they clear some space."

    I have the same problem , on first time it teleported to town , leaved the game and then in my menue it sey error area not found - dekan cellar , area not found - old ruins and area not found net tristram and now cannot find resume button again...

    xxxxxxx is mai Yahoo Messenger id can you help me?
    Add me and we will talk there.
    Last edited by Abracadabraaa; 06-22-2012 at 07:30 AM.

  15. #105
    Llyth'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)
    Do you have skype?

Page 7 of 11 FirstFirst ... 34567891011 LastLast

Similar Threads

  1. Replies: 4466
    Last Post: 05-07-2013, 07:39 AM
  2. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  3. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  4. Replies: 749
    Last Post: 07-26-2012, 11:14 AM
  5. Replies: 52
    Last Post: 07-01-2012, 11:01 AM
All times are GMT -5. The time now is 06:06 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search