[Goldfarming] Dank Cellar Gold and Loot [AutoIT Script] [WIZARD] [800x600] menu

User Tag List

Page 3 of 30 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 441
  1. #31
    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)
    Manage Loot=12


    Also for anyone else, remember you can join my ventrilo or PM me teamviewer info and I will gladly help you. Just remember to donate me some gold when you become rich
    Last edited by chancity; 07-06-2012 at 10:39 PM.

    [Goldfarming] Dank Cellar Gold and Loot [AutoIT Script] [WIZARD] [800x600]
  2. #32
    kMainRet's Avatar Sergeant
    Reputation
    4
    Join Date
    Jul 2012
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hahah sry if this is a stupid question. This is 800x600 fullscreenwindowmode right?

  3. #33
    Phexed's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks I don't know how that 12 got in there... It's set at 1 now. Now it goes to vendor and stash every single run. What do I have to change so it only does its vendor/stash run when bag is full?

    Thanks for all the help.

  4. #34
    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)
    Yes, working on windowed right now....

    Originally Posted by kMainRet View Post
    hahah sry if this is a stupid question. This is 800x600 fullscreenwindowmode right?

  5. #35
    kMainRet's Avatar Sergeant
    Reputation
    4
    Join Date
    Jul 2012
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i cant seem to get it to work. It is in Fullscreen Windowmode, 800x600. Set my skills. and it keep saying edit my settings? help pls.

  6. #36
    wat6678's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have you edited your DPS yet?

  7. #37
    D3XT3R's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    please help me guys!

    almost everytime i enter the cellar it wont walk to the door. it just do the archon at the stairs. so i never get gold. how to fix this??
    Last edited by D3XT3R; 07-07-2012 at 10:12 AM.

  8. #38
    botimo's Avatar Master Sergeant
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    114
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you guys know how the lower resolution impacts on the cpu performance?
    Is it a big difference in cpu usage?
    Got a amd 4x3.2 amd can run 2 diablos.
    wondering if i could run 3 with this.
    thanks

  9. #39
    5hn1t3r11's Avatar Member
    Reputation
    1
    Join Date
    Sep 2006
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OH MY GOD. CHANCITY. I FINALLY GOT IT WORKING PERFECTLY! <3 Thanks! Just a couple little questions I have:

    1) Should my "Game Location" look like this (which it is currently set to)
    Game Location=C:\Program Files (x86)\Diablo III\Diablo III.exe
    or like this
    Game Location=C:\Program Files (x86)\Diablo III\
    or like this
    Game Location=C:\Program Files (x86)\Diablo III
    [last one has no slash at end]

    2) The auto log in thing isn't working fully correctly for me. When I come back, it seems to have words typed into the password textbox, but it definitely seems too long to be my password. I don't have any symbols, literally LETTERS and NUMBERS. Should I change anything?
    Last edited by 5hn1t3r11; 07-07-2012 at 09:57 AM.

  10. #40
    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)
    Added Stash tab switching if one of your tabs gets full it'll switch tabs, after all are full stashing is turned off. Going to add a function to check if your inventory is full next, that means no more manage loot!
    Code:
     Func CheckFullStash()
    If _ImageSearchArea($pngLoc &  "FullStash.png", 1, Round(320 * $x_ratio),Round(72 * $y_ratio), Round(376 * $y_ratio),Round(88 * $x_ratio), $gX, $gY, 140) Then
       If $StashSelectedTab < 2 Then
    	  $StashSelectedTab += 1
       ElseIf $StashSelectedTab = 2 Then
    	  $StashLoot = 0
    	  Return 0
       EndIf
    Do 
    Sleep(100)
       Until Not _ImageSearchArea($pngLoc &  "FullStash.png", 1, Round(320 * $x_ratio),Round(72 * $y_ratio), Round(376 * $y_ratio),Round(88 * $x_ratio), $gX, $gY, 140)
    MouseClick("left", Round($StashTabs[$StashSelectedTab][0] * $x_ratio) ,Round($StashTabs[$StashSelectedTab][1] * $x_ratio), 1, 4)
    EndIf
     Return 1
       EndFunc

  11. #41
    cma's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Every nice script.

    i have got a error says:

    Line 7 (File "C:\users............):

    #include<SimpleTesseractColor.au3>

    Error: Error opening the file.

    i then comment out line 7

    after that, the return gold function error, i have to comment out that function too.

    the script function, however, it seems that the archon miss the door so i didn't shot inside.

    is there a way that you can edit the script?

  12. #42
    imbalot's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where do i get the bot

  13. #43
    nomaC's Avatar Private
    Reputation
    2
    Join Date
    May 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey first of all thanks for the awesome script. Works great!

    One question - mine isn't picking up any tomes of secrets. This has been set in the ini file by default: Key2=Tome|40

    Any reason why it's not picking them up?

  14. #44
    nylon1's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, i can't seem to make it work.. having trouble with line 7 tessaract cannot open file. do you mind posting a step-by-step instruction guide for newbs like me? much appreciated, thank you.

  15. #45
    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)
    I just added dynamic stashing/vendoring though, now when your inventory is full the bot while detect it and go back to stash/vendor.

    Originally Posted by nomaC View Post
    Hey first of all thanks for the awesome script. Works great!

    One question - mine isn't picking up any tomes of secrets. This has been set in the ini file by default: Key2=Tome|40

    Any reason why it's not picking them up?
    You may need to make your own png for the items you want to loot.

    Originally Posted by nylon1 View Post
    hi, i can't seem to make it work.. having trouble with line 7 tessaract cannot open file. do you mind posting a step-by-step instruction guide for newbs like me? much appreciated, thank you.
    Do you have simpletesseractcolor.au3 in your autoit include folder?

Page 3 of 30 FirstFirst 1234567 ... LastLast

Similar Threads

  1. Replies: 4466
    Last Post: 05-07-2013, 07:39 AM
  2. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  3. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
  4. Replies: 164
    Last Post: 07-01-2012, 02:37 PM
  5. Replies: 52
    Last Post: 07-01-2012, 11:01 AM
All times are GMT -5. The time now is 12:27 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