[Goldfarming] AFK 150k-200k Gold Per Hour [AutoIT Script] [1920x1080] [made for DH] menu

Shout-Out

User Tag List

Page 34 of 50 FirstFirst ... 303132333435363738 ... LastLast
Results 496 to 510 of 750
  1. #496
    JohnCuzac'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)
    Notares I just tried your most recent script and it is working great but after every other succesful Sarkoth kill, he ports to town then wanders to the left merchant hits caltrops a couple times .....didnt know why he was doing that but other than that works great

    [Goldfarming] AFK 150k-200k Gold Per Hour [AutoIT Script] [1920x1080] [made for DH]
  2. #497
    [Soul Eater]'s Avatar The God King of Tails
    Reputation
    619
    Join Date
    Jan 2007
    Posts
    1,918
    Thanks G/R
    3/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    $Pixel2 = PixelSearch(0,0, Round(600*$x_ratio), Round(400*$y_ratio),0x334FB7,3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)

    I have a problem with this part, the bot moves now perfect and all, but the cursor is hovering over the blue pixel and then stands "still" for a couple of seconds to see if the blue pixel is correct. My question is, does it also check the blue pixel if he hovers over the blue pixel but end destination of the mouse is around the edge of the cellar?

    If so, how can I adjust the blue pixel, because for some reason it doesn't detect the blue pixel for me. Running it in fullscreen windowed mode with Letterbox on, because without that it doesn't walk further to hover over the blue pixel cellar.

    Do the impossible, see the invisible
    Row row, Fight the power.

  3. #498
    Hamsup69's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys im having problems with my script and repairing like it checks for repairs on startup and thats it after startup itll never loop back to checking for repairs.
    im still using the original script
    Last edited by Hamsup69; 06-07-2012 at 02:29 PM.

  4. #499
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fymn View Post
    Sorry, was talking about this

    When it gets stuck at the profile/banner window.
    *Edit I can see its checking for a brownish color, but where is it checking exactly on the profile/banner window.
    Is this on 1920 x 1080? It checks for the small pixel on the "X" and that's the exact location on my screen. I suggest people with different resolutions start hard coding in coordinates so you guys know exactly what it is looking for without doing aspect ratio math. Just take a screenshot with the achiev window up, open it in Paint.NET and zoom in on the X. Look for the coordinates and edit the script.

  5. #500
    rebaro's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works great for me now notAres! only one thing left that i would like is to pickup Gem's.

    Will this work?

    ; search for gems

    $SearchResult = PixelSearch($Left, $Top, $Right, $Bottom, $Amethyst,9) ;searches for gems
    If Not @error Then
    MouseClick("left", $SearchResult[0], $SearchResult[1], 1, 10) ;IF ITS THERE IT CLICKS IT.
    Sleep(1500)
    EndIf
    $SearchResult = PixelSearch($Left, $Top, $Right, 694, $Ruby,6) ;searches for gems
    If Not @error Then
    MouseClick("left", $SearchResult[0], $SearchResult[1], 1, 10) ;IF ITS THERE IT CLICKS IT.
    Sleep(1500)
    EndIf
    $SearchResult = PixelSearch($Left, $Top, $Right, $Bottom, $Topaz,4) ;searches for gems
    If Not @error Then
    MouseClick("left", $SearchResult[0], $SearchResult[1], 1, 10) ;IF ITS THERE IT CLICKS IT.
    Sleep(1500)
    EndIf
    $SearchResult = PixelSearch($Left, $Top, $Right, 694, $Emerald,9) ;searches for gems
    If Not @error Then
    MouseClick("left", $SearchResult[0], $SearchResult[1], 1, 10) ;IF ITS THERE IT CLICKS IT.
    Sleep(1500)
    EndIf

    i took it from jakesmurf's script (thanks to him)

  6. #501
    JuniorFisherman's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    2 questions, notAres, you mentionned that your script is buggy with resolutions lower than the default one, is it anything major, and is it still buggy in the lastest version?
    Second question is, is there a way to use your script without having the bonus 10% ms from boots?

  7. #502
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fymn View Post
    Just fixed it to look for the yellow on the X, does it search for the pixel in an area around the X button like it does when it searches for the blue glow on the cellar?
    No. It checks an exact pixel for an exact color.

    I updated the version on pastebin with a new repaircheck function, hopefully running it twice can get better results.

  8. #503
    puppy6's Avatar Corporal
    Reputation
    3
    Join Date
    May 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have a problem with the checkpoint like me? I would run to the west and get the checkpoint. The bot would work for a couple of runs. Then when the bot click resume game after a couple of runs, my character is in town and not at the checkpoint. How do you fix this?

  9. #504
    jakesmurf's Avatar Master Sergeant
    Reputation
    21
    Join Date
    Jun 2012
    Posts
    92
    Thanks G/R
    2/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edit: For some reason, mouse moving has really screwed my script up. I'll try to get it working in the next 30 mins or so.

    I found what the issue is. Apparently middle mouse movements periodically causes "movement" interruptions when using abilities mid stride, that I was not previously having happen. I'm going to have to adjust the script to only use abilities immediately before another click. Working on this now.
    Last edited by jakesmurf; 06-07-2012 at 03:25 PM.

  10. #505
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JohnCuzac View Post
    Notares I just tried your most recent script and it is working great but after every other succesful Sarkoth kill, he ports to town then wanders to the left merchant hits caltrops a couple times .....didnt know why he was doing that but other than that works great
    Increase the wait time after the town portals. 6900 is a very fast load.

    Originally Posted by [Soul Eater] View Post
    $Pixel2 = PixelSearch(0,0, Round(600*$x_ratio), Round(400*$y_ratio),0x334FB7,3) ;checks for open cellar (in a 600x400 box from the top left - where it should always be)

    I have a problem with this part, the bot moves now perfect and all, but the cursor is hovering over the blue pixel and then stands "still" for a couple of seconds to see if the blue pixel is correct. My question is, does it also check the blue pixel if he hovers over the blue pixel but end destination of the mouse is around the edge of the cellar?

    If so, how can I adjust the blue pixel, because for some reason it doesn't detect the blue pixel for me. Running it in fullscreen windowed mode with Letterbox on, because without that it doesn't walk further to hover over the blue pixel cellar.
    That shouldn't matter. Try increasing the 600x400 window and the ",3" threshold. I really don't know what the problem could be if it's highlighting the cellar properly.

  11. #506
    Hamsup69's Avatar Member
    Reputation
    3
    Join Date
    May 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nvm found it xD

  12. #507
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fymn View Post
    Ok no wonder, I always thought it searched an area for the pixel. Fixed it to look for an exact yellow on the X. Waiting for it to mess up and see if it works.

    P.S. The repair function works fine for me, the only problem I had was
    1. I'd die porting back to town if the cellar wasn't there, it doesn't check death after finishing port so it would hit esc to leave game then immediately try to resume game.
    2. From the problem above it would get stuck at the profile/banner page and would not get out of it.

    I put in a check dead between port and leave game and fixed the pixel search to search for a certain yellow pixel on the X. Going to let it run and wait for it to mess up and see if it works.
    Thanks again for the help and script.
    I mirrored your fix for the first problem in 1.2.3. Checks for dead after the teleport and before esc is hit.

  13. #508
    notAres's Avatar Knight-Lieutenant
    Reputation
    124
    Join Date
    Jun 2012
    Posts
    318
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whoops, I didn't replace $waittime before publishing. Will error out, 1.2.3 is fixed now so grab it again.

  14. #509
    [Soul Eater]'s Avatar The God King of Tails
    Reputation
    619
    Join Date
    Jan 2007
    Posts
    1,918
    Thanks G/R
    3/22
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by notAres View Post
    Increase the wait time after the town portals. 6900 is a very fast load.


    That shouldn't matter. Try increasing the 600x400 window and the ",3" threshold. I really don't know what the problem could be if it's highlighting the cellar properly.
    I tried it, but it still doesn't work. $Pixel2 = PixelSearch(0,0, Round(800*$x_ratio), Round(600*$y_ratio),0x334FB7,5) is what I currently have. The pattern goes like this:

    imgur: the simple image sharer

    it happens in a split second, and then it immediately teleports back when he did that movement.

    Do the impossible, see the invisible
    Row row, Fight the power.

  15. #510
    Fen666's Avatar Sergeant
    Reputation
    6
    Join Date
    May 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there yet working one with repair and RARE/legendary pick up for 1366x768 OR 1680x1050 ? would really appreciate

Page 34 of 50 FirstFirst ... 303132333435363738 ... LastLast

Similar Threads

  1. [Gold] 7,000 - 21,000 Gold Per Hour : Essence Of Water - needed for Tome of Illusion
    By studenalbatroz in forum World of Warcraft Guides
    Replies: 9
    Last Post: 08-02-2016, 04:43 AM
  2. ArcheBuddy Plugin - Auto Farm fully AFK earn 100++ Gold per Hour
    By Slangin_Games in forum ArcheAge Bots and Programs
    Replies: 4
    Last Post: 12-30-2014, 04:14 AM
  3. [Selling] ArcheBuddy Plugin - Auto Farm fully AFK earn 100++ Gold per Hour
    By Slangin_Games in forum ArcheAge Buy Sell Trade
    Replies: 6
    Last Post: 12-30-2014, 04:13 AM
  4. Replies: 739
    Last Post: 06-11-2012, 09:05 AM
  5. Replies: 253
    Last Post: 06-06-2012, 09:19 AM
All times are GMT -5. The time now is 02:44 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