[Goldfarming] Dank Celler [AutoIT Script] [DH based on chancitys] [800x600] menu

User Tag List

Page 7 of 19 FirstFirst ... 34567891011 ... LastLast
Results 91 to 105 of 273
  1. #91
    D3ADLiN3's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested this version, found another bug (which was also in last version), some reason during vendoring the bot goes into Paused and gets stuck there?

    [Goldfarming] Dank Celler [AutoIT Script] [DH based on chancitys] [800x600]
  2. #92
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If its going into paused mode it means it thinks it detected your equiped items have changed


    you can search for
    Code:
     If Not _ImageSearchArea("CurrentInventory.png", 1, Round(625 * $x_ratio), Round(93 * $y_ratio), Round(772 * $x_ratio), Round(300 * $y_ratio), $gX, $gY, 9) Then
    and change the 9 to like 11 but that makes it more chance that if it does infact happen it might not detect it.
    Last edited by stealthingyew; 07-15-2012 at 04:15 PM.

  3. #93
    sydeu's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    been monitoring it now. both times when it was towntime (salvaging/stashing/vendoring) it changed out gear. First time my weapon for some crap weapon and this time my quiver for some shield. Any ideas of how to fix this? I guess it believes it should identify both slots in the inventory and therefor first identifying and then when it presses the slot right beneath exchanging gear.

  4. #94
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    need to lower the tolerance for the slotline i am working on making it more accurate at the moment but with the resoultion so small the slot lines are almost all different pixel colors and if that pixel matches a color in legendary there is a chance for a detect it as 2 items. I am working on a fix to make this more accurate

  5. #95
    sydeu's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    need to lower the tolerance for the slotline i am working on making it more accurate at the moment but with the resoultion so small the slot lines are almost all different pixel colors and if that pixel matches a color in legendary there is a chance for a detect it as 2 items. I am working on a fix to make this more accurate
    Okey thx, i guess the best solution for now is to just stash all rares then.

  6. #96
    perzim1234's Avatar Member
    Reputation
    13
    Join Date
    Aug 2009
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will use this when I get the new comp

  7. #97
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sydeu View Post
    Okey thx, i guess the best solution for now is to just stash all rares then.
    Think I got it if you want to give it a try
    just edit this line its line 1211 in my current script i also updated the pastebin and mediafire with it

    Code:
    $SlotPixelLine = PixelSearch(Round($slotLineTopX + $i * $slotLineOffSet * $x_ratio), Round($slotLineTopY  + $j * $slotLineOffSet * $y_ratio), Round($slotLineBotX + $i * $slotLineOffSet * $x_ratio), Round($slotLineBotY + $j * $slotLineOffSet * $y_ratio), 0x35251B,1)

  8. #98
    sydeu's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Jun 2012
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by stealthingyew View Post
    Think I got it if you want to give it a try
    just edit this line its line 1211 in my current script i also updated the pastebin and mediafire with it

    Code:
    $SlotPixelLine = PixelSearch(Round($slotLineTopX + $i * $slotLineOffSet * $x_ratio), Round($slotLineTopY  + $j * $slotLineOffSet * $y_ratio), Round($slotLineBotX + $i * $slotLineOffSet * $x_ratio), Round($slotLineBotY + $j * $slotLineOffSet * $y_ratio), 0x35251B,1)
    gonna try it now!

  9. #99
    Eetra's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How many FPS are you guys giving D3 for this script? I had a lot of missed timings in the cellar with 20fps while it's running smooth at 50. Is this something that's not normally considered? Because I had scripts run at the lowest possible 15fps flawlessly while others needed 40 and more without heavy editing.

  10. #100
    stealthingyew's Avatar Knight-Lieutenant
    Reputation
    12
    Join Date
    Jun 2012
    Posts
    257
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Eetra View Post
    How many FPS are you guys giving D3 for this script? I had a lot of missed timings in the cellar with 20fps while it's running smooth at 50. Is this something that's not normally considered? Because I had scripts run at the lowest possible 15fps flawlessly while others needed 40 and more without heavy editing.
    this script atm requires decent fps because it doesn't actually finsh vaulting before vaulting again so if its to slow then you will end up way off the path\

    made a couple of small changes that should make it run better going to let it run overnight then IF all is well when im off work tommorrow I will upload it. Its mostly just some timing changes and the inventory searching stuff. Also changed it to display starting gold soon as you start the run so if you notice its off you can cancel it and start it over.
    Last edited by stealthingyew; 07-15-2012 at 09:16 PM.

  11. #101
    Swerve's Avatar Corporal
    Reputation
    3
    Join Date
    Jul 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For some reason I can not get my bot to detect the cellar. I even tried taking my own picture. Running in windowed fullscreen, 800x600, yet my cellar picture looked much clearer than yours.

    Even with my own pic it didnt find the cellar. Bugging me. All settings are on low also, running it in a VM. Any idea what would cause this? It does everything fine so far, just WILL NOT go into the cellar, even with my own pic!

    Edit: I should also add, my bot is hovering over the cellar, but he will just not go inside.
    Last edited by Swerve; 07-16-2012 at 12:40 AM.

  12. #102
    sleeepyzzz's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    with this script, after my dh uses cluster arrow on sarkoth, it keeps shooting hungering arrows nonstop. it doesnt move, it doesnt loot, doesnt tp, doesnt leave town etc. any idea what the cause of this is?

  13. #103
    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)
    The 800x600 version has a lot of strange bugs and quirks in the ilvl code. I just put out a 1920x1080 port of Chancity with the rest of my DH code that was previously in blacksack's. All iLVL stash and inventory bugs should be perfect in that version. Running for a long time with no failures.

    Posted in main page.
    00:43 <AuctionHouseBeta> I do not bot at all. I created a bot but never used it

  14. #104
    Swerve's Avatar Corporal
    Reputation
    3
    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 LATM View Post
    The 800x600 version has a lot of strange bugs and quirks in the ilvl code. I just put out a 1920x1080 port of Chancity with the rest of my DH code that was previously in blacksack's. All iLVL stash and inventory bugs should be perfect in that version. Running for a long time with no failures.

    Posted in main page.
    Yeah. I couldn't get the script to detect cellar. Gunna give yours an attempt now!

  15. #105
    Saruman69's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sleeepyzzz View Post
    with this script, after my dh uses cluster arrow on sarkoth, it keeps shooting hungering arrows nonstop. it doesnt move, it doesnt loot, doesnt tp, doesnt leave town etc. any idea what the cause of this is?
    Same error for me, hope someone can help us out. I tried to change my Stand still button or change the line with MouseDown('left'), but no joy.

Page 7 of 19 FirstFirst ... 34567891011 ... LastLast

Similar Threads

  1. Replies: 4466
    Last Post: 05-07-2013, 07:39 AM
  2. Replies: 397
    Last Post: 08-11-2012, 04:48 AM
  3. Replies: 148
    Last Post: 08-03-2012, 04:19 PM
  4. Replies: 3
    Last Post: 07-31-2012, 06:54 PM
  5. Replies: 52
    Last Post: 07-01-2012, 11:01 AM
All times are GMT -5. The time now is 10:16 AM. 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