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

Shout-Out

User Tag List

Page 34 of 64 FirstFirst ... 303132333435363738 ... LastLast
Results 496 to 510 of 953
  1. #496
    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)
    Originally Posted by mairish View Post
    What do these options mean?
    Rare/Magic Stash
    Rare/Magic Salvage
    Rare/Magic Vendor

    Are these min levels of stashing/salvaging/vendoring?
    Yes.. thats the item level.

    LATM's 1920 DH - 23 Open - 11.4 Closed ~500k/hour + Items + Others
  2. #497
    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 Khalen View Post
    I am sorry to report this.

    But in V6, it dosent pick up gems anymore.
    Not when they are laying over a bomb, and not when they are laying by them self.

    On a test run of 20 minutes, they ignores 7 flawless emerald gems.

    Besides for me, open runs are actually slower now, then in V5. lol (having 30.5k dps)

    Anyways.. the gem problem, is that intentionel or a bug ?
    You're doing something wrong. Its not a problem in the script as far as I can tell. As far as gem looking, I will look in to it. That is a very real possibility given how it works.

    All my testers had significantly reduced times, and I know these were people who installed it correctly, and use the right skills, etc.

    I will be back on later, sorry guys. make sure to read the thread if anything pop up, I'll catch up on it tonight

    JK, not quite leaving yet
    Last edited by LATM; 07-18-2012 at 03:15 PM.
    00:43 <AuctionHouseBeta> I do not bot at all. I created a bot but never used it

  3. #498
    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)
    I'm excited to start testing v6!

    Got a bug fix though. I was having the same problem as someone a number of pages ago, in that the mouse would start piddling around in the lower left corner while looting for a while before giving up and TPing. The problem is in the LootCustom() func, in that it is checking the entire screen, including the chat window. In my case, it was trying to loot Essences in the window. Not sure exactly what line it is (I modded mine), but in LootCustom, just change the _ImageSearchArea call to
    Code:
    _ImageSearchArea($urlString, 1, 420 * $x_ratio, 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $gX, $gY, $accuracy)
    and it will search the same area that LootGear() does. While you're at it, the LootGear() function has a loop that repeats a function call (inconsistently), here's a cleaned up loop that does the same thing:
    Code:
    Func LootGear($color, $tolerance = 2)
    	$count = 0
    	Do
    		$Loot = PixelSearch(Round(420 * $x_ratio), 0, Round(1690 * $x_ratio), Round(900 * $y_ratio), $color, $tolerance)
    
    		If @error Then
    			ExitLoop
    		Endif
    
    		$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)
    	Until $count >= 15
    	Return $count
    EndFunc   ;==>LootGear

  4. #499
    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)
    i have all the right skills.. but again, with SS on, i was around 45-50k dps when i got down there.. thats why i could run with 1ms left click attack settings. lol

  5. #500
    civic92si's Avatar Private
    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)
    how come it runs to old tristam road then teleport while dank is open? i have correct resolution..any help?

  6. #501
    lostmc's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LATM?

    Do you know how to fix my script? (Rares not being identified and the script pause the script when salvaging)

    PS: sometimes i get Vendoring unknown and i tried all the fixes i could find in this thread.

  7. #502
    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)
    LATM, can you rename the rareup.png to Rare.png in the 1366.

    Anyone trying to use 1366 right now will have issues not being able to ID / stash / sell any Rare items since its named wrong ;p

    Everything else looks fine in there. I know its still missing a Limit Error (which we can easily get soon lol), and its missing a Lost Connection ( i never get disconnected, so never got a chance for the pic).

  8. #503
    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 lostmc View Post
    LATM?

    Do you know how to fix my script? (Rares not being identified and the script pause the script when salvaging)

    PS: sometimes i get Vendoring unknown and i tried all the fixes i could find in this thread.
    Rename the Rare.png in the 1366x768. Its currently set as rareup.png and should be Rare.png.

  9. #504
    jeehye's Avatar Knight
    Reputation
    14
    Join Date
    Jul 2012
    Posts
    221
    Thanks G/R
    18/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can you post a screenshot of your times LATM? not doubting you for a sec but id like to see , at work right now

  10. #505
    civic92si's Avatar Private
    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)
    UploadPic.org - Picture Viewer - uploadpic.org dank open but it teleport back to town.. help!!!!

  11. #506
    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)
    he's afk atm.

    but you can get mine. :P

    V5: Open Cellar Avg: 21.7s - Closed Cellar Avg: 11.4s
    V6: Open Cellar Avg: 24.6s - Closed Cellar Avg: 12.5s

    Samt setup and equipment.

  12. #507
    dinm0rsa's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by civic92si View Post
    UploadPic.org - Picture Viewer - uploadpic.org dank open but it teleport back to town.. help!!!!
    Do you have 25% movement speed?

    ***

    Mine isn't picking up any gems, anyone know how to solve this?

  13. #508
    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)
    Originally Posted by civic92si View Post
    UploadPic.org - Picture Viewer - uploadpic.org dank open but it teleport back to town.. help!!!!
    1. That cellar looks closed.
    2. You are WAY too far right. You sure you have 25% total movement speed ? 10% on boots, and Hot Pursuit passive ?

  14. #509
    mairish'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)
    I have problem with ferrets. Sometimes they get stuck on the chest and do not gather all gold.

  15. #510
    civic92si's Avatar Private
    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)
    no it was open that why i snapshot it. yeah 25% with passive. 12 on boots.

Page 34 of 64 FirstFirst ... 303132333435363738 ... LastLast

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 03:10 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