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

User Tag List

Page 17 of 18 FirstFirst ... 131415161718 LastLast
Results 241 to 255 of 268
  1. #241
    =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)
    It is most definitely version independant, this will work as long as the basic mechanics of fishing do not change in wow.

    Z 's Battleground Honor Farming Bot (Alpha - Source included)
  2. #242
    TxDKGuy's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Never mind, I am an idiot and found what I needed.


    Works great once you put the coords in the right spot Going good so far. I just tweaked a few things on my own end to make it look more realistic at the beginning.
    Last edited by TxDKGuy; 12-14-2009 at 02:25 PM.

  3. #243
    CyanideList's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    patched or...?

  4. #244
    certa0's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CyanideList View Post
    patched or...?
    Doubt it the guy above your post is only 22hours old. Goin to test this once blizz is up.

  5. #245
    [the Sills]'s Avatar Contributor
    Reputation
    132
    Join Date
    Jan 2009
    Posts
    681
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey , for some reason the script cannot find the "enter bg key" i have set up new cords for the enter bg button ....

  6. #246
    certa0's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mostly the bot seems functional, however the cords in WSG - horde are wrong and im not sure what happend but it didnt go into AV for what ever reason.

  7. #247
    shieldblock's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    on live servers ?

  8. #248
    certa0's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by shieldblock View Post
    on live servers ?
    Yes :P... Giie me one private server where Alterac valley is working as blizzard intended, with 80 players.

  9. #249
    raze1225's Avatar Member
    Reputation
    29
    Join Date
    Mar 2008
    Posts
    365
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    k so...i have no idea how AutoIt works. But where do i download this? Or do i copy and paste that code onto something? Couldnt find any directions :[

  10. #250
    johnthrax's Avatar Member
    Reputation
    10
    Join Date
    Jan 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this dont work for me. im running it correctly it does good up to the point iit clicks j oin bg. then it proceeds to wait only 10 seconds before starting its NAV for AV. and then once that happens it turns left then right and starts the auto afk. please help would be hap py to get this running.

  11. #251
    Tinlau's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Every time i start it, it opens wow, and open the PvP pane, but then it minimizes and asks me for like co-ords or something for bg enable and disable, i dont know and the tooltip says something about bg enable button location er sumthin, why won't it work ?

  12. #252
    certa0's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well I read this entire thread, I got the bot working but the bot working, minus leaving the battleground but it auto kicks you after 2mins so its not to bad. I am having serious problems with the navigation though. How do I make the bot go left or right? Mine only seems to run forwards even on the Left down Left up navs. Basically every game my character gets stuck on the same spot never even makes it to the gate and I tryed changing the amount of time Left down and up is pressed as well as right it doesn't seem to change the way it works.
    Code:
    	
    	;AV NAV CODE
    	If $bgnum = 1 Then
    		Send ("{left down}")
    		sleep (10)
    		Send ("{left up}")
    		sleep (7000)
    		Send ("{NUMLOCK}")
    		Sleep (2400)
    		Send ("{NUMLOCK}")
    		sleep (500)
    		Send ("{right down}")
    		sleep (205)
    		Send ("{right up}")
    		sleep (500)
    		Send ("{NUMLOCK}")
    		Sleep (9000)
    		Send ("{NUMLOCK}")
    		ToolTip("Waiting for 1:45 before continuing Nav procedure...)", 0, 0) ; displays tooltip in top left corner
    		sleep (95000)
    		ToolTip("Commencing Nav routine...", 0, 0) ; displays tooltip in top left corner
    		Send ("{NUMLOCK}")	
    		Sleep (7000)
    		Send ("{left down}")
    		sleep (310)
    		Send ("{left up}")
    		sleep (25000)
    		Send ("{NUMLOCK}")
    		ToolTip("Nav routine complete...", 0, 0) ; displays tooltip in top left corner
    		sleep (2000)
    That's what I am supposed to be changing in order to get a different navigation? Can anyone help me out with it? Doing this on horde side AV.

  13. #253
    kingtut19's Avatar Private
    Reputation
    1
    Join Date
    Dec 2009
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    a little help please

    Ok so i am new to this site and to programing. I can not find a download link for this bot. Do i have to use the alpha code and run it through a compiler??? again forgive me for being a noob:confused:

    never mind downloaded autoit and am trying it out now.
    Last edited by kingtut19; 12-19-2009 at 07:47 AM.

  14. #254
    Testament29's Avatar Member
    Reputation
    3
    Join Date
    Jul 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any chance on geting navigation on ally side as well? av

  15. #255
    WhiteShizzle's Avatar Active Member
    Reputation
    17
    Join Date
    Jun 2008
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any Navigation for Alliance?

Page 17 of 18 FirstFirst ... 131415161718 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 03: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