Automatic AFK Honor farm  (not tested on retail) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    b3vad's Avatar Master Sergeant
    Reputation
    13
    Join Date
    Feb 2010
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Automatic AFK Honor farm (not tested on retail)

    Me and my friends use this trick to farm honor on the private server that we are playing and i think you can use it somehow or at least you want to know things like this just in case !
    This guide is very basic from things that you already know and all I'm saying is how to put things together to do something .

    (Warning : i don't know how things work on retail if you want to test something like this test at your own risk)
    ----------------
    1- In game
    You need 2 lvl80 hero's from opposite side one of them must have ress ability
    You need to be able to open at least 3 wow window .
    (I suggest to use windowed - low resolution and all effects on low)

    ----------------
    2- Addons
    Useful Extras this addon helps you to automatically accept the ress from your party members .
    ----------------
    3-Macros
    Make this macro on your ress character on opposite faction :
    /cast [@party1] Resurrection(Rank 1)
    Note : This is for priest replace spell with ress spell on other classes
    Note : always use rank 1 to ress with minimum HP !


    Make this macro on your char that wants to farm honor :
    /tar emosas
    /cast Icy Touch(Rank 5)

    Note : replace the name after /tar with name of the hero that you want to kill (not resser)
    Note : replace spell in line 2 with a good spell in your class .
    Note : spell that you are using must/better be instant cast - less than 9 sec cool down and don't require much manna/rage/energy/runic power

    ----------------
    4- Key bindings
    Bind keys "left - right - up -down" to one of your action bars and put macros on them
    Note : you can use other keys for spells that give you manna/rage/energy or anything you want
    Note : you can bind any key for this but you have to change them in programs too .

    ----------------
    5- Programs
    thees are not real programs just simple Auto-it scripts !
    A : Set Title
    Renames your wow windows so you can send keys to each one !
    Code:
    $win =0
    while $win < 9
    sleep(1000)
    $win +=1
    $answ = MsgBox(1,"K1","select WOW " & $win)
    if $answ = 2 then Exit
    Sleep(100)
    WinSetTitle("World of Warcraft", "", "wow" & $win)
    WEnd
    B : Key Sender
    Sends Keys to wow windows that you renamed !
    Code:
    Global $Paused
    HotKeySet("{PAUSE}", "TogglePause")
    $delay = 2
    sleep(1000)
    $delay = InputBox("K1","Delay Between key presses.            IMO bets time is 2 sec                Press cancel to exit","2")
    if @Error =1 Then Exit
    $delay *= 1000
    While 1
    sleep($delay)
    ToolTip("UP",0,0)
    sleep(100)
        ControlSend("wow1", "", "", "{UP}")
        ControlSend("wow2", "", "", "{UP}")
        ControlSend("wow3", "", "", "{UP}")
        ControlSend("wow4", "", "", "{UP}")
        ControlSend("wow5", "", "", "{UP}")
        ControlSend("wow6", "", "", "{UP}")
        ControlSend("", "", "", "");Clear
    sleep($delay)
    ToolTip("Left",0,0)
    sleep(100)
        ControlSend("wow1", "", "", "{LEFT}")
        ControlSend("wow2", "", "", "{LEFT}")
        ControlSend("wow3", "", "", "{LEFT}")
        ControlSend("wow4", "", "", "{LEFT}")
        ControlSend("wow5", "", "", "{LEFT}")
        ControlSend("wow6", "", "", "{LEFT}")
        ControlSend("", "", "", "");Clear
    sleep($delay)
    ToolTip("RIGHT",0,0)
    sleep(100)
        ControlSend("wow1", "", "", "{RIGHT}")
        ControlSend("wow2", "", "", "{RIGHT}")
        ControlSend("wow3", "", "", "{RIGHT}")
        ControlSend("wow4", "", "", "{RIGHT}")
        ControlSend("wow5", "", "", "{RIGHT}")
        ControlSend("wow6", "", "", "{RIGHT}")
        ControlSend("", "", "", "");Clear
    WEnd
    Func TogglePause()
        $Paused = NOT $Paused
        While $Paused
            sleep(100)
            ToolTip('HonorFarm is Paused',0,0)
        WEnd
        ToolTip("")
    EndFunc
    Note : just copy paste them in Auto-It .
    Note : you can change anything if you know what you are doing .
    Note : i didn't put ready .exe file to prevent virus .

    ----------------
    6-How to...
    A : OK now you need to log in and take all of your hero's to same place (somewhere that nobody can see you or come and annoy you) in case that you will be afk .
    B : Group your Opposite faction Characters .
    C : Run Set Title program and rename all of your wow windows .
    D : Run Key Sender and there you go ...

    Note : Key Sender will Pause/Resume with Pause Break key on keyboard.
    Note : if you had any problem or question im here to answer .

    as you can see its a simple solution to send commands to wow windows to do things you can use similar routine for anything else that you want . and there is not any injection so there is not big chance of ban unless somebody see and report you .
    Last edited by b3vad; 06-18-2010 at 06:42 AM.

    Automatic AFK Honor farm  (not tested on retail)
  2. #2
    spudstar99's Avatar Member
    Reputation
    12
    Join Date
    Aug 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this doesn't work on retail .. because you don't get any honor after some kills ..

    that is what i know.

    sincery spud

  3. #3
    Zytan's Avatar Master Sergeant
    Reputation
    20
    Join Date
    Apr 2010
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Should you test it on retail first then you might be thanked

  4. #4
    ToR's Avatar Contributor
    Reputation
    161
    Join Date
    Oct 2006
    Posts
    487
    Thanks G/R
    15/6
    Trade Feedback
    3 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Make this macro on your ress character on opposite faction :
    /cast [@party1] Resurrection(Rank 1)


    This work on retail

  5. #5
    b3vad's Avatar Master Sergeant
    Reputation
    13
    Join Date
    Feb 2010
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Zytan View Post
    Should you test it on retail first then you might be thanked
    the whole thing works on any server even retail there is just 2 problem :
    There is risk of getting banned if it be illegal to farm honor there or maybe they have a system to cut the honor after a number of kills as spud said Well as i said i don't play retail so if you want to test be my guest with your own risk !
    Originally Posted by ToR View Post


    This work on retail
    if you mean macro yes it will ress your party member 1 if he be dead and you be a priest with enough manna .
    Last edited by b3vad; 06-18-2010 at 10:46 AM.

  6. #6
    Zytan's Avatar Master Sergeant
    Reputation
    20
    Join Date
    Apr 2010
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Should give it a try next week when I'm not busy xD

  7. #7
    spudstar99's Avatar Member
    Reputation
    12
    Join Date
    Aug 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Honor Point Calculation

    As of patch 2.4, Honor is no longer calculated nightly! Instead, Honor is instantly and directly added to the total at the top of the PvP tab of your character sheet (default key 'c') preceded by the word "Honor." This Honor is available to be spent immediately. You can still keep track of the Honor and kills you've accrued for the day in the Today column, as well as what you earned the prior day in the Yesterday column of this PvP tab.

    In addition, accrued Honor is no longer estimated and diminishing returns have been removed from honorable kills as well. However, characters that die 50 times or more in a single battleground will no longer be worth honor for the remainder of that battle.


    WoW -> PvP -> Honor Guide

    sincery spud

  8. #8
    zodiacgk's Avatar Active Member
    Reputation
    41
    Join Date
    Sep 2009
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <3 rainbow threads!

  9. #9
    b3vad's Avatar Master Sergeant
    Reputation
    13
    Join Date
    Feb 2010
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    characters that die 50 times or more in a single battleground will no longer be worth honor for the remainder of that battle
    Its in battleground !
    We are doing it outside of BG and i tested 1000 kills in row (on private server) we need a test on retail
    Does anyone knows is this illegal or not? I cant believe nobody knows this !
    Someone ask a GM that "Is this illegal if i have an enemy friend and he let me kill him several time?"
    Last edited by b3vad; 06-18-2010 at 10:43 PM.

  10. #10
    Neer's Avatar Trend Rider Authenticator enabled
    Reputation
    1445
    Join Date
    Apr 2007
    Posts
    749
    Thanks G/R
    177/828
    Trade Feedback
    5 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    After uve been ressed 2 times, ull get a 60 second cooldown on the accept ress thingy .
    So dont waste ur time on this <3

  11. #11
    b3vad's Avatar Master Sergeant
    Reputation
    13
    Join Date
    Feb 2010
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by alche001 View Post
    After uve been ressed 2 times, ull get a 60 second cooldown on the accept ress thingy .
    So dont waste ur time on this <3
    Now that's an answer !
    Question : does this time goes up with more ress?

    (I know that this is very slow and 60 sec will slow down it 6x but since we are sleep - out or in bath in this time a little honor is better than nothing)
    there is a full pvp set waiting for our honor (you will go up from 0 to 5k gear score only with honor)
    another thing is = we can farm honor on lower levels and get our PVP gear ready for lvl 80 and its alot easier (I'm working on a new way to honor farm retail friendly)
    Last edited by b3vad; 06-18-2010 at 11:21 PM.

  12. #12
    jokeguy's Avatar Private
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by spudstar99 View Post
    this doesn't work on retail .. because you don't get any honor after some kills ..

    that is what i know.

    sincery spud
    I think they removed diminishing returns...

  13. #13
    Login Error's Avatar Active Member
    Reputation
    61
    Join Date
    Feb 2008
    Posts
    260
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anything using outside programs to benefit yourself in-game is bannable.
    Your thread is not [EPIC] or [LEGENDARY!!!], tagging your threads like that makes you look like an idiot.

  14. #14
    b3vad's Avatar Master Sergeant
    Reputation
    13
    Join Date
    Feb 2010
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Login Error View Post
    Anything using outside programs to benefit yourself in-game is bannable.
    that's true but ...
    they cant cant find out that you are using anything outside of game or at least they don't have any profs because it don't use any injection (nothing sounds the alarms on server)
    (sure they can ban you if catch you and you don't be there to answer)
    Finally i got my own personal signature :wave:

  15. #15
    Sensisativa's Avatar Contributor
    Reputation
    151
    Join Date
    Feb 2008
    Posts
    551
    Thanks G/R
    1/7
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is something you should do near Halaa so you can get the shards needed for the mounts, should work pretty well as that area is always dead on my server.
    "A friend in need is a friend indeed, but a friend with weed is better"

Page 1 of 2 12 LastLast

Similar Threads

  1. Afk Honor Farming Azuna
    By billo1234 in forum World of Warcraft Exploits
    Replies: 23
    Last Post: 12-06-2016, 04:31 AM
  2. AFK Honor Farming at Wintergrasp
    By xxreaper008 in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 12-07-2008, 03:17 PM
  3. Head Start in arena (Not tested on retail)
    By bigbowservsbigl in forum World of Warcraft Exploits
    Replies: 7
    Last Post: 06-17-2008, 03:05 AM
  4. AFK Honor Farming
    By Juvalius in forum World of Warcraft Exploits
    Replies: 5
    Last Post: 12-17-2006, 08:43 PM
  5. AFK Honor Farming
    By Juvalius in forum World of Warcraft General
    Replies: 2
    Last Post: 12-14-2006, 07:18 PM
All times are GMT -5. The time now is 02:03 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search