Improved Manglebot menu

User Tag List

Page 22 of 29 FirstFirst ... 181920212223242526 ... LastLast
Results 316 to 330 of 429
  1. #316
    Hypnotika89's Avatar Knight-Lieutenant
    Reputation
    7
    Join Date
    Apr 2014
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont even how many times i said this. DONT EVER USE THE EXE FROM THE OLD MANGLEBOT FROM KELZ!!

    Send from my mobile-phone

    Improved Manglebot
  2. #317
    Hypnotika89's Avatar Knight-Lieutenant
    Reputation
    7
    Join Date
    Apr 2014
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is a simple script. You need to cofig it in the config.ini

    Send from my mobile-phone

  3. #318
    P2502's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 1337pwnbot View Post
    The bot only searches for blues sets and legs so if just a single yellow drops it wont notice it should change the blue to yellow as I have yet to see mag just drop a single blue as of this patch

    Under function Func BossKO() change $blue to $yellow in the 15th line under it

    Code:
    $coords = PixelSearch($lootX, $lootY, $endLootX, $endLootY, $blue, 1)
    to
    Code:
    $coords = PixelSearch($lootX, $lootY, $endLootX, $endLootY, $yellow, 1)
    Thank you for this! It mostly fixed the problem. Mangle does, however, drop a single blue every once in a while (has been around 1/25 runs for me) which causes the initial bug to occur. I took a look at the code briefly earlier and I think this could be fixed by simply adding a separate code segment for blues as well. Gotta take a closer look when I get off work.

    Thanks again for pointing this out!

  4. #319
    Elpoulpo's Avatar Corporal
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by P2502 View Post
    Thank you for this! It mostly fixed the problem. Mangle does, however, drop a single blue every once in a while (has been around 1/25 runs for me) which causes the initial bug to occur. I took a look at the code briefly earlier and I think this could be fixed by simply adding a separate code segment for blues as well. Gotta take a closer look when I get off work.

    Thanks again for pointing this out!
    i've re-written the whole function for you, try this :
    Code:
    Func BossKO()
    	Print("Checking if Boss is Dead")
    	local $ko = 0
    	While $ko < 45
    		$coords = PixelSearch($lootX, $lootY, $endLootX, $endLootY, $legend, 1)
    		If Not @error Then
    			$ko = 101
    			Sleep(100)
    			MouseUp("right")
    			Sleep(300)
    			MouseClick("left", $coords[0], $coords[1], 1, 10)
    			$Successlegs += 1
    			LogToFile("Picked: 1/" & $Successlegs & "     ### Legendaries ### at Run n" & $run)
    			Sleep(100)
    			
    		Else
    			$coords = PixelSearch($lootX, $lootY, $endLootX, $endLootY, $green, 1)
    			If Not @error Then
    				$ko = 101
    				Sleep(200)
    				MouseUp("right")
    				Sleep(300)
    					
    			Else
    				$coords = PixelSearch($lootX, $lootY, $endLootX, $endLootY, $yellow, 1)
    				If Not @error Then
    					$ko = 101
    					Sleep(200)
    					MouseUp("right")
    					Sleep(300)						
    				Else
    					$coords = PixelSearch($lootX, $lootY, $endLootX, $endLootY, $blue, 1)
    					If Not @error Then
    						$ko = 101
    						Sleep(200)
    						MouseUp("right")
    						Sleep(300)	
    					Else
    						$ko = $ko + 1
    						If $ko = 20 Then
    							$error2talkrich += 1
    							Print("Error: [" & $Run & "]")
    							menuLeave()
    						EndIf
    						Sleep(300);
    						Print("Boss Not Dead [" & $Run & "] Try number: " & $Ko)
    					EndIf
    				EndIf
    			EndIf
    		EndIf
    	WEnd
    	checkloot()
    EndFunc

  5. #320
    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 foundead View Post
    is there a way to change the positioning spot closer to the Boss for DH?
    he does not even spawn if you stay too close to the door, I think the spot is as good as it can get

  6. #321
    theokoles's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there an easy way to edit the script so it runs on 1366 x 768? I wanted to run this on my laptop while I play other games on the main pc. This script runs pretty well even though they nerfed the drops I still wake up with about 5-8 legendaries per night. Thanks for all the support

  7. #322
    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 theokoles View Post
    Is there an easy way to edit the script so it runs on 1366 x 768? I wanted to run this on my laptop while I play other games on the main pc. This script runs pretty well even though they nerfed the drops I still wake up with about 5-8 legendaries per night. Thanks for all the support
    vmware my friend... vmware is the solution

  8. #323
    Usarian's Avatar Member
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I could rewrite it to make it multiresolution support, but i only have the bot, that moves arround the corner. If i can find the normal bot, that justb reaks the door and kills the dude, i ll gladly transform it for all-res-support

  9. #324
    frezar's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Elpoulpo View Post
    i've re-written the whole function for you, try this :
    Damn this helped me so much thanks.

    The only other problem I have is that the bot sometimes clicks past the blue door and ends up not being able to find the door which leads the bot to error

  10. #325
    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 frezar View Post
    Damn this helped me so much thanks.

    The only other problem I have is that the bot sometimes clicks past the blue door and ends up not being able to find the door which leads the bot to error
    it happens very rarely but yes I dont know why the very very top edge of the door was selected as the point to click to enter the "boss" room

  11. #326
    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)
    So maybe it got stuck, not sure. I just got a pop up window saying to make sure I was in 1900x1800 resolution or whatever (which I am, windowed etc, blah blah).

    It used to time out and leave game then try to resume, does it not do this anymore?


    *edit*

    Might have to do with how it leaves game by clicking. It seems if you dont let the mouse hover over it a second it doesn't register the click.


    Edited the bot to use Escape instead of mouse clicks to leave the game.

    https://www.dropbox.com/s/3azvrurymq...le%202.0.4.au3
    Last edited by Dyz; 04-11-2014 at 05:48 PM.

  12. #327
    Hypnotika89's Avatar Knight-Lieutenant
    Reputation
    7
    Join Date
    Apr 2014
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by w00tx View Post
    it happens very rarely but yes I dont know why the very very top edge of the door was selected as the point to click to enter the "boss" room
    Because hes doing the pixelsearch on that color. Else it would be: Oh the boss dropped a blue, lets go into the portal."

    Send from my mobile-phone

  13. #328
    Hypnotika89's Avatar Knight-Lieutenant
    Reputation
    7
    Join Date
    Apr 2014
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Usarian View Post
    I could rewrite it to make it multiresolution support, but i only have the bot, that moves arround the corner. If i can find the normal bot, that justb reaks the door and kills the dude, i ll gladly transform it for all-res-support
    Reading the first post helps alot.

    Send from my mobile-phone

  14. #329
    Hypnotika89's Avatar Knight-Lieutenant
    Reputation
    7
    Join Date
    Apr 2014
    Posts
    231
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by w00tx View Post
    he does not even spawn if you stay too close to the door, I think the spot is as good as it can get
    It should be in the config.ini.

    Send from my mobile-phone

  15. #330
    darthc0la's Avatar Member
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by theokoles View Post
    Is there an easy way to edit the script so it runs on 1366 x 768? I wanted to run this on my laptop while I play other games on the main pc. This script runs pretty well even though they nerfed the drops I still wake up with about 5-8 legendaries per night. Thanks for all the support
    manglemawallres - Pastebin.com

    you're welcome. although it might be a little broken. lmao
    this is a all res btw

Page 22 of 29 FirstFirst ... 181920212223242526 ... LastLast

Similar Threads

  1. Improved Crash peoples computer
    By omgwhokillme in forum World of Warcraft General
    Replies: 6
    Last Post: 12-06-2006, 02:17 AM
  2. Un'Goro Improvements
    By Tink in forum WoW ME Questions and Requests
    Replies: 1
    Last Post: 11-27-2006, 01:25 PM
  3. Azshara Crater (New and Improved)
    By Ensui in forum World of Warcraft Model Editing
    Replies: 27
    Last Post: 11-16-2006, 06:52 PM
  4. Improved interface
    By wondoman in forum Suggestions
    Replies: 1
    Last Post: 10-08-2006, 04:43 PM
  5. warsong gulch lvl 60 in 10-19 improved that works
    By Tubz in forum World of Warcraft Exploits
    Replies: 18
    Last Post: 09-04-2006, 06:38 AM
All times are GMT -5. The time now is 05:44 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