Bot and Macro are widely used these days, though I do NOT recommend bots for those who are inexperienced or have not been using them since their inception, as there are NUMEROUS techniques to lower the risk of detection.
But for ones that have been playing MMORPGs for quite sometimes, I'm sure you know where to get information and tricks from many community sites and forums. I got one from Strategy Freaks, their peeps are sharing macro,bot, exploit and guides for more than 20 MMORPGs, not only the Archlord. Here's a quick glance of their thread.
You can always go to Archlord Macro for more Archlord macros and reviews.
Archlord Macro: AC Tool
http://rapidshare.com/files/13506472...l_540.exe.html
the macro:
//Archlord bot v1.
//By Facerip
Constants
buff1 = 4 //Hotkey for buff.
buff2 = 5 //Hotkey for buff.
buff3 = 6 //Hotkey for buff.
loot = {SPACE} //Hotkey to autoloot.
target = J //Hotkey to target nearest enemy.
attack = 3 //Hotkey to autoattack.
kill = 15 //Time in seconds to kill 1 enemy.
End
SetActiveWindow Archlord
Call findEnemy
//Aquires a target
Procedure findEnemy
SetActiveWindow Archlord //Window Safty.
Keys $buff1
Delay 1 Sec
Keys $target //nearest target
Keydown {RIGHT} 0.5 sec //Adjusts LOS for targeting purposes.
Call killEnemy
End
Read more...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment