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

User Tag List

Page 217 of 298 FirstFirst ... 117167213214215216217218219220221267 ... LastLast
Results 3,241 to 3,255 of 4467
  1. #3241
    bidoof01's Avatar Member
    Reputation
    1
    Join Date
    May 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by chancity View Post
    It doesnt move the cursor because its not seeing the minmap icon. Change all your settings to low and try again

    Sent from my DROID RAZR using Tapatalk 2
    Still doesn't work, again I increased the wormhole to 5000 to test and the icon is there bright as day, yet it doesn't move the cursor over the cellar to check.

    Originally Posted by BigLootz View Post
    For those missing cellars occasionally or not clicking the cellar at all, In the upper right in the minimap is the orange door icon showing the entrance. THIS is what is being looked for to determine if the cellar spawned. The two issues that can cause a miss are

    1: Depending on system speed this can take a varying amount of time to "pop" on the minimap.

    2: Each systems graphics can be slightly different... making identification of the minimap door icon "iffy"


    To tweak your scipt to be the best it can be:

    First when you find a cellar, do a screenshot with "PrintScreen" button. Take your screen shot and crop it to just exactly around the orange door. You should end up with a tiny image of just the door. Save as PNG format, non-interlaced with the name Cellar.png and replace the one in the pics folder of the bot.

    Run the script and see if it misses any cellars.. if it still does...

    In your preferences.. increase the Wormhole sleep time by 100... this is (in milliseconds) how long the script waits for the minimap icon to pop. Run script.. Rinse and repeat until you don;t miss cellars.

    In general, increasing any of the timers by 50-100 at a time can tweak the script for your computer/latency. (Decrease if there are any spots where your character seems to pause for an inordinate amount of time)

    Keep in mind that we all still get occasional lag spikes from good ole' Blizzard. This cannot be scripted around without being detrimental to the scripts efficiency/loot per hour.

    I did both of these and best I can tell.. I NEVER miss a cellar now... except when a mob happens to spawn on top of the door and instead of clicking the cellar it clicks the mob.
    The problem I'm having is not missing the cellar, but it doesn't even attempt to check for the cellar. It would wormhole to the spot but mouse just stays left and clicks left once. My png is fine because it works perfectly using his 1.9.3 build.
    Last edited by bidoof01; 07-12-2012 at 02:43 PM.

    [Goldfarming] Dank Celler Gold and Loot [AutoIT Script] [WIZARD] [1920x1080]
  2. #3242
    trevl's Avatar Member
    Reputation
    1
    Join Date
    Feb 2007
    Posts
    63
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying to find more ways to make it more random, normalhumanplayerlike and "secure".. would like to implement some kind of automatic start without having to alt-tab and press a button, as in you can start the script before you start D3, sleeps in the background, then after a random amount of time it starts playing if it detects the main menu. In case they're monitoring/going to monitor keypresses, which would be the exact same key every time before your char starts doing stuff, one that you would not normally press. Course there is then the problem of the script "stop/pause" key, but in case you wanted to be fully secure you could grab it while it's resting in one of your pauses and quit then, etc.

    Anyone that could help me with something like this? jcunit? ^^ Half-way-there solution would kinda be setting up some simple script to run in the background, after a random amount of time it would start this script. Then you wouldn't have to tab at least.

    Edit: Right nvm, that might be the autostart function which i haven't tried and ignored earlier. Doh! At least i hope it can do that ^^
    Would of course be nice though not having to write your password anywhere.
    Last edited by trevl; 07-12-2012 at 04:21 PM.

  3. #3243
    jcunit's Avatar Knight
    Reputation
    19
    Join Date
    Jun 2012
    Posts
    220
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trevl View Post
    Trying to find more ways to make it more random, normalhumanplayerlike and "secure".. would like to implement some kind of automatic start without having to alt-tab and press a button, as in you can start the script before you start D3, sleeps in the background, then after a random amount of time it starts playing if it detects the main menu. In case they're monitoring/going to monitor keypresses, which would be the exact same key every time before your char starts doing stuff, one that you would not normally press. Course there is then the problem of the script "stop/pause" key, but in case you wanted to be fully secure you could grab it while it's resting in one of your pauses and quit then, etc.

    Anyone that could help me with something like this? jcunit? ^^ Half-way-there solution would kinda be setting up some simple script to run in the background, after a random amount of time it would start this script. Then you wouldn't have to tab at least.

    Edit: Right nvm, that might be the autostart function which i haven't tried and ignored earlier. Doh! At least i hope it can do that ^^
    Would of course be nice though not having to write your password anywhere.
    Yeah use the auto start function to start, you will have to write your password cause it wil have to login.
    Guess you could make it start later by adding a sleep in the autostart, but that won't help since then they won't notice anything when d3 isn't started up.

    If you really wanna be alt tabbed before you run,
    Add the top before it goes into anywhere in the script simply typ

    Code:
    sleep(100000)
    WinActivate("Diablo III" )
    sleep(2000)
    Call("Begin)
    To get this to work just run the script, login diablo, alt tab diablo and go to sleep. (I'd check first tho )

  4. #3244
    BigLootz's Avatar Sergeant
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bidoff01,

    It could be a resolution issue? Did you change resolutions?

    Otherwise it has to be either the icon in;t showing up in time (which you have disproved by increasing wormhole a lot)

    The PNG is not being recognized. (Take the time to eliminate this... I recreated mine and it's near 100% accurate now.)

    Or the image scan DLL's are not properly registered... though I would think there is some image searching done earlier meaning it is working.

    I really think it's the Cellar.png

  5. #3245
    ykrang'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)
    Hi, can you help me please ? The bots runs perfectly until the kill of the elit, but he doesn't take the gold and tp directly into town, and so on...

    Script and version: LAWL Script 1920x1080
    Help or request: Not taking the gold
    Desktop resolution: 1920x1080
    Diablo 3 window type: fullscrenn windowed
    Operating system (32-bit or 64-bit): 64 bit
    Manual or auto install: auto install
    Move bound to mouse3: yes
    Where are you starting the: menu of character
    Game language: English

  6. #3246
    TODRemix's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BigLootz View Post
    Or the image scan DLL's are not properly registered... though I would think there is some image searching done earlier meaning it is working.

    I really think it's the Cellar.png
    What DLLs are you refering to?

  7. #3247
    Faramire's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    36
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am using I believe 2.0.2 Lawl Script. I have low settings, no shadows, etc.

    I cannot get custom loot working.

    I put
    Key1=tome|50
    Key2=flawlesssquare2|50

    I tried |40 before.

    I tried changing the gui to Loot Custom=1 and also the .ini ...

    Not picking up any flawless squares, or tomes.

    I ended up cropping my own pics for flawless squares, and tomes, and still doesn't work.

  8. #3248
    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)
    Please if you can support 800x600 try this out. If enough people ask for it in 1920x1080 I will port it.

    800x600 Release with ilvl stashing/salvaging/vendoring. This version takes a picture of the current items you're wearing and if they're different when at the vendor the script will shut its self off so it doesn't sell any of your awesome gear. Report back with any issues, there is also a debug text document that tells you what the ilvl functions are doing.

    https://www.dropbox.com/s/sw5lp5o6cf...%20800x600.zip

  9. #3249
    KinKi's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    chancity, I want to add the "RandomPause($run)" function call on the main menu prior to clicking the "Resume Game" button. Any idea where in the code I can add that please?

  10. #3250
    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)
    Add this with all of the main variables, 1 is on and 0 is off.
    Code:
    $RandomSleep = 1
    Add this at the bottom where all the other functions are
    Code:
    Func RandomSleep() ;12.5% Chance to randomly sleep
       $LuckyNumber = Random(1,40)
       If $LuckyNumber >= 1 And $LuckyNumber <= 5 Then
    	  Sleep(Random(1500 * $LuckyNumber, 3000 * $LuckyNumber)
       EndFunc
    Hit CTRL+F and look for "GUICtrlSetData($lblRun, "Run Number: " & $run & " - Runs Per Hour: " & Round($RunsPerHour))"

    Add this above that line you found
    Code:
    If $RandomSleep = 1 Then Call("RandomSleep)

  11. #3251
    Dorado's Avatar Corporal
    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)
    why does it just keep saying edit your settings even when ive edited the dps like 15 times.

  12. #3252
    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)
    Just heard lots of people got banned today. Most of them were using IB. I guess the bannwave is still happening.

  13. #3253
    Dorado's Avatar Corporal
    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)
    Script and version:Lawl Script most recent version
    Help or request: HELP
    Desktop resolution:1920*1080 both
    Diablo 3 window type: windowed full
    Operating system (32-bit or 64-bit): 64
    Manual or auto install: auto
    Move bound to mouse3:yes
    Where are you starting the:menu
    Game language:eng

    Hey so ive finally got this working with 1920 1080 but about 15% of the time there is an open cellar he just acts as if it's closed and exits right away. working great besides this so I am really hoping i can get it to work. Great work none the less

  14. #3254
    Dorado's Avatar Corporal
    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 Dorado View Post
    Script and version:Lawl Script most recent version
    Help or request: HELP
    Desktop resolution:1920*1080 both
    Diablo 3 window type: windowed full
    Operating system (32-bit or 64-bit): 64
    Manual or auto install: auto
    Move bound to mouse3:yes
    Where are you starting the:menu
    Game language:eng

    Hey so ive finally got this working with 1920 1080 but about 15% of the time there is an open cellar he just acts as if it's closed and exits right away. working great besides this so I am really hoping i can get it to work. Great work none the less
    I take that back... just did 80 runs and only had 13% success rate. Pretty much fails every run. can anyone help with any ideas please?

  15. #3255
    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)
    1920x1080 now supports my anal loot functions! Hurry up and try it out and let me know how it goes. I added a feature to the script so that you won't have to worry about losing items. It takes a picture of your gear at the beginning of the run and checks your gears integrity before every vendor trip, if its different the bot will stop its self. Also any rare ring or ammy is stashed regardless of ilvl.

    https://www.dropbox.com/s/5jfqam6kfa...l%20Update.zip

    New Settings(Will add to the GUI tomorrow along with new update):
    Code:
    ;Anal Loot!!
    $AnalLoot = 1
    $RareSalvageiLvl = 61 ;and below to Salvage #
    $MagicSalvageiLvl = 62 ;and below to Salvage #
    $RareStashiLvl = 62 ;and above to Stash #
    $MagicStashiLvl = 63 ;and above to Stash #
    $RareVendoriLvl = 60 ;and below to Vendor #
    $MagicVendoriLvl = 60 ;and below to Vendor #
    $AnalSpeed = 50
    ;==================================================
    
    ;====DONT CHANGE=====;
    $AnalSalvage = 0 ;determines whether not theres items to salvage
    $AnalRareIdentify = 0  ;determines whether not theres a rare to identify, don't change
    $AnalVendor = 0
    ;==================================================

    Edit- Change pixelstashrare1 shade varation to 2 instead of 1.
    Last edited by chancity; 07-13-2012 at 02:17 AM.

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 12:51 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