Okay, im gonna share a nice way to farm honor on private serwers, since some of them got dimishing returns on honor because of farmers.
This method has nothing to do with these instant respawn spots, it should work on every serwer, unless there is dimishing returns on honor.
Lets get started.
First of all, You will need atleast 3 accounts with 3 characters on them. Alliance, Horde, and lvl 10 priest in opposite faction.
When You will have all of them, take them to ANY safe place, where noone can easly see you ( or You gonna be killed/banned)
make 3 macros on these characters:
Your char:
Code:
/tar *opposite faction char*
/startattack
Priest:
Code:
/tar *opposite faction char*
/cast resurrection
Victim:
Code:
/script AcceptResurrect()
When You are done put all of those macros on action bar and bind them with "1".
Now its all about spamming "1" on all 3 characters. Sounds like keyclone... BUT. with Keyclone You cant do anything else while it works. So lets try another (and cheaper, since keyclone isnt freeware) way.
Download and install AutoHotKey (You can easly google it) and Create empty .txt file. Fill it with this code:
Code:
WinGet, id, list,World of Warcraft,,
Loop, %id%
{
this_id := id%A_Index%
MsgBox, 4, ,%this_id%
IfMsgBox, NO, break
}
F11::
Loop
{
if GetKeyState("F12", "P")
break
sleep 10
ControlSend, , 1, ahk_id %id3%
ControlSend, , 1, ahk_id %id2%
ControlSend, , 1, ahk_id %id1%
}
return
Save it as *.ahk and run
it will detect 3 opened World of Warcraft windows, and keep spaming 1 button to all of them. So You can just minimize it and do something on PC (or play another alt)
Script has a lot other uses, with a little modification You can make it works exacly like Keyclone do.
personally i did a bit more complicated version of this method with 2 priests, so they got time to mana regen every few rezurrects. Im sure that You can find how it works (little hint: bar swapping macros) This become a lot more usefull when You kill priest because of Lag, so another priest can resurrect him automatically.
You can also use it with lvl 10 twinks (like on molten) just stack haste and mp5
and PLEASE, dont try to argue that priest will go oom. lvl 10 priest got VERY big mana pool, and awesome regen, so it takes few secs to regen mana for next resurr. (with 2 priest there is 100% efficiency.
All credits goes to me and AHK creators :tongue:
btw. it should works on Retail aswell, since they removed dimishing returns. just take 80 lvl opposite faction and create trial acc for priest :P