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

User Tag List

Page 58 of 64 FirstFirst ... 8545556575859606162 ... LastLast
Results 856 to 870 of 953
  1. #856
    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 Leschaps View Post
    1366, but in v6 the bot stash legendary items in 1366.
    I was on v8 in 1366 res, the bot doesnt identify rare items too ( i have rare.png not rareup )
    There are no pngs to prevent the bot from selling plans in 1366. I guess i should buy some and make an image.

    I havent tried v8, so not sure why its not identify rares, will look.

    LATM's 1920 DH - 23 Open - 11.4 Closed ~500k/hour + Items + Others
  2. #857
    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 beffhoe View Post
    Bumping this. Happens very random, sometimes it sells/salvages fine without any problems, and sometimes it just gets stuck and won't do anything until i restart the script.
    OK, here is what I had to do to fix this problem. On my computer, the runs from the stash to the vendor (when blacksmith was not needed) would usually miss the vendor and go to the wall. If you still had pausing enabled to protect your gear, then your script would pause while you're stuck in the corner. The same thing happens sometimes when going to the blacksmith, it misses and goes to the corner.

    If you removed pausing because of the bug that was present until v8, then you'll probably never notice this behavior, because your script might miss the vendor, throw a few clusters at the blacksmith, and leave the game.

    Here's what I had to do to fix it. I changed the coordinates of the second click on the run from the stash to the vendor to be more central on his location, instead of just barely in his selection box. Search for "Func VendorLoot" and look for the 2nd MouseClick after the Else. The coordinates right now are x1030 y260. Now, notice the first mouseclick just two lines up. If you were standing at that spot, the coordinates for the second mouseclick would *almost* miss the vendor, and might if you were still moving. I changed the coordinates of the second mouseclick to x990 y310, which is pretty much the center of the vendor. Then, I changed that Sleep(1500) in between the clicks to 2000, just to give myself plenty of time to get to the first waypoint before making the second click. Half a second in a vendor run isn't going to kill your GPH. And, voila, it worked. I haven't missed the vendor in a solid 4 hour run, and a few hours of runs before that.

    Keep in mind, this fix is what works for me, and while it *should* work for everyone, it is probably not necessary for most people. Only do this if you're having a problem.

  3. #858
    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 Khalen View Post
    I know the reason for that.
    If the cellar is closed, and he is interrupted during TPing to town, it will try to leave the game.. if you die during leaving game, it wont count.
    Yeah, that sounds like the scenario. It's annoying that it doesn't update the statistics, but oh well. I could probably prevent the deaths if I used the templar instead of the enchantress, but damn it I'm tired of looking at him.

  4. #859
    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
    Code:
    Else
    			$countMissedCellar += 1
    			 	Send($Skill4)
    				Sleep($timingAbort)
    				send("{SHIFTDOWN}")
    				Sleep($timingAbort)
    			 	Send($Skill1)
    				Call("TownPortal")
    			If Not CheckDead() Then
    			    Call("ClosedCellar")
    				Call("LeaveGame")
    			EndIf
    			Return
    		EndIf
    What is that Shift Down for? I dont see a shift up anywhere for that either, which could cause problems, like... not being able to move your character ;p
    This is in the Dank Cellar area of the script.

  5. #860
    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)
    It is used to force the char to stand still in order to place bombs when TPing back to town on closed cellar runs.

    you can however add an

    send("{SHIFTUP}") right after Send($Skill1)

    Last edited by Khalen; 07-19-2012 at 08:41 PM.

  6. #861
    cybersaiyan's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    What is this bot supposed to do with rares etc? Just stash them? Because it keeps going back to town and trying to analyze the level and then it does nothing with any of them, and then tries to sell everything. I posted a debug log a few pages back and no one responded. Does this happen to anyone else?

  7. #862
    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)
    what resolution are you running at ?

  8. #863
    cybersaiyan's Avatar Member
    Reputation
    1
    Join Date
    Dec 2006
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    1366x768

    It kills sarkoth etc etc all fine and leaves game etc.

  9. #864
    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)
    I think im having same problem as cybersaiyan...for 1366rez it tries to get the item level of the items in inventory but fails and then just goes and tries to sell them all. is there a solution to this?

  10. #865
    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)
    then its a non supported resolution.

    considered trying to run this in a VM at 1920x1080 ?

  11. #866
    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)
    LOL banned on main acc!

  12. #867
    Clevan's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got a problem! starting the bot at checkpoint and after like 7sec it teleport back to town leaves the game. and just repeats. Its not moving towards the cellar... any advice on how to fix it?

  13. #868
    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)
    1366 has run just fine up until version 8.

    The problem with version 8 is Chancity changed where he looks for the item tooltips. You will need to replace 3 lines to get it functioning properly again.

    Broken
    Code:
    ;If _ImageSearchArea($pngLoc & $ItemQuality[$i] & ".png",1, Round($mousePos[0] - 400 * $x_ratio), 625, Round($mousePos[0] - 100 * $x_ratio),850,$gX,$gY, 30) Then
    Fixed
    Code:
    If _ImageSearchArea($pngLoc & $ItemQuality[$i] & ".png",1, Round($mousePos[0] - 470 * $x_ratio), 0, Round($mousePos[0] + 70 * $x_ratio),900,$gX,$gY, 30) Then
    Broken
    Code:
    ;If _ImageSearchArea($pngLoc & $Rings[$i] & ".png",1, Round($mousePos[0] - 400 * $x_ratio), 625, Round($mousePos[0] - 100 * $x_ratio), $size[1],$gX,$gY, 90) Then
    Fixed
    Code:
     If _ImageSearchArea($pngLoc & $Rings[$i] & ".png",1, Round($mousePos[0] - 470 * $x_ratio), 0, Round($mousePos[0] + 70 * $x_ratio), $size[1],$gX,$gY, 90) Then
    Broken
    Code:
    ;If _ImageSearchArea($pngLoc & $MiscItems[$i] & ".png",1, Round($mousePos[0] - 400 * $x_ratio), 625, Round($mousePos[0] - 100 * $x_ratio), $size[1],$gX,$gY, 90) Then
    Fixed
    Code:
    If _ImageSearchArea($pngLoc & $MiscItems[$i] & ".png",1, Round($mousePos[0] - 470 * $x_ratio), 0, Round($mousePos[0] + 70 * $x_ratio), $size[1],$gX,$gY, 90) Then

  14. #869
    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 jizandthepus View Post
    LOL banned on main acc!
    how long have you been botting ?

  15. #870
    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
    LOL banned on main acc!
    Yes, there is currently a ban wave hitting. Lots of people are getting hit right now ;p

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 04:17 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