LATM's 1920 DH - 23 Open - 11.4 Closed ~500k/hour + Items + Others menu

User Tag List

Page 55 of 64 FirstFirst ... 5515253545556575859 ... LastLast
Results 811 to 825 of 953
  1. #811
    Khalen's Avatar Member
    Reputation
    3
    Join Date
    Jul 2012
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Those are known issues for 1366 resolutions, and it's not official supported.

    Your gonna have to do trial and error runs m8.
    Last edited by Khalen; 07-19-2012 at 04:25 PM.

    LATM's 1920 DH - 23 Open - 11.4 Closed ~500k/hour + Items + Others
  2. #812
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ahaem View Post
    First of all tnx for an awesome script.
    I tried searching this thread but search sucks and versions have changed a lot so not sure if these have been answered many times before...

    Resolution is 1360x768 or whatever :P
    OCR and ImageSearch work fine. x64.
    DPS is 18k+, disc+10 ok.
    All keys are reset, skills and passives correctly setup for v8.

    Most of these work fine or at least better on other resolutions.
    Can it be quality related? Currently all on LOW.

    1. Gem pickup doesn't work. Tried adding the square.png|90 to custom loot but no luck. Also recreated square.png just in case. Still nothing.
    (This works as expected on 1920 so I'm doing something wrong with images?)
    2. Bot tries to vendor unid rares, doesn't id them.
    (This also works fine on 1920)
    3. Bot pauses for 3-4 seconds between picking up rares and magic items. Something to do with custom looting most likely.
    4. Sometimes bot misses location of vendor. This is most likely timing related, will need to check timings better.
    5. Anal stashing takes around 5 seconds per item to figure out ilevel. Is this normal?

    Unrelated bot question?
    Has ever a Hellion xbow been dropped by sark?
    1. My gem pickup works fine, but i use a text image of the word "less squa".
    2. You dont have the latest files uploaded, which basically just renames the rareup.png to rare.png. You dont need to redownload if thats your only issue, just rename the png.
    3. Definitely has to do with custom looting. When i turn off custom looting, it loots 3-4 times faster.
    4. I have never seen it miss the location of any vendor or salvage, BUT you claimed to run on 1360x768 and then said (or whatever resolution). Both 1360x768 and 1366x768 are common resolutions. This script can do 1366, and if you are using a 1360, they may be why your pathing is slightly off... 1360 and 1366 are extremely close, i believe even the PNGs can work for both (tho not tested).
    5. Ya, the analyze time can take 4-5 seconds per item. I believe raulph00 (i know i spelled his name wrong) has worked on a faster searching array and is sharing it with Chancity, so things may speed up soon.

  3. #813
    Rakurai's Avatar Sergeant
    Reputation
    16
    Join Date
    Jul 2012
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by heb0r View Post
    Does someone else have loot problems with v8?

    After a few runs the script will auto- stash/salavage/sell/repair and start a new run.

    If it kills Sarkoth and does loot the normal blues/rares/legendarys, it also tries to loot the salvaged items and essences, which are shown in the chat window.

    https://i.imgur.com/820ba.jpg

    I did not really change anything in the script except for the left mouse attack - 100ms, because of the warning msg....
    See my post quite a few pages ago (sorry, can't seem to get search to work) about this for an explanation. Basically, the LootCustom function is searching the entire screen, you need to make it use the same coordinates as LootGear nearby. Search your script for "Func LootCustom" and replace the "While _ImageSearchArea" line with this:
    Code:
    While _ImageSearchArea($urlString, 1, 420 * $x_ratio, 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $gX, $gY, $accuracy)

  4. #814
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Rakurai View Post
    See my post quite a few pages ago (sorry, can't seem to get search to work) about this for an explanation. Basically, the LootCustom function is searching the entire screen, you need to make it use the same coordinates as LootGear nearby. Search your script for "Func LootCustom" and replace the "While _ImageSearchArea" line with this:
    Code:
    While _ImageSearchArea($urlString, 1, 420 * $x_ratio, 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $gX, $gY, $accuracy)
    Shouldnt it be
    Code:
    While _ImageSearchArea($urlString, 1, Round(420 * $x_ratio), 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $gX, $gY, $accuracy)
    Just double checking, i could be wrong.

  5. #815
    Rakurai's Avatar Sergeant
    Reputation
    16
    Join Date
    Jul 2012
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Angrycoder View Post
    Shouldnt it be
    Code:
    While _ImageSearchArea($urlString, 1, Round(420 * $x_ratio), 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $gX, $gY, $accuracy)
    Just double checking, i could be wrong.
    You are correct, sir. Good catch.

  6. #816
    heb0r's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Even if I use the changed ImageSearch from Angrycoder, it still runs in the direction of the chat window and tries to loot?? oO

  7. #817
    RogerHestlund's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xhale420 View Post
    I need to get my gold find higher any ideas. im at like 170 ish

    What items i should look for etc?
    Since we don't know which parts of gear you have bought already, neither what your dps is or anything, I will just go throught a normal beginners list step-by-step.

    1) Turn the bot online during the night.
    2) Wake up, and wake up very happily with your new, free invested five millions of cash, or so I assume. (If you don't get roughly five millions, sell your acquired essences etc cheap on AH to get fast cash). "Waste" a million or so to buy a 1300 ish DPS HELLION Crossbow. Simply filtrate auction house with max. buyout 1M and filtrate the results on highest DPS . purchase.
    3) Get a pair of boots with 10% (or higher) movement speed with some primary stats and GF included. You can find those very cheap with like 150 Dex, 20 GF and 12% MS on AH.
    4) Filtrate AH with max. buyouts on ~400,000-500,000 with GF, MF and primary stat on them. Buy the slot you need. Search around AH once every hour to see if there is anything new and cheap, and within a few days you will have awesome gear and ~500k GPH.

    Further tips: Don't forget to keep your DPS 20k+, get ~20 Pickup Radius.

    That is atleast something to go on. YW.

  8. #818
    jizandthepus's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any way to make this bot just pick up rares/set/legendary and stash them after a certain number of runs? All this complicated shit isnt even worth it.

  9. #819
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by heb0r View Post
    Even if I use the changed ImageSearch from Angrycoder, it still runs in the direction of the chat window and tries to loot?? oO
    What resolution? I dont think the imagesearch was clicking over there, it sounds more like its the pixelsearch trying to click on the yellow and blue text (as if it found a rare or magic item).

    Code:
    Func LootGear($color, $tolerance = 2)
    	$count = 0
    	$Loot = PixelSearch(Round(420 * $x_ratio), 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $color, $tolerance)
    	If Not @error Then
    		While Not @error
    			$count += 1
    			MouseClick('left', $Loot[0], $Loot[1], 1, 3)
    			Sleep(50)
    			MouseMove(Round(Random(0, 400) * $x_ratio), Round(Random(700, 1080) * $y_ratio), 1) ;Moves mouse out of the way
    			sleep($timingLoot)
    			If $count >= 15 Then
                            ExitLoop
                    EndIf
    			$Loot = PixelSearch(Round(400 * $x_ratio), 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $color, $tolerance)
    		WEnd
    	EndIf
    	Return $count
    EndFunc   ;==>LootGear
    You can try changing the green numbers. The larger the number, the more to the right it starts the search area. So you can try starting at 600, see if that fixes it. Then work your way back down.

    I dont know why the 2 green numbers are different, it looks like they both should be 420 as default.

    I also dont know why if you are running a standard 16:9 resolution you would be having this problem, but thats where i would start.

  10. #820
    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)
    Originally Posted by jizandthepus View Post
    Any way to make this bot just pick up rares/set/legendary and stash them after a certain number of runs? All this complicated shit isnt even worth it.
    the complicated shit is what makes this fun for me and I think why Chance enjoys the hard part of the coding. Feel free to splice someone elses old code that stashes hundred of bad rares. I personally filled my stash of 3 pages in ~16 hours, so this script was a necessity to filter the garbage.


    Originally Posted by Rakurai View Post
    See my post quite a few pages ago (sorry, can't seem to get search to work) about this for an explanation. Basically, the LootCustom function is searching the entire screen, you need to make it use the same coordinates as LootGear nearby. Search your script for "Func LootCustom" and replace the "While _ImageSearchArea" line with this:
    Code:
    While _ImageSearchArea($urlString, 1, 420 * $x_ratio, 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $gX, $gY, $accuracy)
    Will include the fix, gimi a second.


    Originally Posted by ahaem View Post
    First of all tnx for an awesome script.
    I tried searching this thread but search sucks and versions have changed a lot so not sure if these have been answered many times before...

    Resolution is 1360x768 or whatever :P
    OCR and ImageSearch work fine. x64.
    DPS is 18k+, disc+10 ok.
    All keys are reset, skills and passives correctly setup for v8.

    Most of these work fine or at least better on other resolutions.
    Can it be quality related? Currently all on LOW.

    1. Gem pickup doesn't work. Tried adding the square.png|90 to custom loot but no luck. Also recreated square.png just in case. Still nothing.
    (This works as expected on 1920 so I'm doing something wrong with images?)
    2. Bot tries to vendor unid rares, doesn't id them.
    (This also works fine on 1920)
    3. Bot pauses for 3-4 seconds between picking up rares and magic items. Something to do with custom looting most likely.
    4. Sometimes bot misses location of vendor. This is most likely timing related, will need to check timings better.
    5. Anal stashing takes around 5 seconds per item to figure out ilevel. Is this normal?

    Unrelated bot question?
    Has ever a Hellion xbow been dropped by sark?
    square.png has nothing to do with the script. I left it in by mistake. I'm going to purge all the unneeded images.

    flawlesssquare.png is the text of "flawless square emer"


    Originally Posted by Khalen View Post
    try reboot your system and see if it keeps doing it.

    Omg... LATM actually went offline for a break.
    only to do a quick hour of running , but im about to head out again...I ... promise...
    00:43 <AuctionHouseBeta> I do not bot at all. I created a bot but never used it

  11. #821
    Angrycoder's Avatar Knight-Lieutenant
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    370
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jizandthepus View Post
    Any way to make this bot just pick up rares/set/legendary and stash them after a certain number of runs? All this complicated shit isnt even worth it.
    Sure you can take a loot at Blacksacks script and just add in the mLoot functions.

  12. #822
    RogerHestlund's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ahaem View Post
    Unrelated bot question?
    Has ever a Hellion xbow been dropped by sark?
    Hellion Crossbows? Yes, I got two today. But don't worry, I have not gotten one in the past week or so.

  13. #823
    jizandthepus's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    was there a solution to the script pausing when trying to salvage?

  14. #824
    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)


    I literally have not died since version 6. I mean. Never. 0 Deaths. Anyone else having awesome runs?

    I'll edit the fix to have you stop clicking on salvage soon. Although to be perfectly honest, if you are using a templar like you should be, the guy talks so much it should almost never happen. Never even realized this was an issue for most.

    Just watched the bot pick up 2k on a failure run. Notbad.jpg
    Last edited by LATM; 07-19-2012 at 05:41 PM.
    00:43 <AuctionHouseBeta> I do not bot at all. I created a bot but never used it

  15. #825
    RogerHestlund's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jizandthepus View Post
    was there a solution to the script pausing when trying to salvage?
    Yes. Stash all rares. Edit options:

    Stash Rare=0
    Vendor- and Salvage Rare=64

    Check .png in pics folder if "rareup.png" is named "Rare.png". If you already find "Rare.png" it is already edited (was updated with some version)

Similar Threads

  1. Here's a list of places that are open and or closed as of wotlk.
    By Adrolak2 in forum World of Warcraft Exploration
    Replies: 17
    Last Post: 12-09-2008, 07:57 PM
  2. Updated Open Ascent Core Compiles : 2 Hours: SQL Updates : Daily : ABD Download.
    By Ickybad in forum World of Warcraft Emulator Servers
    Replies: 39
    Last Post: 06-18-2008, 10:34 AM
  3. how to open patch.mpq (burning crusade)
    By Notahax in forum World of Warcraft Model Editing
    Replies: 18
    Last Post: 09-06-2006, 04:02 PM
  4. Open to suggestions and questions!...
    By Simy in forum World of Warcraft General
    Replies: 3
    Last Post: 07-11-2006, 02:41 AM
  5. How to open screen shots?
    By krazy12766 in forum World of Warcraft General
    Replies: 9
    Last Post: 07-07-2006, 11:10 AM
All times are GMT -5. The time now is 01:46 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