This commit is contained in:
sigonasr2 2023-05-29 20:44:26 -05:00
parent 3e4224c095
commit d6e9f3bdc9

View File

@ -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;