Search found 2 matches

by MacKeys
Wed Aug 22, 2012 6:46 am
Forum: MicroMacro scripts
Topic: Micro Macro for Eligium?
Replies: 50
Views: 91195

Re: Micro Macro for Eligium?

thanks for the code sir xD

I need a code for casting AOE, cause the script does not place the AOE automatically

thanks :)

try something like this
attach( findWindow("Eligium*") );

numSkills = 7;
manaTimer = 45;
manaPot = key.VK_F1;
mouseTimer = 10;

function skillSpam()
for i=1,numSkills,1 ...
by MacKeys
Tue Aug 21, 2012 9:45 pm
Forum: MicroMacro scripts
Topic: Micro Macro for Eligium?
Replies: 50
Views: 91195

Re: Micro Macro for Eligium?

thanks for the code sir xD

I need a code for casting AOE, cause the script does not place the AOE automatically

thanks :)

try something like this
attach( findWindow("Eligium*") );

numSkills = 7;
manaTimer = 45;
manaPot = key.VK_F1;
mouseTimer = 10;

function skillSpam()
for i=1,numSkills,1 ...