33531View count
4m 20sLength in seconds

Sorry about the no audio. You'll live. :-P Hey guys and gals. In this video, I will be showing you how to make a macro for one of the most tedious tasks on Tribal Wars - farming. It is my hope that at the end of this video, you will be able to get a start into writing other macros for Tribal Wars using the same language (such as a fast noble train sender). I know this is illegal. I do not care (this, being a completely external macro, is undetectable). I hope to show you the audience, the joys of programming and how it can be applied to a great game. Thanks for reading, and enjoy the video! Sample farming script: The three coords on here are sample coords. Paste your own in there. (I put two links because one of them may not work). http://www.filedropper.com/fscript http://www.mediafire.com/?nmmy1zyz2qy EDIT: Bah, neither work now...please just Google a farming script. Or you could pm me I guess ;-). Farm finding website: http://twmentor.com/?tool=finder Macroing program: http://www.autohotkey.com/download/ Simple macro for farming that I wrote: ^!f:: InputBox, UserInput, Number of Times to Loop, Please enter the amount of times you wish for this farming program to loop through. Loop %UserInput% { Random, rand, 1500, 2000 sleep rand Click 36, 107 ;the farm script Random, rand, 500,1000 sleep rand Click 699, 540 ;the attack button Random, rand, 1000, 2000 sleep rand Click 425, 562 ;barb OK Click 425, 583 ;bonus OK } return Thanks for watching! I recommend exploring the documentation for AutoHotkey, you can do so much with it! Perhaps now you can write a script that sends fast noble trains with the Opera method :-D. Or, what could possibly be even more awesome later is to have it help you bookmark farm since it can go through the tabs extremely quickly. Also, if you find that your internet is laggy, try to extend the wait time. Again thanks for watching, sorry that the ending drops out fast, I was having encoding issues