Ac Tool Macro Submission
Posted: May 19th, 2004, 11:57 am
This is an AC Tool macro which i learned to make on my own. The commented out things can be re-added for flexability on how you want to macro. IF anyone needs help just give me a shout.
Assist code is for targeting a friend of yours, auto following if he doesn't attack, and assisnting him if he does attack.
Next Target + Specific targeting should both be enabled at the same time, if youre being aggroed, Next Target will target the closer target (The aggro).
Soulshots should be uncommented if wanted also.
[code]
SetActiveWindow Lineage II Call
Constants
Attack = {F4}
Next = {F5}
AuraD = {F6}
AuraA = {F7}
Pickup = {F3}
soulshot = {f1}
assist = {f2}
End
While 1=1
//Keys /target [Green Dryad] {return}
//Delay 2
Keydown $Next 250
Delay 1
//Assist Macro Start
//Keys /target name {return}
//Keydown $assist 250
//delay 1
//Assist Macro End
//Keydown $soulshot 250
//Delay 1
Keydown $Attack 250
Delay 1
//Keydown $soulshot 250
//Delay 1
Keydown $Attack 250
Delay 1
Keydown $Pickup 250
Delay 1
Keydown $Pickup 250
Delay 1
End
[/code]
Assist code is for targeting a friend of yours, auto following if he doesn't attack, and assisnting him if he does attack.
Next Target + Specific targeting should both be enabled at the same time, if youre being aggroed, Next Target will target the closer target (The aggro).
Soulshots should be uncommented if wanted also.
[code]
SetActiveWindow Lineage II Call
Constants
Attack = {F4}
Next = {F5}
AuraD = {F6}
AuraA = {F7}
Pickup = {F3}
soulshot = {f1}
assist = {f2}
End
While 1=1
//Keys /target [Green Dryad] {return}
//Delay 2
Keydown $Next 250
Delay 1
//Assist Macro Start
//Keys /target name {return}
//Keydown $assist 250
//delay 1
//Assist Macro End
//Keydown $soulshot 250
//Delay 1
Keydown $Attack 250
Delay 1
//Keydown $soulshot 250
//Delay 1
Keydown $Attack 250
Delay 1
Keydown $Pickup 250
Delay 1
Keydown $Pickup 250
Delay 1
End
[/code]