[Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080] menu

User Tag List

Page 54 of 300 FirstFirst ... 4505152535455565758104154 ... LastLast
Results 796 to 810 of 4489
  1. #796
    un4given2's Avatar Corporal
    Reputation
    10
    Join Date
    May 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rvbfreak View Post
    I think it would be best for another array for tolerance to fine tune it. I've been looking around for how to write 2d arrays but they're practically non-existant in AutoIt. Do you know any workaround?
    e.g.
    $pick[0,0] = "uare.png" ;filename
    $pick[0,1] = 100 ;tolerance
    $pick[1,0] = "tome.png"
    etc
    You can initialize 2D arrays like this:
    $Array[0][0]="one-two"

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #797
    hockeyplayah's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone tell me why there is a random one second delay associated with this command?

    MouseClick("middle", 1, Round(370*$y_ratio)) ;waits ~1 second then [waypoint 2]

    Every time without fail this 1 second delay gets me killed and I cannot find a way to remove it. I've tried changing the delays on both sides of the command to no effect. Can someone help me out?

  3. #798
    Ignorance's Avatar Member
    Reputation
    63
    Join Date
    Sep 2007
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm... still wont pick up Square gems but it just picked up a legendary. Interesting... I'm puzzled.

  4. #799
    cybersrs's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello guys!
    Where do I find the pngs?

  5. #800
    tantrim1's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cybersrs View Post
    Hello guys!
    Where do I find the pngs?
    page 46 i believe

  6. #801
    AzEKnightz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cybersrs View Post
    Hello guys!
    Where do I find the pngs?
    http://www.ownedcore.com/forums/diab...0x1080-48.html

    page 48 =]

    -AzEKnightz

  7. #802
    armyy's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ccdssv View Post
    you can find an version on my test script for looting: #Region ;**** Directives created by AutoIt3Wrapper_GUI **** #AutoIt3Wrapper_Out - Pastebin.com for me is 100% working with that settings;
    i start it with letter ' , ' and it keeps debugging it selfs, forever, what shall i do ?

  8. #803
    ccdssv's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by armyy View Post
    i start it with letter ' , ' and it keeps debugging it selfs, forever, what shall i do ?
    You can end the script run by pressing "x", or u asking how to us-it? just drop different items from your inventory and see if the script identify them correctly if not adjust the "tolerance" value.

    Note: if the script go crazy in moving without picking noting, means that one of your tolerance values is to big.
    Last edited by ccdssv; 06-10-2012 at 05:44 PM.

  9. #804
    un4given2's Avatar Corporal
    Reputation
    10
    Join Date
    May 2012
    Posts
    30
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its really nice seeing progress of you guys here. Specially with find out about ImageSearch function. (Thought i am not really pleased with its functionality and currently doing some research on shades of variation to see if I can get better results with it before I start to use it in my script)
    Anyway, I am here because I need some help!!!
    It's been awhile since I have started to use an alternate method to detect existence of cellar using its icon on the minimap (my code [AutoIt] ASS(Autoit Sarkoth Script) ver 1.2.4 - Pastebin.com
    Also I made a new navigation method to get to cellar by trying to calculate approximate position of cellar by measuring its distance from player in the minimap and multiply it by a ratio which I assumed is scale of minimap to the game window. But unfortunately because of 3D geometry of the game the relation between these two can not be ,simply, calculated by multiplication of a scale by (x,y). I believe the relation between this two should be atleast order of 1.
    one solution is to calculate exact equation between (x,y) of target location in the minimap and its counter part in the game.
    another solution is to calculate approximate position and trying to correct it repeatedly.
    I wonder if someone here can help me to develop this method further. There are two advantage of this method:
    1- it can be used to get in cellar dungeon by finding its location in the minimap and it is not resolution dependent.
    2- It can be used to get in any dungeon other than this one as far as you get its icon in the minimap.
    Before I try to push my script(s) into new level, I need to solve above problem and also find a better way of using imagesearch function so it gives more accurate results with bigger bitmaps.
    I appreciate any help which you might consider useful to above mentioned problems

  10. #805
    meta23's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does it work with 16:9 res?

  11. #806
    and1mixtape's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Dec 2011
    Posts
    75
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    working with 1680*1050?

  12. #807
    kuehlschrank's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey i have a problem, everytime i run the script, it just walk a few yards to the west, and then stops at the wall (or fence or w/e), and loggs out, even if the cellar is open. does anyone know how to fix it?

  13. #808
    cybersrs's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is another problem now...

    http://img831.imageshack.us/img831/6823/erroruk.png
    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-erroruk-png

    the script

    $directory = "D:\appz\AutoIt\ImageSearchFiles\" ; CHANGE THIS! Point it to the directory with the imagesearch pngs
    $totalItems = 20 ; This needs to match the number of pngs you are loading
    Global $pick[$totalItems]
    $pick[0] = "legendaryA.png"
    $pick[1] = "legendaryE.png"
    $pick[2] = "legendaryI.png"
    $pick[3] = "legendaryO.png"
    $pick[4] = "legendaryU.png"
    $pick[5] = "legendaryY.png"
    $pick[6] = "rareA.png"
    $pick[7] = "rareE.png"
    $pick[8] = "rareI.png"
    $pick[9] = "rareO.png"
    $pick[10] = "rareU.png"
    $pick[11] = "rareY.png"
    $pick[12] = "setA.png"
    $pick[13] = "setE.png"
    $pick[14] = "setI.png"
    $pick[15] = "setO.png"
    $pick[16] = "setU.png"
    $pick[17] = "setY.png"
    $pick[18] = "tome.png"
    $pick[19] = "uare.png"

    The $directory is correct

  14. #809
    asuRob's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think my other post got buried. This has to do with some weird quirks around windows 7 + x64 and Autoit. Specifically code acts different on x64 systems. To get around this error you need to use the 64-bit dll and modify a few lines of code in the ImageSearch file. Take a look at my post on page 52.

    Originally Posted by cybersrs View Post
    There is another problem now...

    http://img831.imageshack.us/img831/6823/erroruk.png
    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-erroruk-png

    the script

    $directory = "D:\appz\AutoIt\ImageSearchFiles\" ; CHANGE THIS! Point it to the directory with the imagesearch pngs
    $totalItems = 20 ; This needs to match the number of pngs you are loading
    Global $pick[$totalItems]
    $pick[0] = "legendaryA.png"
    $pick[1] = "legendaryE.png"
    $pick[2] = "legendaryI.png"
    $pick[3] = "legendaryO.png"
    $pick[4] = "legendaryU.png"
    $pick[5] = "legendaryY.png"
    $pick[6] = "rareA.png"
    $pick[7] = "rareE.png"
    $pick[8] = "rareI.png"
    $pick[9] = "rareO.png"
    $pick[10] = "rareU.png"
    $pick[11] = "rareY.png"
    $pick[12] = "setA.png"
    $pick[13] = "setE.png"
    $pick[14] = "setI.png"
    $pick[15] = "setO.png"
    $pick[16] = "setU.png"
    $pick[17] = "setY.png"
    $pick[18] = "tome.png"
    $pick[19] = "uare.png"

    The $directory is correct

  15. #810
    exit2212's Avatar Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    47
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It give me a bug on line 19

    #include <ImageSearch.au3>

Similar Threads

  1. Replies: 17
    Last Post: 12-14-2012, 07:21 PM
  2. Replies: 108
    Last Post: 07-03-2012, 02:39 PM
  3. Auto IT Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By Peterk426 in forum Diablo 3 Bots Questions & Requests
    Replies: 5
    Last Post: 07-02-2012, 03:05 PM
  4. Replies: 5
    Last Post: 06-19-2012, 01:36 PM
  5. [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
    By notAres in forum Diablo 3 Bots and Programs
    Replies: 1118
    Last Post: 06-11-2012, 10:32 AM
All times are GMT -5. The time now is 04:07 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