Paladin Hunting Macro

01/19/2007 23:29 d-aze#1
This is the solution for all Paladins who are tired of switchig their chants.

CODE
Code:
SetActiveWindow Dark Age of Camelot, Copyright © 2001-05 Mythic Entertainment, Inc.

Constants
switch = false
End
Procedure End When {GlobalKeys} contains 114
ClearGlobalKeys
SetConst $switch = false
end

Procedure start When {GlobalKeys} contains 113
ClearGlobalKeys
SetConst $switch = true
end

While 1=1
if $switch = true
ProcessMessages // Checks for end
Keys 5
Delay 2000
ProcessMessages // Checks for end
Keys 6
Delay 2000
ProcessMessages // Checks for end
Keys 7
Delay 2000
ProcessMessages // Checks for end
Keys 8
Delay 2000
ProcessMessages // Checks for end
end

delay 500
ProcessMessages //checks for start
end

Its very simple really, you start AC Tools, paste the macro and press start.
Nothing will happen yet, but as soon as you press F2 the macro will switch chants every two seconds.
At the moment, the keys being pressed are five, six, seven and eight, but its easily extesible to press more buttons.
If you dont want to switch automatically anymore, for whatever reason like chatting, press F3.
The program doesnt close at any time, you just press F2 again and it starts to do its work.
_________________
I DO NOT TAKE CREDIT FOR MY INFO.

I am a member of a exploit guild and post it here because i like this site and want to help it.
02/05/2007 08:50 sirru#2
If you happen to actually read this forum, you might know that that macro is written by my poor self, someone stole it and gave it to stupidpaysite D;
08/12/2011 00:29 sfxx#3
How do you get the macro to cast the chants from the Alt(#2) hot bar? I tried adding in the @ command through ACTools. Didnt work well.