[Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot menu

User Tag List

Page 90 of 123 FirstFirst ... 40868788899091929394 ... LastLast
Results 1,336 to 1,350 of 1843
  1. #1336
    vizinhanca's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, can you help me to fix this?

    Everything with the bot runs smoothly, except for one thing:

    http://i45.tinypic.com/2j5xmq.jpg

    Edit:

    This happens sometimes when the script kills all the mobs, even before finish looting, instead of teleporting, the script does the procedure to leave the game, then the screen appears for selecting missions and he tries to make the procedure for leave the game again. Then it happens...
    Last edited by vizinhanca; 06-23-2012 at 10:48 AM.

    [Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot
  2. #1337
    noladrew320's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vizinhanca View Post
    Hey guys, can you help me to fix this?

    Everything with the bot runs smoothly, except for one thing:

    http://i45.tinypic.com/2j5xmq.jpg
    Seems as if your resolution may be off and it's hitting Exit Diablo 3 instead of Leave Game. If that's the case, you can use the AutoIT Window Info tool and look at this coding:

    ;1920x1080
    $Leave[0][0] = 969
    $Leave[0][1] = 582

    Which should be lines 158-160. Use the mouse tool set to window in the options drop down. Compare those coordinates with what you get on your game. Drag the "Finder Tool" to the Leave Game button and make sure its hitting the right button. That's my best advice, may be something different, but it would be my first thought when troubleshooting that problem.

    Actually, disregard most of that I think. It seems as if you're script is activating the Leave() function while you're on the Resume Game screen, which would prompt you to exit instead. I don't know what to advise for this problem, but I will look through the coding for a few and see if I can maybe figure out what's going on. Can you provide any more info though? Are you running at the given resolution? Have you changed anything in the script which may be causing the improper function calling? Anything else that may be helpful in figuring this out.
    Last edited by noladrew320; 06-23-2012 at 10:48 AM.

  3. #1338
    nille83's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Now its all the same again. Count down to 0 and then nothing.

  4. #1339
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noladrew320 View Post
    Yes, I've edited this script a good bit to support vendoring and repairing. I still have some bugs to work out though after last night. I had two errors through out the night that terminated the script. I need to figure out how to return to the game menu and restart instead of terminating, which first off is not very efficient anyway. For example:
    if $i == 1 Then
    MsgBox(4096, "Error Resuming Game", "You don't seem to be in the lobby. Did you properly configure the bot? Bot will now exit", 50)
    Terminate()
    EndIf
    That if_then statement should be set up to return either to the game and to the resume screen or straight to the resume screen. Not, "OMG WRONG WINDOW, SELF DESTRUCT!". Let's make this more efficient and have seamless functionality for this script. If you're able to provide some insight here, please feel free. I'm NOT super familiar with the syntax for AutoIT so I'm a bit behind the curve for doing things myself.

    On a side note, even with the two errors, which I have no idea how long the error boxes were up before I woke up and noticed, I still made 200k GPH with zero deaths. As this doesn't have "stashing" support, I do have 8 yellow items in my bags that it couldn't vendor so GL for usable items after identifying.
    Well, the MsgBox stuff is an obsolete model. Since v0.6 it is abandoned completely you may want to check the newest script.

  5. #1340
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nille83 View Post
    Now its all the same again. Count down to 0 and then nothing.
    wired... I try to replicate the situation and found that this happens only when the count down reaches less than 1 sec and the leave game button is pressed again. This should be a corner case... Does v0.5 work well for you?

  6. #1341
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vizinhanca View Post
    Hey guys, can you help me to fix this?

    Everything with the bot runs smoothly, except for one thing:

    http://i45.tinypic.com/2j5xmq.jpg

    Edit:

    This happens sometimes when the script kills all the mobs, even before finish looting, instead of teleporting, the script does the procedure to leave the game, then the screen appears for selecting missions and he tries to make the procedure for leave the game again. Then it happens...
    I just updated the v0.6 script, but I don't know if it fixes the problem.

  7. #1342
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nille83 View Post
    Now its all the same again. Count down to 0 and then nothing.
    You can try the one I just updated and see if it still happens

  8. #1343
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by noladrew320 View Post
    Seems as if your resolution may be off and it's hitting Exit Diablo 3 instead of Leave Game. If that's the case, you can use the AutoIT Window Info tool and look at this coding:

    ;1920x1080
    $Leave[0][0] = 969
    $Leave[0][1] = 582

    Which should be lines 158-160. Use the mouse tool set to window in the options drop down. Compare those coordinates with what you get on your game. Drag the "Finder Tool" to the Leave Game button and make sure its hitting the right button. That's my best advice, may be something different, but it would be my first thought when troubleshooting that problem.

    Actually, disregard most of that I think. It seems as if you're script is activating the Leave() function while you're on the Resume Game screen, which would prompt you to exit instead. I don't know what to advise for this problem, but I will look through the coding for a few and see if I can maybe figure out what's going on. Can you provide any more info though? Are you running at the given resolution? Have you changed anything in the script which may be causing the improper function calling? Anything else that may be helpful in figuring this out.
    Emm it's not a res problem The exit D3 button in the lobby has the same location as the leave game button in game.

  9. #1344
    santa666's Avatar Sergeant
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit:
    Nvm, took 0.7 beta and replaced wall of zombies with gargutuan, working like i want it
    Last edited by santa666; 06-23-2012 at 05:53 PM.

  10. #1345
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by santa666 View Post
    Edit:
    Nvm, took 0.7 beta and replaced wall of zombies with gargutuan, working like i want it
    Emm, actually currently 0.6 is newer than 0.7 dev cuz I branched 0.7 dev from an older version of 0.6, and later made some bug fixes in 0.6 again orz

  11. #1346
    baldbrah's Avatar Master Sergeant
    Reputation
    1
    Join Date
    May 2012
    Posts
    117
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sorry, haven't been keeping up wtih this thread. do we have salvage items yet?

  12. #1347
    LokiMadness's Avatar Corporal
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm... Im must have done something basic error.

    Just installed AutoIT, downloaded and done the fast editing of the script, run as admin.

    Starts the script, Starts d3, F2, It takes control over the mouse, moves it to resume the game, and starts at the correct "Checkpoint" but after that nothing happens.
    Mouse3 = Move... yes....
    Running 800*600 fullscreen
    Using v 0,6 and done the following settings in the script.
    "$R = 1 ; Leave this as 0 if you are using 1080P. Change it to 1 if you're using 800 x 600"
    "$pngLoc[0] = "C:\Wolfbane\pics\1920x1080\" ; Location of the .PNGs (NO SUBFOLDERS - ALL PNGS GO HERE)"
    and placed the DLL files in the right folder.

    Its 4:43 in the morning in sweden atm. I prob just missed some really basic thing.
    Anyone got some basic idea what error or what thing I have forgotten to change ?

    Just bash / point me in the right direction and Ill be happy.
    If you need more info, to solve the issue, as long as u dont ask for nude pictures, I can prob answer most questions ;O)

    Edit....
    I just looked over the shit again. And realized that the 0.6 version does not have a 800*600 dedicated "pic" folder with images. Is that the problem ?
    Last edited by LokiMadness; 06-23-2012 at 09:49 PM.

  13. #1348
    Sunman2's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey , bots work great but with the new 0.6 version
    after 1-2 hours of botting the bot stopping to work [ but the script not crashing ] its just get out from the "fullwindowscreen " of diablo 3 to the background and not working

  14. #1349
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by baldbrah View Post
    sorry, haven't been keeping up wtih this thread. do we have salvage items yet?
    not yet... but is on schedule and is not hard to implement

  15. #1350
    andygongyb's Avatar Knight-Champion
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    473
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LokiMadness View Post
    Hmm... Im must have done something basic error.

    Just installed AutoIT, downloaded and done the fast editing of the script, run as admin.

    Starts the script, Starts d3, F2, It takes control over the mouse, moves it to resume the game, and starts at the correct "Checkpoint" but after that nothing happens.
    Mouse3 = Move... yes....
    Running 800*600 fullscreen
    Using v 0,6 and done the following settings in the script.
    "$R = 1 ; Leave this as 0 if you are using 1080P. Change it to 1 if you're using 800 x 600"
    "$pngLoc[0] = "C:\Wolfbane\pics\1920x1080\" ; Location of the .PNGs (NO SUBFOLDERS - ALL PNGS GO HERE)"
    and placed the DLL files in the right folder.

    Its 4:43 in the morning in sweden atm. I prob just missed some really basic thing.
    Anyone got some basic idea what error or what thing I have forgotten to change ?

    Just bash / point me in the right direction and Ill be happy.
    If you need more info, to solve the issue, as long as u dont ask for nude pictures, I can prob answer most questions ;O)

    Edit....
    I just looked over the shit again. And realized that the 0.6 version does not have a 800*600 dedicated "pic" folder with images. Is that the problem ?
    Yea that's because v0.4 is the latest version to support 800x600...

Similar Threads

  1. [Goldfarming] [Witch Doctor] [AutoIT] ACT 1 Cellar Farming Bot
    By avatar88343 in forum Diablo 3 Bots and Programs
    Replies: 310
    Last Post: 06-11-2012, 11:05 AM
  2. [AutoIT] Act 2 Goblin farming ( Barb)
    By meta23 in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 06-10-2012, 11:13 PM
  3. Sarkoth Gold Farm for Witch Doctor?
    By lostsk8r in forum Diablo 3 Bots Questions & Requests
    Replies: 1
    Last Post: 06-09-2012, 02:02 PM
  4. Witch Doctor Act 4 Inferno Farm WALKTHROUGH
    By misterchen in forum Diablo 3 Guides
    Replies: 1
    Last Post: 05-29-2012, 10:35 PM
All times are GMT -5. The time now is 04:06 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