[Gold/Itemfarming] [AutoIt] Sarkoth Act I Dank Cellar [WD] [Stash, Sell, Repair, +++] menu

User Tag List

Page 50 of 97 FirstFirst ... 464748495051525354 ... LastLast
Results 736 to 750 of 1443
  1. #736
    Braxy's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by killadelightxx View Post
    Same here ;D but i disabled the Salvaging function and runs perfect und quicker then the old one.
    Danke dafür
    Did the same here.
    Vendoring everything.

    [Gold/Itemfarming] [AutoIt] Sarkoth Act I Dank Cellar [WD] [Stash, Sell, Repair, +++]
  2. #737
    Ghent's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm still getting the "Waiting to join game lobby" error where it constantly times out.

    I changed D3Prefs.txt and still nothing.

  3. #738
    Braxy's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ghent View Post
    I'm still getting the "Waiting to join game lobby" error where it constantly times out.

    I changed D3Prefs.txt and still nothing.
    Check again your Hardware Class.
    If its 2 or 1 edit it back to 3.

  4. #739
    zEEneXx's Avatar Knight-Captain
    Reputation
    65
    Join Date
    Jun 2012
    Posts
    432
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I had a look @ the salvaging function but i can't find any point where it just could stop.

    if somebody has the time it would be very nice to debug it.

    for that serach for the salvaging function (line 957)

    and add to various lines following (optimal: after every real code line)

    ToLog("1")
    increase the "1" for every line you put that in. then try to reproduce the error. (full your bag with blues from vendor for example)

    and then when it stops you should see numbers in the log. look up the highest number and search where you put that in the code. after that copy/paste your edited salvaging function and give me the number where it stopped. (or better upload the log.txt)

    would be nice if somebody could do that. else i have no chance to find the problem

    Originally Posted by Ghent View Post
    I'm still getting the "Waiting to join game lobby" error where it constantly times out.

    I changed D3Prefs.txt and still nothing.
    make sure you have set the correct resolution (in vmware desktop resolution) and display mode to fullscreen(windowed) also check manually the hardwareclass value in your d3prefs.txt
    Last edited by zEEneXx; 07-03-2012 at 03:41 PM.

  5. #740
    TmanD6's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    29
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is 28k buffed good enough :3?

  6. #741
    KiLL3rAs's Avatar Member
    Reputation
    4
    Join Date
    Oct 2007
    Posts
    87
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Me to Have a bug with Salvaging ... :s

  7. #742
    KiLL3rAs's Avatar Member
    Reputation
    4
    Join Date
    Oct 2007
    Posts
    87
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KiLL3rAs View Post
    Me to Have a bug with Salvaging ... :s
    I have try the 1.3 fixed and same bug .... -.-

  8. #743
    iso99's Avatar Corporal
    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)
    Originally Posted by TmanD6 View Post
    is 28k buffed good enough :3?

    yes, thats what i'm using, works fine

  9. #744
    TmanD6's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    29
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1.3d salvaging bug

    salvages magic item, then attempts to salvage the the essence, thus causing the bot to continually attempt to salvage the essence which is unsalvageable, fix pls.

  10. #745
    ZZUKNOWMEZZ'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)
    It loops between 4 and 5, 8 and 9....I will put the lines in order of code.

    If $Target = 1 Then
    For $gI = 2 To 6
    $Array = StringSplit($ImageFiles[5][$gI], "|")
    $File = $Array[1]
    $Accuracy = $Array[2]
    ToLog("4")
    $Target = _ImageSearchArea($ReqFiles & "\pics\" & $File, 1, $ISx, $ISy, $ISx + 420, $ISy + 75, 0, 0, $Accuracy)
    ToLog("5")

    Else
    For $gI = 1 To 4
    ToLog("8")
    $Array = StringSplit($ImageFiles[4][$gI], "|")
    $File = $Array[1]
    $Accuracy = $Array[2]

    $Target = _ImageSearchArea($ReqFiles & "\pics\" & $File, 1, $ISx, $ISy + 210, $ISx + 140, $ISy + 420, 0, 0, $Accuracy)
    ToLog("9")
    If $Target = 1 Then
    MouseClick("LEFT")
    MouseClick("LEFT", $SalvageButton[0], $SalvageButton[1], 1, 2)
    $Count += 1
    $Salvaged += 1
    Sleep(50 + $SalvageDelay)
    ExitLoop 2
    EndIf
    Next
    Logs show 8,9,4,5..but this is where the problem lies.....hope this helps.

  11. #746
    strobon'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)
    Originally Posted by Braxy View Post
    Hello the script is running smoothly for me except from when it tries to salvage it stops when the mouse gets over the essences.
    I am running the latest script 1.3d. This problem was not happening on the last 2 versions of the script.
    I would try to use one of the latest but because of the memory leak i didnt try it.
    yes i get the same...this is why im fallback to 1.3a. at least its run fine with 1000-2000 run until im coming from work to check out. last time im using 1.3c memory fix its standing stuck @ open cellar door.
    i thinnk teseract is the prob here

  12. #747
    juukes's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i've got all the files in place where they should be but the gold counter still does not do anything. i would get random characters in the current gold. and the other fields will show 0. i also made sure that i ran the script as administrator. any ideas on what could be wrong?

  13. #748
    xasset's Avatar Member
    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)
    Stacked at Waiting to get into the game lobby... (TimeOut 25s).

    It waits for 25 sec and then press ESC and Exit Game

    Checked D3Pref file, I have HardwareClass "4"...

    Any ideas where is the problem?
    Last edited by xasset; 07-03-2012 at 09:41 PM.

  14. #749
    Ghent's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have any tips for getting this to run on a VM?

    I'm using VMWare Fusion for my MacBook since my windows machine runs D3 incredibly poorly. I get everything setup in the VM, but when I run the script I don't see the status GUI and it acts like it's stuck in the "Waiting on game lobby" deal.

    I've made sure all the settings are correct and it runs on my windows machine, but I can't seem to get it going on a VM.

  15. #750
    kpewpew's Avatar Corporal
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Running 1.3d. It's quite good.

    Only issues are:
    1) Sometimes upon entering cellar, it stays at the entrance, declares "sarkoth dead", then runs into sarkoth room, right corner and teleports.
    2) Sometimes even though the cellar is open and visible, it declars "cellar closed" and teleports.

    I might have something wrong and will dig through these pages here. If I should go back and read, just tell me I'm an idiot. I have already tried adding some padding to the lag timers.

Page 50 of 97 FirstFirst ... 464748495051525354 ... LastLast

Similar Threads

  1. Replies: 440
    Last Post: 10-31-2012, 11:00 AM
  2. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  3. Replies: 5
    Last Post: 08-02-2012, 02:48 AM
  4. Replies: 6
    Last Post: 07-24-2012, 12:18 PM
  5. [AutoIt] How to enter Dank Cellar without moving a real mouse over it?
    By psychoangler in forum Diablo 3 Bots and Programs
    Replies: 3
    Last Post: 07-12-2012, 04:59 AM
All times are GMT -5. The time now is 08:22 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