[Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080] menu

User Tag List

Page 21 of 55 FirstFirst ... 171819202122232425 ... LastLast
Results 301 to 315 of 820
  1. #301
    Gepik's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice Script. Work Fine with Barb. With 160GF and 60MF +- 200k GPH

    Thx
    +rep (when i will can )

    [Goldfarming] [HYBRID] BlackSack's Script [AutoIT] [1920x1080]
  2. #302
    Gepik's Avatar Corporal
    Reputation
    7
    Join Date
    Jul 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Add : Barb lvl60 Inferno, 9,4k DPS 30kHP

  3. #303
    wonbat's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't know what am I doing wrong, but when I start the script he just TP to town and leave game
    Status show: Old Ruins detected ----> then he opens inventory and Status is changed to returning to town
    And it do it over and over again

    SOLVED
    Last edited by wonbat; 07-09-2012 at 04:21 PM.

  4. #304
    tekister's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlackSack View Post
    This was done to shorten the running distance and take less time, maybe i will make the old path optional
    Sweet! Thanks for making it so versatile.

  5. #305
    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)
    @BlackSack

    Can you give me a little info on
    Code:
    FFSnapShot(1593 * $x_ratio, 62 * $y_ratio, 1880 * $x_ratio, 350 * $y_ratio, 0)
    Since i am trying to port this to a 16:10 resolution, and dont have a 1920x1080 to view where these coords are actually searching, can you tell me where this is looking?
    If i had to guess, i would say its the minimap, looking for any orange color to pop up (cellar icon). Is this just searching the entire minimap area?

    Also
    Code:
    FFAddExcludedArea(1824 * $x_ratio, 80 * $y_ratio, 1912 * $x_ratio, 353 * $y_ratio)
    Can you give me a rough estimate on what you are excluding? The above almost looks like it could be coords for the minimap section.

  6. #306
    Fermiparado's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wonbat View Post
    I don't know what am I doing wrong, but when I start the script he just TP to town and leave game
    Status show: Old Ruins detected ----> then he opens inventory and Status is changed to returning to town
    And it do it over and over again

    SOLVED

    What did you do to solve this? I am having the same problem.

  7. #307
    Punkte's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlackSack View Post
    increase game start time from 9000ms,

    as for the iLVL stashing code i didnt write that so when S|ck releases a fix ill add it
    Hey, I'm looking for the code your talking about.. Only thing I see in there is this...
    Code:
    Func GameAutostart()
    	If ProcessExists($gameExecutable) = 0 Then
    		;GUICtrlSetData($lblStatus, "Status: Starting Game Client")
    		Run($gameDiabloIIILoc & $gameExecutable & " -launch")
    		Sleep($gameStartTime)
    		WinActivate("Diablo III")
    		Sleep(500)
    		Send($gamePassword)
    		Sleep(500)
    		Send("{ENTER}")
    		Sleep($gameStartTime)
    		$size = WinGetClientSize("[CLASS:D3 Main Window Class]")
    The problem I have is that it doesn't recognize the Launcher nor press play...

    Where would I input 9000ms?

    Originally Posted by nvmax View Post
    if your running this on vmware, then install vmware tools ...
    I'm not running it with vmware. Just on my normal desktop...

    Thanks, for the responses guys.. This is one of the only problems I have with an otherwise flawless script.

  8. #308
    cokecoke's Avatar Member
    Reputation
    4
    Join Date
    Jun 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlackSack View Post
    This was done to shorten the running distance and take less time, maybe i will make the old path optional
    Thanks it would be awesome !
    I tried to do it but I suck too much ~~

  9. #309
    BlackSack's Avatar Knight-Lieutenant
    Reputation
    56
    Join Date
    Jun 2012
    Posts
    343
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    @BlackSack

    Can you give me a little info on
    Code:
    FFSnapShot(1593 * $x_ratio, 62 * $y_ratio, 1880 * $x_ratio, 350 * $y_ratio, 0)
    Since i am trying to port this to a 16:10 resolution, and dont have a 1920x1080 to view where these coords are actually searching, can you tell me where this is looking?
    If i had to guess, i would say its the minimap, looking for any orange color to pop up (cellar icon). Is this just searching the entire minimap area?

    Also
    Code:
    FFAddExcludedArea(1824 * $x_ratio, 80 * $y_ratio, 1912 * $x_ratio, 353 * $y_ratio)
    Can you give me a rough estimate on what you are excluding? The above almost looks like it could be coords for the minimap section.


    Looks like you dont even need the line that excludes that region

  10. #310
    thefrobel's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    Jul 2012
    Posts
    99
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Script (Vers D) seems to be working great. thnx @sylph027
    Watched it run for about 8 runs to make sure selling/salvaging went correctly. Had one run where things hit me to ~45% on the way into the Cellar.
    When I jumped into the sarkoth pack, popped abilities and then got killed by dudes. Script kept trying to loot the stuff while I was dead, until loot names disappeared, then it just sat there.

    There any way to incorporate another script and have this script check your health and pop a potion (if below 75% health) before you engage (leap for barb) into the Sarkoth fight?
    And then additionally, pick up mythic health pots w/ other loot (maybe on a 1:1 use to pick up ratio)
    I'm not very good at coding but I'm assuming it would require:
    1. (depending on how you can get the #'s) determining what % your life is at
    2. drinking a health pot if below 75%, increase UsedPotCounter() by 1
    3. loot mythic healing pots until UsedPotCounter() = 0 during the loot p/u phase.
    4. Profit

    IDK if that's something that's already available or easily doable... Thnx for info to either.

  11. #311
    BlackSack's Avatar Knight-Lieutenant
    Reputation
    56
    Join Date
    Jun 2012
    Posts
    343
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Punkte View Post
    Hey, I'm looking for the code your talking about.. Only thing I see in there is this...
    Code:
    Func GameAutostart()
    	If ProcessExists($gameExecutable) = 0 Then
    		;GUICtrlSetData($lblStatus, "Status: Starting Game Client")
    		Run($gameDiabloIIILoc & $gameExecutable & " -launch")
    		Sleep($gameStartTime)
    		WinActivate("Diablo III")
    		Sleep(500)
    		Send($gamePassword)
    		Sleep(500)
    		Send("{ENTER}")
    		Sleep($gameStartTime)
    		$size = WinGetClientSize("[CLASS:D3 Main Window Class]")
    The problem I have is that it doesn't recognize the Launcher nor press play...

    Where would I input 9000ms?



    I'm not running it with vmware. Just on my normal desktop...

    Thanks, for the responses guys.. This is one of the only problems I have with an otherwise flawless script.
    It doesnt open the launcher it should skip it and open the game directly the $gameStartTime is defined at the top and is 9000 by default. but it seems this was not the problem, i expect you have entered the $gameExecutable as the launcher and not the actual executable

  12. #312
    BlackSack's Avatar Knight-Lieutenant
    Reputation
    56
    Join Date
    Jun 2012
    Posts
    343
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thefrobel View Post
    Script (Vers D) seems to be working great. thnx @sylph027
    Watched it run for about 8 runs to make sure selling/salvaging went correctly. Had one run where things hit me to ~45% on the way into the Cellar.
    When I jumped into the sarkoth pack, popped abilities and then got killed by dudes. Script kept trying to loot the stuff while I was dead, until loot names disappeared, then it just sat there.

    There any way to incorporate another script and have this script check your health and pop a potion (if below 75% health) before you engage (leap for barb) into the Sarkoth fight?
    And then additionally, pick up mythic health pots w/ other loot (maybe on a 1:1 use to pick up ratio)
    I'm not very good at coding but I'm assuming it would require:
    1. (depending on how you can get the #'s) determining what % your life is at
    2. drinking a health pot if below 75%, increase UsedPotCounter() by 1
    3. loot mythic healing pots until UsedPotCounter() = 0 during the loot p/u phase.
    4. Profit

    IDK if that's something that's already available or easily doable... Thnx for info to either.
    Or you could build more HP.. with 30K i never die with the barb. Potion drops are very rare but you can enable it in the custom loot section, image already provided

  13. #313
    thefrobel's Avatar Member CoreCoins Purchaser
    Reputation
    8
    Join Date
    Jul 2012
    Posts
    99
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlackSack View Post
    Or you could build more HP.. with 30K i never die with the barb. Potion drops are very rare but you can enable it in the custom loot section, image already provided
    I have 29.7K HP...

  14. #314
    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 BlackSack View Post
    Looks like you dont even need the line that excludes that region
    Very helpful, thanks a ton for going out of your way with a screenshot!
    Last edited by Angrycoder; 07-09-2012 at 05:37 PM.

  15. #315
    Loki Cola's Avatar Contributor
    Reputation
    134
    Join Date
    Sep 2008
    Posts
    97
    Thanks G/R
    1/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by wonbat View Post
    I don't know what am I doing wrong, but when I start the script he just TP to town and leave game
    Status show: Old Ruins detected ----> then he opens inventory and Status is changed to returning to town
    And it do it over and over again

    SOLVED
    I'd love to know how you solved this. I can't seem to fix this problem no matter what I try.

    EDIT: I figured it out. I'm an idiot and listed my class as "Demon Hunter" rather than "Hunter". Working like a charm now.
    Last edited by Loki Cola; 07-09-2012 at 06:34 PM.

Page 21 of 55 FirstFirst ... 171819202122232425 ... LastLast

Similar Threads

  1. Replies: 792
    Last Post: 09-07-2012, 10:22 AM
  2. Replies: 4488
    Last Post: 09-01-2012, 03:52 AM
  3. Replies: 564
    Last Post: 07-27-2012, 07:49 AM
  4. Auto IT Goldfarming] Sarkoth DH Gold Script [AutoIT Script] [1260x720 (Widescreen)
    By rowland55 in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-07-2012, 01:02 PM
  5. Replies: 30
    Last Post: 06-23-2012, 06:03 AM
All times are GMT -5. The time now is 12:57 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