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

User Tag List

Page 46 of 300 FirstFirst ... 42434445464748495096146 ... LastLast
Results 676 to 690 of 4489
  1. #676
    Sempra'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)
    Hey guys ! first off i just want to say what a great code. everything runs so smooth and it pains me that this one thing is not working for me.
    I cannot run the bot for more than 20-30 min. because every time i die, and it proceeds to logout. When it gets to the menu its gets STUCK IN THE MENU. It clicks on ure char and is stuck in profile or Customize Banner window. It cant get out again.

    Is there a fix to this ?

    Im running it in 1280x720 16:9 (I realize that this is not the optomized resolution) But EVERYTHING else is working flawless for me. it finds the cellar and everything. Can anyone help?

    Or am i the only one with this problem ?

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]
  2. #677
    MonsterMMORPG's Avatar Active Member
    Reputation
    71
    Join Date
    Jun 2012
    Posts
    461
    Thanks G/R
    44/48
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the script seems like working awesome

    thank you
    Last edited by MonsterMMORPG; 06-10-2012 at 08:06 AM.

  3. #678
    goofinator's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rvbfreak View Post
    YES! This is what we need. Thanks for the contribution, I'll post the matte images of the vowels in a minute and when I wake up tomorrow do some work on the detection script.

    Edit: Thanks to Stealth187, we've got e, i, o, and u from a legendary item. I'll start coding tomorrow, but if you want to give it a shot, heres the matted out images:
    Attachment 7930Attachment 7931Attachment 7932Attachment 7933
    and the original is in the quote.
    Now that i made about 2mil last night in gold, i think i'll buy a legendary with all of the vowels. I'll do up all of the rare vowels as well.

    And thanks notAres for cleaning up the code, but you really need to include the altdown/altup, the item names are disappearing before the script has a chance to pick them up.

  4. #679
    goofinator's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MonsterMMORPG View Post
    I think it is not properly hitting alt button before start scanning

    can you fix that ?
    Code:
    Func pickItems()
    Send("{ALTDOWN}")
    Send("{ALTUP}")
    $currentArrayItem = 0
    For $gI = 0 to ($totalItems - 1)
    $urlString = $directory & $pick[$gI]
    $Target = _ImageSearchArea($urlString,1,0,0,Round(1920*$x_ratio),Round(1080*$y_ratio),$gX,$gY,100)
    While $i <= 10
       If $Target Then
    	  MouseClick("left", $gX, $gY)
    	  Sleep(Random(1000,1200))
    	  MouseMove(1,1) ;Reset cursor position, it doesn't need to hover
    	  $Target = _ImageSearchArea($urlString,1,0,0,Round(1920*$x_ratio),Round(1080*$y_ratio),$gX,$gY,100)
    	  Sleep(100)
    	  $i+= 1
       Else
    	  ExitLoop
       EndIf
    WEnd
    Next
    EndFunc
    try inserting the altdown/up there
    Code:
    Func CheckLoot()
    Send("{ALTDOWN}")
    Send("{ALTUP}")
    Sleep(Random(500,2000))
    $SetLoot = PixelSearch(Round(400*$x_ratio), 0, Round(1900*$x_ratio), Round(900*$y_ratio), 0x02CE01, 2) ; set loot
    If Not @error Then
       MouseClick ('left', $SetLoot[0], $SetLoot[1])
       Sleep(Random(1000,1200))
       MouseMove(1,1) ;Reset cursor position, it doesn't need to hover
       $i+= 1
       If $i <= 6 Then
    	  Call("CheckLoot")
       EndIf
    EndIf
    $LegendaryLoot= PixelSearch(Round(400*$x_ratio), 0, Round(1900*$x_ratio), Round(900*$y_ratio), 0xBF642F, 2) ; legendary loot
    If Not @error Then
       MouseClick ('left', $LegendaryLoot[0], $LegendaryLoot[1])
       Sleep(Random(1000,1200))
       MouseMove(1,1) ;Reset cursor position, it doesn't need to hover
       $i+= 1
       If $i <= 6 Then
    	  Call("CheckLoot")
       EndIf
    EndIf
    If $LootRares Then
       $RareLoot = PixelSearch(Round(400*$x_ratio), 0, Round(1900*$x_ratio), Round(900*$y_ratio), 0xBBBB00, 2) ; rare loot (darker for compatibility)
       If Not @error Then
    	  MouseClick ('left', $RareLoot[0], $RareLoot[1])
    	  Sleep(Random(1000,1200))
    	  MouseMove(1,1) ;Reset cursor position, it doesn't need to hover
    	  $i+= 1
    	  If $i <= 6 Then
    		 Call("CheckLoot")
    	  EndIf
       EndIf
    EndIf
    If $LootGems Then
       Call("pickItems")
    EndIf
    EndFunc
    also there

  5. #680
    PlsHelpMe's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MonsterMMORPG View Post
    going to try 1.3b . i hope it does work good
    i also want to try it out but i couldnt find enought infos about this image loot system. Do i have to install another program, for the loot check using images, or only autoit with the new script?

  6. #681
    Hodari's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have this looting stuff besides gems and tomes?

  7. #682
    goofinator's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hodari View Post
    Does anyone have this looting stuff besides gems and tomes?
    it should loot legendary's/set items and rares

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-untitled-png

    and rvbfreaks, there is all of the vowels

  8. #683
    oliverbj'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)
    I am having an issue with this script.. Whenever it enters the cellar, it tries to click in the right corner (in order to stand in the door opening) - although the click in the right corner is not "registered".

    Anyone having this issue? And anyone knows how to fix it...?

    Here is my code:

    MouseClick("middle",Round(110*$x_ratio),Round(1000*$y_ratio)) ;moves to doorway leading to rare inside cellar

  9. #684
    Hodari's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I havent been able to get it to loot anything besides gold. Not complaining though. Making back what I got scammed for. lol

  10. #685
    Sempra'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)
    A fix for this ? i keep getting stuck in the main menu. in the Profile menu.

    Im running it in 1280x720 16:9

  11. #686
    darkjoy's Avatar Member
    Reputation
    2
    Join Date
    May 2012
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by goofinator View Post
    And thanks notAres for cleaning up the code, but you really need to include the altdown/altup, the item names are disappearing before the script has a chance to pick them up.
    Where is notAres code that includes the imagesearch? I don't see any 1.3b anywhere in this thread... am I blind?

  12. #687
    goofinator's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darkjoy View Post
    Where is notAres code that includes the imagesearch? I don't see any 1.3b anywhere in this thread... am I blind?
    [AutoIt] Sarkoth farm script 1.3b - Pastebin.com

    he just keeps updating his old one

  13. #688
    huntpot's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi quick help please but I'm getting this error
    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-capture-jpg

    Oh and in return, I'll post a screenshot of my legendary weapon.
    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-capture1-jpg
    Last edited by huntpot; 06-10-2012 at 09:02 AM.

  14. #689
    aminios's Avatar Member
    Reputation
    16
    Join Date
    Jun 2012
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it doesn't work for me :|

  15. #690
    goofinator's Avatar Member
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All of the legendary and rare vowels,i'll buy some set armor pieces after you get these done up and i'll post them here

    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-legendarya-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-legendarye-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-legendaryi-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-legendaryo-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-legendaryu-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-legendaryy-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-rarea-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-raree-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-rarei-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-rareo-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-rareu-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-rarey-png

    here are the images for tomes and gems
    [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-tome-png [Goldfarming] notAres' Sarkoth DH Gold Script [AutoIT Script] [1920x1080]-uare-png

    and the link to my post with set item vowels, won't let me upload more then 15 items per post
    Set Item Vowels
    Last edited by goofinator; 06-10-2012 at 09:49 AM. Reason: add more images

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 06:43 PM. 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