Z 's Battleground Honor Farming Bot (Alpha - Source included) menu

User Tag List

Page 12 of 18 FirstFirst ... 8910111213141516 ... LastLast
Results 166 to 180 of 268
  1. #166
    pandah's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Patteus View Post
    I have problem with leaving bg's.
    I have tried change cords and color but still not woking.

    Autoit just says "Waiting 60 seconds to repeat routine... tick tock..."
    I'm having this same problem. I've come back from watching tv a few times and seen it just sitting at the place where i qeue from with the waiting 60seconds to repeat message.

    Z 's Battleground Honor Farming Bot (Alpha - Source included)
  2. #167
    cajkan's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can any of u guys Post or Upload File 1200x700 resolution ... or any save file...

    i really dont get it Auto it

    it will be cool if anyone make YOUTUBE TUTORIAL

    THANKS

  3. #168
    deenut's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I levelled 2 chars to 80 from 71 with this

  4. #169
    pandah's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yeah I'm not too familiar with Auto-it. But I did go in and edit the join battle coords to get that to work properly.

    I still can't get it to recoginze that the BG is over. It'll just wait until the BG times out then it goes back to the Qeue area and will just continue on as if it were in a BG.

  5. #170
    cajkan's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No Enter Battle button located , checking again in 5 seconds ...

    this is what it displays...

    i cant figure it out how to set up button :SS ???

    pls someone explain me

    im using 1024x768 Resolution...

    also on mini map clics on different place :S

    pls someone make video tutorial...

  6. #171
    swedanne's Avatar Private
    Reputation
    1
    Join Date
    Oct 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i download this Pvp bot? Please someone tell me i got hurry now to put it on for tonight
    Last edited by swedanne; 10-25-2009 at 01:59 PM.

  7. #172
    =Z='s Avatar Contributor
    Reputation
    90
    Join Date
    Aug 2009
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All the people asking how to do it in autoit, you're obviously not reading the original post as it's pretty plainly laid out there.

    I guess i'll say it again, do the following to make this bot work.

    Download and install AutoIt
    Run SciTE Script Editor (in the autoit folder or shortcut in your start menu).
    Paste the code in from the code section here: Original Post.
    Save
    Click Tools -> Go.
    Follow instructions at the top left of your screen (the bot will pop up little messages to tell you whats going on).

    It's really very simple.

    Anyone running in a lower resolution, you need to run at the res I stated, unfortunately I havn't gotten around to making it work for lower res yet (though I plan to in the future when I get more time off work).
    Last edited by =Z=; 10-25-2009 at 10:50 PM.

  8. #173
    pandah's Avatar Member
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for posting Z. I'd still like some help to help figure out why the bot wont recognize that the game is over.

    I've tried changing the coords, I tried leaving them the same and changing my rez to your rez. nothing makes the bot recognize that the game is over.

  9. #174
    cajkan's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    =Z= it will be awesome if u can post Video Tutorial

    it will be more clear and everyone will understand it ..

    to record good videos Try Camtasia its 300 $ software

    but im sure u can find it cracked and plS

    Make Video Tutorial

    PLZ PLS PLZ

  10. #175
    Ezi's Avatar Member
    Reputation
    5
    Join Date
    Aug 2009
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cajkan View Post
    =Z= it will be awesome if u can post Video Tutorial

    it will be more clear and everyone will understand it ..

    to record good videos Try Camtasia its 300 $ software

    but im sure u can find it cracked and plS

    Make Video Tutorial

    PLZ PLS PLZ
    if you dont understand what he wrote, you wont be able to use bot.

  11. #176
    Manbeast's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pandah View Post
    Thanks for posting Z. I'd still like some help to help figure out why the bot wont recognize that the game is over.

    I've tried changing the coords, I tried leaving them the same and changing my rez to your rez. nothing makes the bot recognize that the game is over.
    You might of edited the wrong section for co-ordinates on accident.

    Look for:
    Code:
            $coord = PixelSearch(600, 675, 732, 678, 0x670000, 10) ;searches for color of leave battleground button within 10 variations
            If Not @error Then
                MouseMove  ($coord[0], $coord[1]) ;move to area coordinates for leave battleground button
                ToolTip("BG has ended, re-starting queing process in 10 seconds", 0, 0) ; displays tooltip in top left corner
                sleep (2000)
                MouseClick ("left")
                sleep (8000)
                Queue() ; call combat loop
            EndIf
    At the bottom of the BG bot script. I recommend playing a BG without the bot on and getting the co-ordinates at the end to make sure you know exactly where the button is.

    I can also see a problem with finding the button on graphics cards where you have it set to a ton of brightness, or enabled color correction or "digital viberence" like on Nvidia cards. I would reccomend setting all your colors and brightness back to default in game and in your graphics control panel if this is the case. Hopefully that gets you going and grinding lots of honor.
    Last edited by Manbeast; 10-26-2009 at 03:49 PM.

  12. #177
    =Z='s Avatar Contributor
    Reputation
    90
    Join Date
    Aug 2009
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As manbeast said, a good way to troubleshoot the bot when it isn't working is to watch it play a game and see where it's wrong, if you notice it's clicking just to the left/right of the exit button, maybe the coords are wrong.

    You can also try adjusting the color its looking for, but only if you actually know what you're doing. I explained it earlier in the thread, you'd have to use the Window Info tool that comes with AutoIt and select the "mouse" tab then look for color and convert it from hex to decimal.

    It's not really as complicated as it sounds though....

  13. #178
    cajkan's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    =Z= maybe u can make for some resolutions

    like 800x600
    1024x768 etc...

  14. #179
    nyte113's Avatar Member
    Reputation
    1
    Join Date
    Apr 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i got it to enter and leave battle grounds. But i am having problems entering any other bg except for AV. Even when i tell it to enter AB, it enters AV instead. Do i have to change the cords for highlighting the other bg's aswell?

  15. #180
    Manbeast's Avatar Member
    Reputation
    4
    Join Date
    Oct 2006
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nyte113 View Post
    Hi, i got it to enter and leave battle grounds. But i am having problems entering any other bg except for AV. Even when i tell it to enter AB, it enters AV instead. Do i have to change the cords for highlighting the other bg's aswell?

    You have to manually select (Highlight) AB or any other battle ground before you alt tab to start up the bot. The bot doesn't actually highlight the battle ground for you. GL and get those honor marks!

Page 12 of 18 FirstFirst ... 8910111213141516 ... LastLast

Similar Threads

  1. BG Honor farming bot?
    By danbirk in forum World of Warcraft General
    Replies: 2
    Last Post: 10-03-2010, 05:08 AM
  2. Honor farming bot?
    By santiriel in forum WoW Bots Questions & Requests
    Replies: 5
    Last Post: 03-27-2010, 08:08 PM
  3. Z's Fishing Bot (Alpha - Source Included)
    By =Z= in forum World of Warcraft Bots and Programs
    Replies: 28
    Last Post: 11-09-2009, 10:12 AM
  4. WoW honor farm bot
    By Choxxmage in forum World of Warcraft Bots and Programs
    Replies: 7
    Last Post: 01-09-2009, 07:01 AM
All times are GMT -5. The time now is 08:36 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