-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in research #560
Comments
I understand the bug, if when you put the research laboratory in the construction queue, it lets you investigate, but in turn it is not a bug because when you press investigate while the laboratory is still in the queue, its construction is cancelled. I just tried it in pioneer I put a building and the laboratory in the queue and pressed an investigation, while if I was investigating the laboratory it got out of the construction queue when the building finished being built Basically it is not a bug, but in ogame they changed the alert function now if you investigate and you have the laboratory in the construction queue its construction is canceled |
So the alert needs to be removed? Functionality is ok? |
RTA: 1 - The blocking function works well as it should, so you can't build the lab when researching. |
Encontre el bug
$queue = explode(';', $current_queue); ---> el explode tiene un ; y en la db esta con, "31,4,314.18181818182,1687124721.1818,build" Lo que no entiendo por que cuando insertas la Construccion a la db la coloca con coma y los explode tan todos con ; |
Puede ser un bug. En un momento hice una revisión, y puede ser que me haya faltado cambiar algo. La verdad es que eso necesita volverse a hacer usando la clase Queue |
Mirando de nuevo. El |
I sent a fix that correctly checks the queue. Can you check if that's enough? Or do we need other fix for it? |
Working perfect again reseach blocked whit lab upgrading. |
Closed as fixed. XGP 3.5 |
Hello!
ran into a research problem.
If there is a research laboratory in the construction queue, the research cannot be completed.
screenshots:
The text was updated successfully, but these errors were encountered: