|
|
|
@ -231,6 +231,9 @@ class Server |
|
|
|
|
long lastFrame=System.currentTimeMillis(); |
|
|
|
|
|
|
|
|
|
void Heal(Target target){ |
|
|
|
|
if (target==Target.AYA){ |
|
|
|
|
allowedToAetherflow=true; |
|
|
|
|
} |
|
|
|
|
if (aetherflowStacks>0){ |
|
|
|
|
PressKey(KeyEvent.VK_C); |
|
|
|
|
aetherflowStacks--; |
|
|
|
@ -343,7 +346,6 @@ class Server |
|
|
|
|
nextActionTimer=1000; |
|
|
|
|
break fightLoop; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if (allowedToAetherflow&&aetherflowTimer==0){ |
|
|
|
|
PressKeyWithModifier(KeyEvent.VK_ALT, KeyEvent.VK_2); |
|
|
|
|
nextActionTimer=1000; |
|
|
|
@ -396,6 +398,7 @@ class Server |
|
|
|
|
break fightLoop; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
break fightLoop; |
|
|
|
|
} |
|
|
|
|
long difference=System.currentTimeMillis()-lastFrame; |
|
|
|
|