MangleClaw farming bot menu

Shout-Out

User Tag List

Page 27 of 42 FirstFirst ... 232425262728293031 ... LastLast
Results 391 to 405 of 618
  1. #391
    richardptt's Avatar Active Member
    Reputation
    36
    Join Date
    Sep 2008
    Posts
    331
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by incuz View Post
    im an idiot, had to change it to 0x4b8f1c to not have compiling errors :x
    i mean " x " ? well i didnt changed :P xDDD

    ALready found the problemm at POOLS

    MangleClaw farming bot
  2. #392
    StrikeN's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It works where it was before you changed the position. You run abit to the right at the start, i hope you understand where

  3. #393
    incuz's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tell us then richard, the only thing i found was a wrong sleep timer with a value of 360 where he doesnt have enough time for the loot function and bugs out

  4. #394
    richardptt's Avatar Active Member
    Reputation
    36
    Join Date
    Sep 2008
    Posts
    331
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by StrikeN View Post
    It works where it was before you changed the position. You run abit to the right at the start, i hope you understand where
    MangleClaw farming bot-ahhhh-jpg
    where do you want

  5. #395
    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)
    ; Go into position for the boss
    Func StartBoss()
    Sleep(1500)
    $found = False
    while not $found
    ; Looks for candles in the top left corner
    $coord = PixelSearch(135, 572, 135, 572, 0x6D6236, 30)
    If Not @error Then
    $found = True
    Sleep(500)
    ; Go at the bottom of the room
    MouseClick("left", 777, 957, 2, 20)
    Else
    sleep(10)
    EndIf
    WEnd
    BeatBoss()
    EndFunc

    ; Fights the boss
    Func BeatBoss()
    Sleep(2500) ; Waits for the player to arrive at the battle spot. Dont put this too low
    $dead = False

    ; Use some spells
    Send("2")
    Sleep(200)
    Send("3")
    Sleep(200)
    Send("4")
    MouseMove(1150, 137)
    MouseDown("right")
    Sleep(200)
    Send("1")
    sleep($bossTimer)
    while not $dead


    This is what he means // the red dot

  6. #396
    richardptt's Avatar Active Member
    Reputation
    36
    Join Date
    Sep 2008
    Posts
    331
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by incuz View Post
    tell us then richard, the only thing i found was a wrong sleep timer with a value of 360 where he doesnt have enough time for the loot function and bugs out
    no, because just because it says " loot " on tooltip doesnt mean is that , and the config is made if u waste or fail at loot, it will go on, other wise if u had bags full it would spam loot and drop it over and over again,
    the real problem was when u get at boss's room, he does a pixel search on some candles and if didnt had time enought or failed at scan then the bot would try to search the blue door wich u had already in , other wors u cant find what is not there

  7. #397
    richardptt's Avatar Active Member
    Reputation
    36
    Join Date
    Sep 2008
    Posts
    331
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hypnotika89 View Post
    ; Go into position for the boss
    Func StartBoss()
    Sleep(1500)
    $found = False
    while not $found
    ; Looks for candles in the top left corner
    $coord = PixelSearch(135, 572, 135, 572, 0x6D6236, 30)
    If Not @error Then
    $found = True
    Sleep(500)
    ; Go at the bottom of the room
    MouseClick("left", 777, 957, 2, 20)
    Else
    sleep(10)
    EndIf
    WEnd
    BeatBoss()
    EndFunc

    ; Fights the boss
    Func BeatBoss()
    Sleep(2500) ; Waits for the player to arrive at the battle spot. Dont put this too low
    $dead = False

    ; Use some spells
    Send("2")
    Sleep(200)
    Send("3")
    Sleep(200)
    Send("4")
    MouseMove(1150, 137)
    MouseDown("right")
    Sleep(200)
    Send("1")
    sleep($bossTimer)
    while not $dead


    This is what he means // the red dot
    Sorry i did not understand your meaning :S

  8. #398
    richardptt's Avatar Active Member
    Reputation
    36
    Join Date
    Sep 2008
    Posts
    331
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can some oen TELL ME what is CORE coins! and how i have them ?

  9. #399
    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)
    StrikeN asked if you could revert the position the character is running before the fight starts. This is the old code where hes just running a few steps. This is also the good fighting sequence for a DH. But im still to stupid to combine yours and this code

  10. #400
    richardptt's Avatar Active Member
    Reputation
    36
    Join Date
    Sep 2008
    Posts
    331
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hypnotika89 View Post
    StrikeN asked if you could revert the position the character is running before the fight starts. This is the old code where hes just running a few steps. This is also the good fighting sequence for a DH. But im still to stupid to combine yours and this code
    the old position was this one
    MouseClick("left", 777, 957)character move to old position
    but i need to change the aim too sec
    MouseMove(1150, 137) and mouse ( aim ) moves to old position
    want me to put on bot ?

  11. #401
    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)
    Would be awesome. I could use the bot then aswell with my DH

  12. #402
    incuz's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    found an issue with the set stasher..
    the old hex alone doesn't work, because amus & rings are darker
    added a Searchresult 5 with 0x326815, its the darker green
    testing now

  13. #403
    richardptt's Avatar Active Member
    Reputation
    36
    Join Date
    Sep 2008
    Posts
    331
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by incuz View Post
    found an issue with the set stasher..
    the old hex alone doesn't work, because amus & rings are darker
    added a Searchresult 5 with 0x326815, its the darker green
    testing now
    did it worked ?

  14. #404
    richardptt's Avatar Active Member
    Reputation
    36
    Join Date
    Sep 2008
    Posts
    331
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Hypnotika89 View Post
    Would be awesome. I could use the bot then aswell with my DH
    https://www.dropbox.com/sh/vv88cnxwprzt9jq/qFUwjQkZq4
    copy demonhunter bot, i havent tryed because i am having problems with conection
    i still have to do a demon hunter fight mode

  15. #405
    incuz's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    52
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i just dl'ed the bot.au3 from an hour ago that you uploaded, amus and rings didn't work with that
    now ill add my color and try again when my inv gets full again

Page 27 of 42 FirstFirst ... 232425262728293031 ... LastLast

Similar Threads

  1. Help me choose my farm bot
    By Derrington in forum World of Warcraft General
    Replies: 8
    Last Post: 06-15-2009, 06:44 AM
  2. WotLK fishing/gold farming bot
    By L33Tpimp in forum World of Warcraft Bots and Programs
    Replies: 9
    Last Post: 01-16-2009, 07:40 PM
  3. WoW honor farm bot
    By Choxxmage in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 01-09-2009, 07:01 AM
  4. Farming bot???
    By chilled in forum World of Warcraft General
    Replies: 3
    Last Post: 06-03-2006, 09:29 AM
All times are GMT -5. The time now is 03:27 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