Battlefields T6 Chest Run Bot menu

User Tag List

Page 9 of 24 FirstFirst ... 5678910111213 ... LastLast
Results 121 to 135 of 349
  1. #121
    JohnMatrix's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Re: Blues / Rares

    I run barb with Templar @ 1920 x 1080 and don't have problems with blues or rares. ~8 hour runs while sleeping.

    I've changed the LootGold function to walk down, then up like this:

    Code:
    Func LootGold()
    	MouseMove(960, 700)
    	Send("{W DOWN}")
    	Sleep(Random(100, 150, 1))
    	Send("{W UP}")
    	Sleep(Random(700, 800, 1))
    	MouseMove(850, 390)
    	Send("{W DOWN}")
    	Sleep(Random(100, 150, 1))
    	Send("{W UP}")
    	Sleep(Random(1000, 1500, 1))
    EndFunc
    Maybe the extra moves ensure all potions are looted before other loot routines.

    Battlefields T6 Chest Run Bot
  2. #122
    munkki666's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @johnmatrix

    THX for sharing code, going to try it myself IF this would fix my babas proplems.

    As im not programmer and can understand very little amount from code, i must ask can i just copy paste your code over the existing lootgold function?

  3. #123
    GG-Bots's Avatar Sergeant
    Reputation
    17
    Join Date
    Apr 2014
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by munkki666 View Post
    @johnmatrix

    THX for sharing code, going to try it myself IF this would fix my babas proplems.

    As im not programmer and can understand very little amount from code, i must ask can i just copy paste your code over the existing lootgold function?
    I never made a LootGold() function. But you can take the contents of that fuction and place it at the top of the Loot() function

    Code:
    MouseMove(960, 700)
    	Send("{W DOWN}")
    	Sleep(Random(100, 150, 1))
    	Send("{W UP}")
    	Sleep(Random(700, 800, 1))
    	MouseMove(850, 390)
    	Send("{W DOWN}")
    	Sleep(Random(100, 150, 1))
    	Send("{W UP}")
    	Sleep(Random(1000, 1500, 1))

  4. #124
    roydecember's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have a problem when it resume game.
    As there is a delay when I go to back to the homepage, sometime the mouse cant click the 'resume game' correctly.
    How can I give a delay between exit game and resume game?

  5. #125
    GG-Bots's Avatar Sergeant
    Reputation
    17
    Join Date
    Apr 2014
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by roydecember View Post
    I have a problem when it resume game.
    As there is a delay when I go to back to the homepage, sometime the mouse cant click the 'resume game' correctly.
    How can I give a delay between exit game and resume game?
    Scroll down to line 219ish until you see this:

    Code:
    Func RoutineSiege()
    	While $UnPaused
    		MouseClick("left", 237, 503, 1, 0) ;Clicking Resume Game
    		Sleep(Random(13500, 14000, 1))
    And change that 13500 / 14000 a little higher by a couple thousand or so

    Oh sorry you might want to add a short Sleep before the Mouse click, by 1000 or 2000
    Last edited by GG-Bots; 04-30-2014 at 12:29 PM.

  6. #126
    roydecember's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GG-Bots View Post
    Scroll down to line 219ish until you see this:

    Code:
    Func RoutineSiege()
    	While $UnPaused
    		MouseClick("left", 237, 503, 1, 0) ;Clicking Resume Game
    		Sleep(Random(13500, 14000, 1))
    And change that 13500 / 14000 a little higher by a couple thousand or so
    work very well now
    Thanks

  7. #127
    Alex Pulex Lazzarotto's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Someone can help me?
    The bot "work" but when he is near a chest the bot ignore the chest and press "T" and I go in town.
    Why?

  8. #128
    Namesuxx's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Alex Pulex Lazzarotto View Post
    Someone can help me?
    The bot "work" but when he is near a chest the bot ignore the chest and press "T" and I go in town.
    Why?
    Same problem here, and my inventary is in 2 hours full of blue items.

    is it possible to take from ghom bot the picup and sell scriptpart and implant it here....?

  9. #129
    glyph244's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey there, first off fantastic program. I'm very happy with the results.

    I am having an issue i hope you can help with.

    2. Last night it worked great, but today, I keep getting a "you attempted to log in too soon after disconnecting" error from the game, which prevents the bot from running anymore. I have to exit d3 before it will let me log in. Any ideas?

    Thank you!
    Last edited by glyph244; 04-30-2014 at 07:27 PM.

  10. #130
    qoodoo's Avatar Member
    Reputation
    4
    Join Date
    May 2010
    Posts
    65
    Thanks G/R
    0/3
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i let it run for 4 hours...it had full bags and half of them were blue. This is a good bot if you want to run it for less than 5 hours. But if you get unlucky and blues happen to drop where it clicks it picks them up. So you could fill your bags quick or not at all depending on RNG. Still in those 4 hours it was something like 9 legs. I was running 150 MF also.

  11. #131
    heimdal8's Avatar Member
    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)
    Originally Posted by glyph244 View Post
    hey there, first off fantastic program. I'm very happy with the results.

    I am having an issue i hope you can help with.

    2. Last night it worked great, but today, I keep getting a "you attempted to log in too soon after disconnecting" error from the game, which prevents the bot from running anymore. I have to exit d3 before it will let me log in. Any ideas?

    Thank you!
    Same here, ran it with great success while I was at work only to come back to the same "you attempted to log in too soon after disconnecting" error.

    Think its something to do with the speed of the bot at remaking games?

  12. #132
    pinkpanther's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys tested this yesterday about... 10hr ish.., got 9 legs and one of them set
    Btw I've already fixed the loose stone for my custom code error, the one that didnt open the chest sometime still there, since it only about 3-5% chance occurence I choose to ignore it.

    The GG Bots that I custom to match your resolution can be found at page 8
    The one that already fixed for the loose stone can be found here
    GGBotCustom2

    Better try it before later maintenance, maybe they will fix this. Cheers.

  13. #133
    musllmelll's Avatar Private
    Reputation
    1
    Join Date
    May 2014
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    bot work fine but...

    3hr no lg maybe fix!!!

  14. #134
    hildama's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GG-Bots View Post
    I've addressed this at least 3 or more times already, please read through thread before asking questions. This is because it is not possible for both chests to spawn in the same game, this makes the bot more efficient, as if the first chest is there, the second one won't be and vice versa.
    Apologies, I should have been more specific.

    This is occuring when there is no upper chest. It goes south, the lower chest is on screen it clicks around a couple times, but never opens the bottom chest.

    Again, the bottom chest is there, but it's clicking around a couple times, and then teleporting back home, never having opened the chest.

    I'm running a DH with no pet or companion, 1920x1080 full screen windowed, W for force move. Aero turned off on Windows 7. Even removed my transmog that I though might be messing it up.

    Fake edit: I've had it successfully open the bottom chest once now. So 1/20 times or so. Usually just ignores the chest when it is right there. Thought I might have fixed it, but no, worked once, then went back to not working.

  15. #135
    :inferno:'s Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested. Bot is fully broken on my machine. It doesnt pick up items, doesnt pick up loot, and theres no messages on screen telling you whats its doing.

Page 9 of 24 FirstFirst ... 5678910111213 ... LastLast

Similar Threads

  1. Chest run bot
    By Raizen1989 in forum Diablo 3 Bots and Programs
    Replies: 194
    Last Post: 11-01-2014, 04:33 PM
  2. Directive 7 stealth chest run, 8k+ in 3minutes
    By Julcaaa in forum SWTOR Guides
    Replies: 3
    Last Post: 01-14-2012, 08:41 PM
  3. Running Bot on Private Server 1.12.1 WoW
    By flippinjeremy in forum WoW Bots Questions & Requests
    Replies: 1
    Last Post: 10-09-2011, 03:44 PM
  4. Shadow Labs Chest Runs!!
    By spook050 in forum World of Warcraft Exploits
    Replies: 11
    Last Post: 08-28-2008, 02:28 PM
  5. Mana Tombs Chest runs?
    By Sikonosos in forum World of Warcraft General
    Replies: 0
    Last Post: 07-30-2007, 12:48 PM
All times are GMT -5. The time now is 11:06 PM. 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