Working New Manglemaw ( DH only ) menu

Shout-Out

User Tag List

Page 4 of 5 FirstFirst 12345 LastLast
Results 46 to 60 of 64
  1. #46
    trophywife's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @w00tx:

    notice that after 15 secs, boss will start performing his attract attack, and then bot will start missing, so its not a big hassle, unless you run out of hatred faster than that. Anyway the leg count diff between t5 and t6 is should be something stupid like 1 leg per 200 runs on average :P

    @Hypnotika: The DH bot works incredibily well. A shame that my DH has shitty yellow gear and cant do nothing but T2 :P

    Working New Manglemaw ( DH only )
  2. #47
    Dyz's Avatar Member
    Reputation
    3
    Join Date
    Aug 2007
    Posts
    70
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trophywife View Post
    @w00tx:

    notice that after 15 secs, boss will start performing his attract attack, and then bot will start missing, so its not a big hassle, unless you run out of hatred faster than that. Anyway the leg count diff between t5 and t6 is should be something stupid like 1 leg per 200 runs on average :P

    @Hypnotika: The DH bot works incredibily well. A shame that my DH has shitty yellow gear and cant do nothing but T2 :P

    I noticed that if you didn't kill it fast enough you would be vortex'd then miss and die eventually. I had to lower the TLvl because of this.

    My bot looted a human cartildge and a legendary on the same run, so not sure if its just a random thing or not, as some are saying it wont loot more than one legendary.

  3. #48
    trophywife's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dyz View Post
    My bot looted a human cartildge and a legendary on the same run, so not sure if its just a random thing or not, as some are saying it wont loot more than one legendary.
    this depends on where the loot falls, Im playing with ; Window to scan for loots $loot and &endloot variables to make this window more accurate, but this may be runspeed dependant as well.

  4. #49
    szarki2's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, the highest resolution I can get is 1600 x 900. Is this the cause of the bot not working for me?

    Thanks

  5. #50
    johnwhite123's Avatar Member
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    was watching the script run, a legendary dropped off a jar while killing manglemaw, and it didnt go for the legendary from the jar, instead it just finished its usual route and was about to portal out before i manually stopped it and grabbed the legendary.myself.

  6. #51
    Koralvin's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by szarki2 View Post
    Hey guys, the highest resolution I can get is 1600 x 900. Is this the cause of the bot not working for me?

    Thanks
    yes cause the coords are not the same on your window

  7. #52
    Koralvin's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If someone manage to make it loot legs let me know , i dont know how to fix it.

  8. #53
    szarki2's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Koralvin View Post
    yes cause the coords are not the same on your window
    Doh, is there any other way to use the bot/dig into source to get this working or just getting a new monitor? lol

  9. #54
    jeftep's Avatar Member
    Reputation
    1
    Join Date
    Aug 2006
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You might try doing what this guy said:

    Originally Posted by Xosmos View Post
    Make this an AllRes version...just see what I did in my variation of the Mangleclaw bot here: http://www.filedropper.com/manglemaw204v2

    TL;DR

    1. ADD THIS TO THE BEGINNING OF YOUR SCRIPT:

    ;Conversion for All Resolutions
    $default_resolutionX = 1920
    $default_resolutionY = 1080
    $x_ratio = @Desktopwidth / $default_resolutionX
    $y_ratio = @Desktopheight / $default_resolutionY

    2. CHANGE EVERY CLICK LOCATION TO THIS (for X and Y, respectively):
    Round(CLICKLOCATION * $x_ratio), Round(CLICKLOCATION * $y_ratio)
    (Note: For Pixelsearch, you must do it twice to provide the boundaries. Also, don't do it for results generated from a Pixelsearch or other function that returns coordinates)

    3. Profit.
    http://www.ownedcore.com/forums/diab...ml#post3017938 (Early RazorClaw Bot)

  10. #55
    trophywife's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Koralvin View Post
    If someone manage to make it loot legs let me know , i dont know how to fix it.
    Im looting all brown stuff now that drop from boss, for me this check area made the job:

    $lootX = 1845
    $lootY = 45
    $endLootX = 800
    $endLootY = 420


    but if a leg drops from a jar outside that box when the boss dies, it will of course not pick. Making the loot area wider will cause other problems, like trying to click on brown pixels that belong to your toon... so it has no easy solution, except making a "loot tour" after boss dies, which honestly is a waste of time 99.9999% of the times.

  11. #56
    w00tx's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trophywife View Post
    @w00tx:

    notice that after 15 secs, boss will start performing his attract attack, and then bot will start missing, so its not a big hassle, unless you run out of hatred faster than that. Anyway the leg count diff between t5 and t6 is should be something stupid like 1 leg per 200 runs on average :P
    I do run out of hatred faster than that
    I kill him in 7seconds on t5 though guess I'll be satisfied and glad we got anything working at all

    <3


    however I can confirm on some other posts on loot problems though, a human cartilage and a green set piece dropped right on the spot near the rubble where it dies like 90% of the time and the bot took the bone then just continued and did the north south movement and started porting to town

  12. #57
    Hendal16's Avatar Private
    Reputation
    1
    Join Date
    Mar 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am having an issue with the bot it creates the game enters the portal goes to boss room but just like the original bot it goes to the middle of the room wait for mangle to come out but doesn't run to the gate.

  13. #58
    Marvin01's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sometimes he stuck in a jar and attacks the wall instead of the manglemaw.

    hes not picking the gold and supposed.

  14. #59
    Marvin01's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    can someone fix the disconnect problem? something like send space then restart the bot?

  15. #60
    Koralvin's Avatar Corporal
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trophywife View Post
    Im looting all brown stuff now that drop from boss, for me this check area made the job:

    $lootX = 1845
    $lootY = 45
    $endLootX = 800
    $endLootY = 420


    but if a leg drops from a jar outside that box when the boss dies, it will of course not pick. Making the loot area wider will cause other problems, like trying to click on brown pixels that belong to your toon... so it has no easy solution, except making a "loot tour" after boss dies, which honestly is a waste of time 99.9999% of the times.
    Ok thanks , im going to give it a try. I dont care about the jar leg , it must be like 1 missing leg out of 15 legs.

Page 4 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Afk Weapon skills (New method, Horde only)
    By pigpoker in forum World of Warcraft Guides
    Replies: 7
    Last Post: 09-13-2009, 08:41 AM
  2. [new / rate] New Signature Using only Txt n c4d
    By XC4T4LY5TX in forum Art & Graphic Design
    Replies: 8
    Last Post: 07-15-2009, 12:21 AM
  3. Easy gold on new realm [Horde only]
    By pullapasi in forum World of Warcraft Guides
    Replies: 20
    Last Post: 06-02-2009, 03:20 PM
  4. new smudge / filter only sig o.O
    By zephil in forum Art & Graphic Design
    Replies: 4
    Last Post: 03-24-2007, 10:49 AM
All times are GMT -5. The time now is 06:35 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