Skip to content
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

Incorrect number of turns used to solve complex negotiation #1879

Closed
hajiboy opened this issue Feb 28, 2021 · 3 comments
Closed

Incorrect number of turns used to solve complex negotiation #1879

hajiboy opened this issue Feb 28, 2021 · 3 comments
Labels
Extension - Bug Ein Fehler in der Extension Nächstes Update / Next Update Feature/Bugfix is currently in development

Comments

@hajiboy
Copy link

hajiboy commented Feb 28, 2021

The foe helper is trying to incorrectly solve a 3-turn complex negotiation using 4 turns. Today's St. Patrick's event daily task has a complex negotiation that only allows 3 turns. I asked the administrators whether this is correct and they said yes, there are no rules on how many turns complex negotiations get and that 3, as ridiculous as it sounds, is correct.

However, foe helper is trying to solve this complex negotiation using 4 turns, so even when it tells me it's 100% guaranteed to solve the negotiation, it fails 1 turn short.

https://ibb.co/hYpztgw

@hajiboy hajiboy changed the title Incorrectly number of turns used to solve complex negotiation Incorrect number of turns used to solve complex negotiation Feb 28, 2021
@Gindi4711
Copy link
Collaborator

Unfortunately we do not get the information if there are 3 or 4 turns on a 8 round negotiation except for GE where it is based on the tavern boost so we can only asume it will be 4.
We classify 3 rounds for 8 goods as a bug by Inno because there is no way of solving it with a reasonable success rate.

@Gindi4711 Gindi4711 added the Extension - Bug Ein Fehler in der Extension label Mar 10, 2021
@Gindi4711
Copy link
Collaborator

Update: I have found the information for the number of turns. It was hidden in the resource list. ResourceStock['negotiation_game_turn'] should give the number of turns if read at negotiation start.

@Gindi4711 Gindi4711 added the Nächstes Update / Next Update Feature/Bugfix is currently in development label Mar 16, 2021
@Gindi4711
Copy link
Collaborator

Will be fixed in the next update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Extension - Bug Ein Fehler in der Extension Nächstes Update / Next Update Feature/Bugfix is currently in development
Projects
None yet
Development

No branches or pull requests

3 participants