Improved Manglebot menu

Shout-Out

User Tag List

Page 23 of 29 FirstFirst ... 192021222324252627 ... LastLast
Results 331 to 345 of 429
  1. #331
    SnD553'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)
    My DH engages Manglemaw but stops attacking when he has around 15% health left.
    What can I do to fix this?

    Improved Manglebot
  2. #332
    Mezmorized's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Its a good thing Blizzard reversed the patch on Manglemaw... no need to hear dialogue to kill him now.

  3. #333
    Clement Chua's Avatar Member
    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)
    How do I edit the code for DH weapon to stash rather than Wizard Staff???

  4. #334
    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)
    Anyone can create a func to open the chest before getting in the boss room ?

    I tried with no success , We would get some extra legs from that.

  5. #335
    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 Koralvin View Post
    Anyone can create a func to open the chest before getting in the boss room ?

    I tried with no success , We would get some extra legs from that.
    Its already in the old bot. This function sometimes crashes the bot. So, do you want a bot that work for 8 hours, or one getting stucked in the corner.

    Send from my mobile-phone

  6. #336
    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 Clement Chua View Post
    How do I edit the code for DH weapon to stash rather than Wizard Staff???
    Do another pixelsearch - possibly losing sets and legs.

    Send from my mobile-phone

  7. #337
    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 SnD553 View Post
    My DH engages Manglemaw but stops attacking when he has around 15% health left.
    What can I do to fix this?
    Edit the config.ini.

    Send from my mobile-phone

  8. #338
    Samavayo's Avatar Banned
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hm bot works but he doesnt pick up stuff.. couldnt find anything helpful posted before yet. my char keeps attacking like 2 sec after i actually killed the boss. but yet it still says boss not dead. and he doesnt pick up anything, no gold, no yellows, no leg-craftingmaterial and no leg / set - it just logs out of the game and continues. what should i do? sry for poor english

  9. #339
    Duffy201's Avatar Member
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Samavayo View Post
    hm bot works but he doesnt pick up stuff.. couldnt find anything helpful posted before yet. my char keeps attacking like 2 sec after i actually killed the boss. but yet it still says boss not dead. and he doesnt pick up anything, no gold, no yellows, no leg-craftingmaterial and no leg / set - it just logs out of the game and continues. what should i do? sry for poor english
    Try using this, worked for me.

    Originally Posted by Elpoulpo View Post
    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

  10. #340
    markesd's Avatar Contributor
    Reputation
    95
    Join Date
    Jun 2012
    Posts
    566
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how can you make it so it doesn't sell the gems? I'm using the re-written version by Elpoulpo.

  11. #341
    Fulkol's Avatar Member
    Reputation
    12
    Join Date
    Oct 2012
    Posts
    119
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by markesd View Post
    how can you make it so it doesn't sell the gems? I'm using the re-written version by Elpoulpo.
    rror3talkrich = 0
    global $error4talkrich = 0
    global $w = 0
    Global $work = 0
    global $3fails = 0
    gLobal $i = 0
    Global $Inventory[6][10] =
    [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1], _
    [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], _
    [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], _
    [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], _
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], _
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]

    WinActivate("Diablo III")

    This is your inventory
    Put everything you want to keep where you see "0"

  12. #342
    Samavayo's Avatar Banned
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Duffy201 View Post
    Try using this, worked for me.
    well now it says "looting" and like 2 sec after that it uses town portal while it says Error4... without looting of course QQ

    /edit actually nothing has changed for me, "looting"happens only if i hover the mouse on a item, but then it gets the error.
    Last edited by Samavayo; 04-12-2014 at 12:39 PM.

  13. #343
    Fulkol's Avatar Member
    Reputation
    12
    Join Date
    Oct 2012
    Posts
    119
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Samavayo View Post
    well now it says "looting" and like 2 sec after that it uses town portal while it says Error4... without looting of course QQ

    /edit actually nothing has changed for me, "looting"happens only if i hover the mouse on a item, but then it gets the error.
    what character do you play?

  14. #344
    markesd's Avatar Contributor
    Reputation
    95
    Join Date
    Jun 2012
    Posts
    566
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fulkol View Post
    rror3talkrich = 0
    global $error4talkrich = 0
    global $w = 0
    Global $work = 0
    global $3fails = 0
    gLobal $i = 0
    Global $Inventory[6][10] =
    [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1], _
    [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], _
    [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], _
    [1, 1, 1, 1, 1, 1, 1, 1, 1, 1], _
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], _
    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0]]

    WinActivate("Diablo III")

    This is your inventory
    Put everything you want to keep where you see "0"
    thanks, now is there a way to increase wait time for the initial loading screen, I am trying to run it in vmware and now and the bot is crashing during the loading screen in the beginning.

  15. #345
    Samavayo's Avatar Banned
    Reputation
    7
    Join Date
    Jun 2012
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Fulkol View Post
    what character do you play?
    well it doesnt matter what character i am playing, wd, dh, wiz , monk - all the same.. everything works perfectly fine except looting :/

Page 23 of 29 FirstFirst ... 192021222324252627 ... 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 12:54 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