Masuzu / ZooeyBot

Fully automated slime blasting, event and quest farming bot for GBF
https://gbtools.azurewebsites.net/ZooeyBot/en/Home
67 stars 42 forks source link

GBF freezing on nm70 xeno corow #674

Closed cfilorvyls closed 6 years ago

cfilorvyls commented 6 years ago

image image

Combat mode active
New page loaded: http://game.granbluefantasy.jp/#raid/228869891
Loading Lua script C:\Users\CFL\Google Drive\zooey-bot-v2.11.3\Scripts/xenocorownm.lua
Select character at position 1 (CFL.禁止)
Use skill at position 2
Use skill at position 1
Use skill at position 3
List of active buffs
6312_12 Dance of the Empress

Use skill at position 4
Select character at position 3 (Vira)
Use skill at position 2
No response received after using the ability at position 2 an abnormally long time!
Select character at position 4 (Jeanne d'Arc)
Use skill at position 1
No response received after using the ability at position 1 an abnormally long time!
Use skill at position 2
No response received after using the ability at position 2 an abnormally long time!
Use summon at position 6
No response received after using the summon at position 6 for an abnormally long time!
Script loaded
Enemy ID 6047315
Battle 1 turn 1
Attack
No response received after pressing the attack button for an abnormally long time!

Using chromium Version 67.0.3367.0. Had the same problem with Chrome Version 67.0.3367.0 Memory usage seems normal, so doesn't seem to be a memory leak problem? Also, only have this problem on NM xeno while botting, never freeze while playing manually for a long time or on other battles.

Masuzu commented 6 years ago

Hello, I recommend adding this line at the beginning of your script:

if turn == 1 then
  Wait(6000)
end

in order to wait for the initial Corrow trigger animation to complete, otherwise resulting in some weird behaviour.

cfilorvyls commented 6 years ago

Hmm i also use lite animation so there isn't really any intro animation, but i'll try that out

Masuzu commented 6 years ago

There is one even with lite settings.

cfilorvyls commented 6 years ago

I tried doing that and it doesn't freeze now, thanks