[Goldfarming] [Barbarian] BlackSack's Sarkoth Script 360GPH [AutoIT] [1920x1080] menu

User Tag List

Page 45 of 53 FirstFirst ... 414243444546474849 ... LastLast
Results 661 to 675 of 793
  1. #661
    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 TMichael View Post
    Hey Black,

    Love your script - I've been using and editing an older version for some time.

    Regarding this:



    I just put a timer into my script to avoid that issue. Add the following after the initial Leap:
    That is an elegant solution you could make it even better by removing the need for the loop like this;

    If TimerDiff($starttime) < 10000 Then
    GUICtrlSetData($lblStatus, "Status: Waiting for Leap")
    sleep(10000-TimerDiff($starttime)+50)
    EndIf
    I just wanted to point out to people that trying to shorten the run to the cellar wont make your runs any shorter, even if you use this suggestion here you will still wait exactly 10s from the first leap so no point shortening the path unless you die on the pauses
    Last edited by BlackSack; 07-05-2012 at 09:53 AM.

    [Goldfarming] [Barbarian] BlackSack's Sarkoth Script 360GPH [AutoIT] [1920x1080]
  2. #662
    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 raakall View Post


    That has to be bugged !.
    Yea occasionally the OCR will miss and read 0 gold.. you could try increasing the delay at line 513

  3. #663
    ikki9394's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Black, thanks so much for your script.

    I've come to some probs here where it SOMETIMES pick up the normal drops(in white or grey); also the indicator shows that it pick up some legendaries but was not found in inventory or storage.
    Could it have recognise the normal loot as legendaries?

    I did not change the original script much regarding lootings except for changing the gem loot to "false".

    Cheers

  4. #664
    TMichael's Avatar Knight-Lieutenant
    Reputation
    29
    Join Date
    Jul 2012
    Posts
    346
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BlackSack View Post
    That is an elegant solution you could make it even better by removing the need for the loop like this;
    I like it! Even more elegant... time to tweak the code again.

    I just wanted to point out to people that trying to shorten the run to the cellar wont make your runs any shorter, even if you use this suggestion here you will still wait exactly 10s from the first leap so no point shortening the path unless you die on the pauses
    I hear you. In my case, the script is filled with random sleep ranges (my successful runs have a built in time variance of up to 4 seconds, excluding the occasional 3 to 7 second sleep after combat), and about 1% to 2% of the time my barb attempted the Leap too early. It's a nice safeguard.
    Last edited by TMichael; 07-05-2012 at 10:03 AM.

  5. #665
    bgscarface's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    after fixing the code a bit and restarting my computer, i got it to work.
    I have a question though: Is there any reason to stack MF on the character, i actually needed an item bot, but I thought the gold bot would work the same way... am I just unlucky or is the rare drop rate ot sarkoth that little?

  6. #666
    titaned's Avatar Member
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I watched a legendary got sold to a vendor on version X

    First it identified it, then ran to salvage some other stuff, then ran to vendor and sold it.

    Here are some variables i thought might be important.

    126: $LootLegendaries = True;

    158: $StashLegendary = True;True if you want to store Legendary items in the stash

    Under Traditional Settings
    168: $VendorLoot = True ;True if you want to vendor anything
    169: $vendorAll = True ;True if you want to right click all items when talking to vendor

    176: $UseiLVL = True ;set true or false to enable the iLVL system THIS OVERRIDES ALL "TRADITIONAL" SETTINGS

    I'm running 1920 x 1080. It hasn't done that on any previous version. The item looked like voodoo helm with 300 armor.

  7. #667
    TMichael's Avatar Knight-Lieutenant
    Reputation
    29
    Join Date
    Jul 2012
    Posts
    346
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by titaned View Post
    I watched a legendary got sold to a vendor on version X

    First it identified it, then ran to salvage some other stuff, then ran to vendor and sold it.

    Here are some variables i thought might be important.

    126: $LootLegendaries = True;

    158: $StashLegendary = True;True if you want to store Legendary items in the stash

    Under Traditional Settings
    168: $VendorLoot = True ;True if you want to vendor anything
    169: $vendorAll = True ;True if you want to right click all items when talking to vendor
    ...
    Since the bot can make mistakes, it's probably a good idea to either:

    A) Don't identify anything, which means Rares and better can never be sold, or
    B) Change lines 168/169 to False, probably leaving a few strays in your bags from time to time

  8. #668
    owned727's Avatar Member
    Reputation
    1
    Join Date
    Sep 2009
    Posts
    109
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ikki9394 View Post
    Hi Black, thanks so much for your script.

    I've come to some probs here where it SOMETIMES pick up the normal drops(in white or grey); also the indicator shows that it pick up some legendaries but was not found in inventory or storage.
    Could it have recognise the normal loot as legendaries?

    I did not change the original script much regarding lootings except for changing the gem loot to "false".

    Cheers
    Please read the thread. This has been asked about 200x. The legendaries are false positives from the lanterns and/or your aura on your merc

  9. #669
    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)
    Or just dont use the iLVL stuff, which I have told many people throughout this thread, is very buggy and also anything under "Traditional settings" is irrelevant when iLVL is activated that's why it says THIS OVERRIDES ALL "TRADITIONAL" SETTINGS in caps...

  10. #670
    aquanow's Avatar Corporal
    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 BlackSack View Post
    Or just dont use the iLVL stuff, which I have told many people throughout this thread, is very buggy and also anything under "Traditional settings" is irrelevant when iLVL is activated that's why it says THIS OVERRIDES ALL "TRADITIONAL" SETTINGS in caps...
    Does this mean that when using iLvL that legendaries are not stashed? How are legendaries treated when using iLvL?

  11. #671
    ikki9394's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by owned727 View Post
    Please read the thread. This has been asked about 200x. The legendaries are false positives from the lanterns and/or your aura on your merc
    Yeah i've switch my templar skill to inspire instead of guardian.
    So the indicator is actually not accurate right? Will it vendor legendaries or set items anyways?

    I set stash legendaries and set loots.

    I put iLvl to false so it should run according to traditional settings.

    Please advise if I am right.

    Cheers

  12. #672
    LATM's Avatar Contributor
    Reputation
    189
    Join Date
    Jun 2012
    Posts
    457
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    edit@checkpm
    Last edited by LATM; 07-05-2012 at 12:03 PM.

  13. #673
    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)
    Get on vent bitch, you too black sack. cali7.nationvoice.com 3883


    Ilvl checking..a better way. https://www.dropbox.com/s/8exf8mh8fiu1g0q/ilvl.wmv

    The slower times are because im pressing a hotkey.

    Originally Posted by LATM View Post
    BlackSack, I just finished porting the script to Demonhunter with a bunch of pathing & attack improvements.

    Will you help me test it out? One of your multis is a DH right? PM me plz.
    Last edited by chancity; 07-05-2012 at 11:13 AM.

  14. #674
    gegegeg's Avatar Private
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone help me out with this issue? would greatly appreciate it.

    Originally Posted by gegegeg View Post
    I have an issue which is a bit hard to describe. I was using tofuartists original script, and it was working great besides quite a few deaths. I switched over to BlackSacks because of the additional options and speed. However, this is the second night in a row where I leave it running, and in the morning I only have 400k for the entire 8-9 hours. The barb has 40k repairs (max) because he spawns at the checkpoint, but simply sits there.

    The logs are kind of strange (for the second night in a row). I was awake for the first ~40-60 min of it running and it was perfectly fine with no glitches. The logs show a nice stream of successful runs. However, they started to get very scarce with the runtimes showing at like 4 or 10 seconds, with an odd successful run every ~20-30 failed ones. Then its jsust a constant stream of "last runtime 4 second" for 7 hours.

    As I said, when I wake up the barb just stands in the spawn point until he teleports after a long time or after he dies.

    The screenshots dont provide anything useful. They just take screenshots of when the cellar is closed during the non-problematic period (between runs 24-120), and then randomly there are 4 screenshots at the end of a "naked" barbarian in the main menu at run 600 and 800. That means that the barbarian has died 5+ times and has lost all durability by that time.

    any thoughts on what I can provide to make this easier to explain or on what the problem could be?

    All of my resolutions are fine. Every key is binded like it should be. I modified some of the numbers so it doesnt teleport too early before sarkoth dies (with my 12k DPS), but left everything else unchanged.

    Code:
    05/07/2012 02:08:50: Gold: 7990570, Gold Delt: 3865, Items: 1, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:08:52: Last Runtime: 36.87 seconds.
    05/07/2012 02:09:09: enhanced fail
    05/07/2012 02:09:09: No Cellar
    05/07/2012 02:09:18: Last Runtime: 16.78 seconds.
    05/07/2012 02:09:34: Cellar Found at: 2
    05/07/2012 02:09:36: Cellar - Found position 1076, 259
    05/07/2012 02:10:04: Gold: 7995137, Gold Delt: 4567, Items: 1, Gems: 0, Books: 2, Potions: 0, GoldPick: 0
    05/07/2012 02:10:05: Last Runtime: 38.83 seconds.
    05/07/2012 02:10:22: Cellar Found at: 2
    05/07/2012 02:10:24: Cellar - Found position 1080, 267
    05/07/2012 02:10:48: Gold: 7999789, Gold Delt: 4652, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:10:50: Last Runtime: 35.36 seconds.
    05/07/2012 02:11:07: enhanced fail
    05/07/2012 02:11:07: No Cellar
    05/07/2012 02:11:16: Last Runtime: 16.81 seconds.
    05/07/2012 02:11:33: enhanced fail
    05/07/2012 02:11:33: No Cellar
    05/07/2012 02:11:35: Last Runtime: 10.34 seconds.
    05/07/2012 02:12:01: enhanced fail
    05/07/2012 02:12:01: No Cellar
    05/07/2012 02:12:10: Last Runtime: 16.6 seconds.
    05/07/2012 02:12:27: enhanced fail
    05/07/2012 02:12:27: No Cellar
    05/07/2012 02:12:36: Last Runtime: 16.61 seconds.
    05/07/2012 02:12:53: Cellar Found at: 2
    05/07/2012 02:12:55: Cellar - Found position 1083, 270
    05/07/2012 02:13:19: Gold: 8003969, Gold Delt: 4180, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:13:21: Last Runtime: 35.31 seconds.
    05/07/2012 02:13:34: Last Runtime: 4.43 seconds.
    05/07/2012 02:14:01: Cellar Found at: 2
    05/07/2012 02:14:03: Cellar - Found position 1091, 276
    05/07/2012 02:14:27: Gold: 8010466, Gold Delt: 6497, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:14:29: Last Runtime: 35.73 seconds.
    05/07/2012 02:14:46: Cellar Found at: 2
    05/07/2012 02:14:48: Cellar - Found position 1091, 275
    05/07/2012 02:15:12: Gold: 8022196, Gold Delt: 11730, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:15:13: Last Runtime: 35.9 seconds.
    05/07/2012 02:15:31: Cellar Found at: 2
    05/07/2012 02:15:33: Cellar - Found position 1090, 277
    05/07/2012 02:15:58: Gold: 8026235, Gold Delt: 4039, Items: 1, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:15:59: Last Runtime: 36.54 seconds.
    05/07/2012 02:16:17: Cellar Found at: 2
    05/07/2012 02:16:19: Cellar - Found position 1090, 276
    05/07/2012 02:16:42: Gold: 8031859, Gold Delt: 5624, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:16:44: Last Runtime: 35.12 seconds.
    05/07/2012 02:17:01: Cellar Found at: 2
    05/07/2012 02:17:03: Cellar - Found position 1088, 275
    05/07/2012 02:17:26: Gold: 8040342, Gold Delt: 8483, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:17:28: Last Runtime: 35.13 seconds.
    05/07/2012 02:17:44: Cellar Found at: 2
    05/07/2012 02:17:46: Cellar - Found position 1084, 268
    05/07/2012 02:18:12: Gold: 8046667, Gold Delt: 6325, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:18:14: Last Runtime: 36.52 seconds.
    05/07/2012 02:18:31: Cellar Found at: 2
    05/07/2012 02:18:33: Cellar - Found position 1068, 263
    05/07/2012 02:18:58: Gold: 8050343, Gold Delt: 3676, Items: 1, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:18:59: Last Runtime: 36.47 seconds.
    05/07/2012 02:19:17: Cellar Found at: 2
    05/07/2012 02:19:19: Cellar - Found position 1080, 269
    05/07/2012 02:19:42: Gold: 8053028, Gold Delt: 2685, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:19:52: Stashed Items: 0
    05/07/2012 02:20:11: Sold Items: 30, Sold value: 12897
    05/07/2012 02:20:13: Repair Cost: 3959
    05/07/2012 02:20:13: Last Runtime: 64.63 seconds.
    05/07/2012 02:20:30: enhanced fail
    05/07/2012 02:20:30: No Cellar
    05/07/2012 02:20:39: Last Runtime: 16.83 seconds.
    05/07/2012 02:20:53: Last Runtime: 4.38 seconds.
    05/07/2012 02:21:19: enhanced fail
    05/07/2012 02:21:19: No Cellar
    05/07/2012 02:21:22: Last Runtime: 11.07 seconds.
    05/07/2012 02:21:49: enhanced fail
    05/07/2012 02:21:49: No Cellar
    05/07/2012 02:21:58: Last Runtime: 16.76 seconds.
    05/07/2012 02:22:15: enhanced fail
    05/07/2012 02:22:15: No Cellar
    05/07/2012 02:22:18: Last Runtime: 11.06 seconds.
    05/07/2012 02:22:45: enhanced fail
    05/07/2012 02:22:45: No Cellar
    05/07/2012 02:22:49: Last Runtime: 11.98 seconds.
    05/07/2012 02:23:12: Last Runtime: 4.4 seconds.
    05/07/2012 02:23:38: Cellar Found at: 2
    05/07/2012 02:23:40: Cellar - Found position 1080, 267
    05/07/2012 02:24:05: Gold: 8066777, Gold Delt: 4811, Items: 1, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:24:06: Last Runtime: 36.08 seconds.
    05/07/2012 02:24:23: enhanced fail
    05/07/2012 02:24:23: No Cellar
    05/07/2012 02:24:33: Last Runtime: 16.86 seconds.
    05/07/2012 02:24:46: Last Runtime: 4.38 seconds.
    05/07/2012 02:25:09: Last Runtime: 4.49 seconds.
    05/07/2012 02:25:36: enhanced fail
    05/07/2012 02:25:36: No Cellar
    05/07/2012 02:25:45: Last Runtime: 16.9 seconds.
    05/07/2012 02:26:02: Cellar Found at: 2
    05/07/2012 02:26:04: Cellar - Found position 1074, 263
    05/07/2012 02:26:28: Gold: 8068399, Gold Delt: 1622, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:26:29: Last Runtime: 34.57 seconds.
    05/07/2012 02:26:43: Last Runtime: 4.49 seconds.
    05/07/2012 02:27:09: Cellar Found at: 2
    05/07/2012 02:27:11: Cellar - Found position 1094, 273
    05/07/2012 02:27:35: Gold: 8072341, Gold Delt: 3942, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:27:36: Last Runtime: 35.06 seconds.
    05/07/2012 02:27:56: Last Runtime: 9.98 seconds.
    05/07/2012 02:28:10: Last Runtime: 4.42 seconds.
    05/07/2012 02:28:38: Last Runtime: 10.04 seconds.
    05/07/2012 02:28:56: enhanced fail
    05/07/2012 02:28:56: No Cellar
    05/07/2012 02:29:05: Last Runtime: 17.02 seconds.
    05/07/2012 02:29:19: Last Runtime: 4.42 seconds.
    05/07/2012 02:29:42: Last Runtime: 4.44 seconds.
    05/07/2012 02:30:05: Last Runtime: 4.43 seconds.
    05/07/2012 02:30:33: Last Runtime: 10.08 seconds.
    05/07/2012 02:30:53: Last Runtime: 10.01 seconds.
    05/07/2012 02:31:13: Last Runtime: 10.13 seconds.
    05/07/2012 02:31:32: Last Runtime: 10.08 seconds.
    05/07/2012 02:31:47: Last Runtime: 4.44 seconds.
    05/07/2012 02:32:10: Last Runtime: 4.45 seconds.
    05/07/2012 02:32:39: Last Runtime: 10 seconds.
    05/07/2012 02:32:53: Last Runtime: 4.51 seconds.
    05/07/2012 02:33:20: Cellar Found at: 2
    05/07/2012 02:33:22: Cellar - Found position 1088, 275
    05/07/2012 02:33:47: Gold: 8077961, Gold Delt: 5620, Items: 0, Gems: 0, Books: 0, Potions: 0, GoldPick: 0
    05/07/2012 02:33:48: Last Runtime: 36.57 seconds.
    05/07/2012 02:34:02: Last Runtime: 4.41 seconds.
    05/07/2012 02:34:26: Last Runtime: 4.41 seconds.
    05/07/2012 02:34:49: Last Runtime: 4.46 seconds.
    05/07/2012 02:35:12: Last Runtime: 4.55 seconds.
    05/07/2012 02:35:39: enhanced fail
    05/07/2012 02:35:39: No Cellar
    05/07/2012 02:35:48: Last Runtime: 16.97 seconds.
    05/07/2012 02:36:08: Last Runtime: 10.03 seconds.
    05/07/2012 02:36:22: Last Runtime: 4.39 seconds.
    05/07/2012 02:36:45: Last Runtime: 4.43 seconds.
    05/07/2012 02:37:08: Last Runtime: 4.43 seconds.
    05/07/2012 02:37:31: Last Runtime: 4.51 seconds.
    05/07/2012 02:37:55: Last Runtime: 4.49 seconds.
    05/07/2012 02:38:18: Last Runtime: 4.43 seconds.
    05/07/2012 02:38:41: Last Runtime: 4.38 seconds.
    05/07/2012 02:39:04: Last Runtime: 4.44 seconds.
    05/07/2012 02:39:33: Last Runtime: 10.01 seconds.
    05/07/2012 02:39:47: Last Runtime: 4.56 seconds.
    05/07/2012 02:40:11: Last Runtime: 4.54 seconds.
    05/07/2012 02:40:34: Last Runtime: 4.53 seconds.
    05/07/2012 02:40:57: Last Runtime: 4.46 seconds.
    05/07/2012 02:41:20: Last Runtime: 4.48 seconds.
    05/07/2012 02:41:44: Last Runtime: 4.38 seconds.
    05/07/2012 02:42:07: Last Runtime: 4.53 seconds.
    05/07/2012 02:42:31: Last Runtime: 4.4 seconds.
    05/07/2012 02:42:54: Last Runtime: 4.44 seconds.
    05/07/2012 02:43:17: Last Runtime: 4.4 seconds.
    05/07/2012 02:43:41: Last Runtime: 4.39 seconds.
    05/07/2012 02:44:04: Last Runtime: 4.4 seconds.
    05/07/2012 02:44:28: Last Runtime: 4.52 seconds.
    05/07/2012 02:44:51: Last Runtime: 4.48 seconds.
    05/07/2012 02:45:15: Last Runtime: 4.47 seconds.
    05/07/2012 02:45:38: Last Runtime: 4.49 seconds.
    05/07/2012 02:46:02: Last Runtime: 4.38 seconds.
    05/07/2012 02:46:25: Last Runtime: 4.49 seconds.
    05/07/2012 02:46:48: Last Runtime: 4.54 seconds.
    05/07/2012 02:47:12: Last Runtime: 4.44 seconds.
    05/07/2012 02:47:35: Last Runtime: 4.4 seconds.
    05/07/2012 02:47:59: Last Runtime: 4.41 seconds.
    05/07/2012 02:48:23: Last Runtime: 4.41 seconds.
    05/07/2012 02:48:46: Last Runtime: 4.52 seconds.
    05/07/2012 02:49:10: Last Runtime: 4.47 seconds.
    05/07/2012 02:49:33: Last Runtime: 4.46 seconds.
    05/07/2012 02:49:57: Last Runtime: 4.39 seconds.
    05/07/2012 02:50:20: Last Runtime: 4.42 seconds.
    05/07/2012 02:50:44: Last Runtime: 4.43 seconds.
    05/07/2012 02:51:08: Last Runtime: 4.58 seconds.
    05/07/2012 02:51:31: Last Runtime: 4.45 seconds.
    05/07/2012 02:51:55: Last Runtime: 4.39 seconds.
    05/07/2012 02:52:18: Last Runtime: 4.48 seconds.
    05/07/2012 02:52:42: Last Runtime: 4.38 seconds.
    05/07/2012 02:53:06: Last Runtime: 4.46 seconds.
    05/07/2012 02:53:29: Last Runtime: 4.48 seconds.
    05/07/2012 02:53:53: Last Runtime: 4.39 seconds.
    EDIT: I added the problematic period within the log
    here is the full log with a screenshot. I installed the bot 2 nights ago so you should be able to see the two periods where it failed.

    Log: Download log.txt from Sendspace.com - send big files the easy way
    Screen: Download NoCell_617.tif from Sendspace.com - send big files the easy way

  15. #675
    w00tx's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LATM View Post
    BlackSack, I just finished porting the script to Demonhunter with a bunch of pathing & attack improvements.

    Will you help me test it out? One of your multis is a DH right? PM me plz.

    are you gonna be sharing it? :confused:

Page 45 of 53 FirstFirst ... 414243444546474849 ... LastLast

Similar Threads

  1. Replies: 763
    Last Post: 11-09-2013, 08:51 AM
  2. Replies: 564
    Last Post: 07-27-2012, 07:49 AM
  3. Replies: 195
    Last Post: 07-25-2012, 11:28 PM
  4. Replies: 65
    Last Post: 06-11-2012, 11:07 AM
  5. Replies: 207
    Last Post: 06-11-2012, 10:50 AM
All times are GMT -5. The time now is 03:01 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